Hostityourself/server/src
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
..
routes feat: restart stopped app containers on server startup 2026-03-27 10:29:52 +00:00
auth.rs fix: break infinite redirect for non-admin users on admin UI 2026-03-23 08:24:41 +00:00
builder.rs feat: per-app public/private visibility toggle 2026-03-26 08:55:58 +00:00
crypto.rs feat: M4 Hardening — encryption, resource limits, monitoring, backups 2026-03-24 15:06:42 +00:00
db.rs feat: per-app public/private visibility toggle 2026-03-26 08:55:58 +00:00
main.rs feat: restart stopped app containers on server startup 2026-03-27 10:29:52 +00:00
models.rs feat: per-app public/private visibility toggle 2026-03-26 08:55:58 +00:00