update to garage sync

This commit is contained in:
2026-04-09 16:04:35 -04:00
parent ee0c58ad28
commit cf92394e3f
2 changed files with 11 additions and 2 deletions
+1
View File
@@ -175,6 +175,7 @@ Dockerfile # Copies static/ into nginx:alpine, applies nginx.conf
nginx.conf # Per-app HTTP config (port 80, routing, cache headers)
static/ # HTML/CSS/JS content
static/media/ # Local media files (gitignored)
media.sh # Sync media with Garage (pull/push)
.gitea/workflows/build.yml # Build image, push to registry, SSH deploy
```