diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..cc24110 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# goodall + +Docker Compose media stack (Jellyfin, Radarr, Sonarr, Prowlarr, Bazarr, qBittorrent) fronted by Caddy, reachable only over Tailscale. + +Deployed on the NAS at `/volume2/docker/goodall` (host `karan@100.121.200.111`, tailnet name `goodall.taildc6b0a.ts.net`). This local directory is the source of truth for edits; redeploy a changed file with: + +``` +ssh karan@100.121.200.111 "cat > /volume2/docker/goodall/<file>" < ./<file> +ssh karan@100.121.200.111 "cd /volume2/docker/goodall && sudo docker compose up -d" +``` + +See [MIGRATION_STATUS.md](MIGRATION_STATUS.md) for current deployment status and remaining work. |
