From f96efd96017ee8e61c7fc62189caa0e7d19a7aa2 Mon Sep 17 00:00:00 2001 From: ginnoir Date: Thu, 4 Jun 2026 19:22:01 -0500 Subject: [PATCH] docs(claude): add bookmark-regen step to 'Adding a service' workflow --- CLAUDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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