From b38e5ae71da07980e9c8a36f3d61a435674ea0cd Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Mon, 9 Feb 2026 00:52:40 +0000 Subject: [PATCH 1/2] Fix volume naming --- docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 043a140..2d96f21 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,7 @@ services: - TS_STATE_DIR=/var/lib/tailscale - TS_SERVE_CONFIG=/config/tailscale-serve-config.json volumes: - - tailscale-jellyfin-state:/var/lib/tailscale + - tailscale-static-state:/var/lib/tailscale - /dev/net/tun:/dev/net/tun # shared interface across all Tailscale instances - ./config:/config - ./shared:/shared @@ -18,3 +18,5 @@ services: restart: unless-stopped +volumes: + tailscale-static-state: \ No newline at end of file From d6d62274a9610d7cec84ac971f3abc1a8ae8cd16 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Mon, 9 Feb 2026 00:54:43 +0000 Subject: [PATCH 2/2] Update Serve config to just share all shared files --- config/tailscale-serve-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/tailscale-serve-config.json b/config/tailscale-serve-config.json index 1b21576..fc1977f 100644 --- a/config/tailscale-serve-config.json +++ b/config/tailscale-serve-config.json @@ -7,8 +7,8 @@ "Web": { "static.tail8f43b.ts.net:443": { "Handlers": { - "/data-structures-tutoring": { - "Path": "/shared/data-structures-tutoring" + "/": { + "Path": "/shared" } } }