strawmelonservices#
Gleam management application#
The Gleam bits in this repo are a manager around the services.
strawmelonservices/serverone#
... is the main part of this manager, and is supposed to run on marpi-5-1, the current primary server in my tailscale.
It contains a dashboard, showing podman containers and their statuses, as well as allowing to start the backup procedure, during which strawmelonservices/ollies_bkup is notified on the backup server, allowing it to pull the backup archives over websocket. The previously used rsync is replaced by this, as SSH packet handshaking seems to be a little resource heavy on the arm singleboard. The music library is still rsync'ed.
strawmelonservices/ollies_bkup#
Runs a websocket client which is stand by until notice, and allows the backup server to pull the backup instead of the main server pushing it.