aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: cc2411027694341231436fc3e553901627711809 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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.