This is an automated archive made by the Lemmit Bot.
The original was posted on /r/selfhosted by /u/aceberg_ on 2025-01-11 15:04:15+00:00.
I created AnyAppStart - a control panel to Start
/Stop
/Restart
/View Logs
for apps in Docker, Systemd, VMs or anything else (with user scripts). Written in Go
and React
. Features:
- User can add any types (like LXC or WakeOnLAN)
- Control remote machines via SSH
- Config in
yaml
files, no DB
- Simple API
Reasons for creating AnyAppStart
My use cases:
- Resource heavy but rarely used apps. Start them only when necessary
- Environments for development, learning and experimenting. I do not need them all running at the same time
- Being able to control local and remote apps from one place, no matter what type (Docker, Systemd, VM, bash script)
Installation
There is Docker image available, but inside the container only Docker Type will work, which kinda defeats the purpose of this app. So installing binary is recommended.
All binary packages can be found in the latest release. There are .deb
, .rpm
, .apk
(Alpine Linux) and .tar.gz
files.
Supported architectures: amd64
, i386
, arm_v5
, arm_v6
, arm_v7
, arm64
.
For amd64
there is a deb
repo available