Added Jellyfin service to jupiter
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
../../services/containers.nix
|
||||
../../services/caddy.nix
|
||||
../../services/tailscale.nix
|
||||
../../services/jellyfin.nix
|
||||
];
|
||||
|
||||
# ---- Host identity ----
|
||||
@@ -52,6 +53,7 @@
|
||||
services.caddy.virtualHosts = {
|
||||
"http://localhost".extraConfig = "reverse_proxy localhost:8080";
|
||||
"http://audiobookshelf.jupiter.sol".extraConfig = "reverse_proxy localhost:8000";
|
||||
"http://jellyfin.jupiter.sol".extraConfig = "reverse_proxy localhost:8096";
|
||||
};
|
||||
|
||||
system.stateVersion = "26.05";
|
||||
|
||||
Reference in New Issue
Block a user