remove public jellyfin

This commit is contained in:
Adithya 2024-11-08 20:24:22 +05:30
parent 6ceed27ede
commit 3c9658a57b
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
2 changed files with 0 additions and 18 deletions

View file

@ -4,7 +4,6 @@ _: {
./adtya.xyz.nix ./adtya.xyz.nix
./dendrite.nix ./dendrite.nix
./forgejo.nix ./forgejo.nix
./jellyfin.nix
./ntfy.nix ./ntfy.nix
./proofs.nix ./proofs.nix
./wiki.nix ./wiki.nix

View file

@ -1,17 +0,0 @@
_:
let
inherit (import ../../../shared/caddy-helpers.nix) logFormat;
domainName = "watch.acomputer.lol";
in
{
services = {
caddy.virtualHosts = {
"${domainName}" = {
inherit logFormat;
extraConfig = ''
reverse_proxy 10.10.10.14:8096
'';
};
};
};
}