Hostityourself/server
Claude c7af43ab33
feat: restart stopped app containers on server startup
Adds restore_app_containers() which runs at startup alongside
restore_caddy_routes(). For each app with a successful deploy it
inspects the container state via `podman inspect` and runs
`podman start` if the container is exited (e.g. after a host reboot).
Missing containers are logged as warnings requiring a manual redeploy.

https://claude.ai/code/session_01FKCW3FDjNFj6jve4niMFXH
2026-03-27 10:29:52 +00:00
..
src feat: restart stopped app containers on server startup 2026-03-27 10:29:52 +00:00
templates feat: add Settings card to app detail page (repo, branch, port, memory, cpu) 2026-03-26 09:45:52 +00:00
Cargo.toml feat: per-app public/private visibility toggle 2026-03-26 08:55:58 +00:00