Hostityourself/server
Claude 9ba81bd809
fix: drop Caddy --resume, restore app routes from DB on startup
--resume caused Caddyfile changes (e.g. new Forgejo block) to be silently
ignored on restart because Caddy preferred its saved in-memory config.

Instead, Caddy now always starts clean from the Caddyfile, and the HIY
server re-registers every app's Caddy route from the DB on startup
(restore_caddy_routes). This gives us the best of both worlds:
- Caddyfile changes (static services, TLS config) are always picked up
- App routes are restored automatically without needing a redeploy

https://claude.ai/code/session_01FKCW3FDjNFj6jve4niMFXH
2026-03-26 10:56:04 +00:00
..
src fix: drop Caddy --resume, restore app routes from DB on startup 2026-03-26 10:56:04 +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