From adb42ce51349a481b224c649bc14f562e0187ccf Mon Sep 17 00:00:00 2001 From: tootbrute Date: Tue, 24 Mar 2026 15:58:14 +0800 Subject: [PATCH] fixed Caddyfile --- configuration.nix | 2 +- services/Caddyfile | 7 +++---- services/jellyfin.nix | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index fbf9f93..ac28368 100644 --- a/configuration.nix +++ b/configuration.nix @@ -14,7 +14,7 @@ ./services/jellyfin.nix ./services/caddy.nix # ./services/authentik.nix -# ./services/calibre-web.nix + ./services/calibre-web.nix # ./services/glances.nix # ./services/fail2ban.nix # ./services/transmission.nix diff --git a/services/Caddyfile b/services/Caddyfile index 3d6784d..c75fe8d 100644 --- a/services/Caddyfile +++ b/services/Caddyfile @@ -2,8 +2,7 @@ email tootbrute@tutanota.com } - -*.home.arkadi.one { +*.knossos.arkadi.one { vars { # IP address of My Tailscale Server @@ -14,11 +13,11 @@ dns gandi c7fd5d10953bb72845dbb4668c8f459d111e609c } - @jellyfin host jellyfin.home.arkadi.one + @jellyfin host jellyfin.knossos.arkadi.one handle @jellyfin { reverse_proxy {vars.tailscale_ip}:8096 } - @books host books.home.arkadi.one + @books host books.knossos.arkadi.one handle @books { reverse_proxy {vars.tailscale_ip}:8083 } diff --git a/services/jellyfin.nix b/services/jellyfin.nix index b87d371..ed323b9 100644 --- a/services/jellyfin.nix +++ b/services/jellyfin.nix @@ -4,7 +4,7 @@ services.jellyfin = { enable = true; openFirewall = true; - dataDir = "/mnt/plakias/enc/jellyfin"; #default + dataDir = "/mnt/plakias/enc/jellyfin"; }; environment.systemPackages = [