aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2026-07-19 20:55:14 +0200
committerKaran Jayachandra <mail@karanjayachandra.com>2026-07-19 20:55:14 +0200
commit52224b0890203eb96911c6944fedb4c2ceb2935f (patch)
tree736da0954d0cee809fd41b38d8d579c82dc9bccf /README.md
Docker compose
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
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.