From 77a9fc2f2bd5b83ed2b1e1736be4411b52d03fb7 Mon Sep 17 00:00:00 2001 From: Thomas Blarre Date: Thu, 1 Aug 2024 14:06:29 +0100 Subject: [PATCH] Proper tailscale serve config --- audiobookshelf/ts-audiobookshelf/config/audiobookshelf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audiobookshelf/ts-audiobookshelf/config/audiobookshelf.json b/audiobookshelf/ts-audiobookshelf/config/audiobookshelf.json index 3df0f03..6432dd9 100644 --- a/audiobookshelf/ts-audiobookshelf/config/audiobookshelf.json +++ b/audiobookshelf/ts-audiobookshelf/config/audiobookshelf.json @@ -8,7 +8,7 @@ "${TS_CERT_DOMAIN}:443": { "Handlers": { "/": { - "Proxy": "http://kuma:3001" + "Proxy": "http://audiobookshelf:13378" } } } @@ -17,4 +17,4 @@ "${TS_CERT_DOMAIN}:443": false } } - \ No newline at end of file +