diff --git a/CLAUDE.md b/CLAUDE.md index e1ecd91..9b528fd 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -93,7 +93,8 @@ ssh ginnoir@valhalla "docker compose -f /data/compose/14/stacks/owncloud/docker- 2. Add the service to `stacks//docker-compose.yml`. Configs → `/config/` bind. Blobs → `/storage1/labdata/` bind. Add `edge` to its `networks:` if Caddy must reach it; otherwise just the per-stack private net. 3. Add secrets to `stacks//.env`. 4. Add a site block to `Caddyfile` (`reverse_proxy :`); `import internal_only` for LAN-only. -5. `git push`. Portainer redeploys the stack within 5 min; the runner reloads Caddy on the same push if `Caddyfile` changed. +5. Run `./scripts/gen-bookmarks.ps1` to regenerate `bookmarks-domains.html` + `bookmarks-ports.html` from the new Caddy block / published ports. +6. `git push`. Portainer redeploys the stack within 5 min; the runner reloads Caddy on the same push if `Caddyfile` changed. ## Caddyfile