huge refactoring

This commit is contained in:
kity 2024-10-30 17:44:54 +01:00
parent 5b0a327f50
commit 5cc4714fbb
13 changed files with 74 additions and 71 deletions

View file

@ -21,4 +21,14 @@
enable = true;
openFirewall = true;
};
services.caddy.virtualHosts = {
"http://jellyfin.sisyphe.normandy.hypervirtual.world".extraConfig = ''
reverse_proxy :8096
'';
"http://media.hypervirtual.world".extraConfig = ''
reverse_proxy :8096
'';
};
}