This dir holds the fly.toml config file to deploy the UptimeKuma container to fly.io. This includes a 1CPU/1GB VM and a small volume mount to hold the UptimeKuma DB long term.
Use standard fly.io commands to run/stop the container:
# Deploy the container to fly based on the fly.toml config
fly deploy
# scale the existing app to 0 (stop the service)
fly scale --app zacs-uptime-kuma count=0
# scale the existing app to 1 (start the service)
fly scale --app zacs-uptime-kuma count=1FYI: To access the Fly.io VM directly to upload/download UptimeKuma data files, look at the fly.io docs