remove public jellyfin
This commit is contained in:
parent
6ceed27ede
commit
3c9658a57b
2 changed files with 0 additions and 18 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue