Delete plex.catnip.ee as it doesnt help with accessing it anyway

This commit is contained in:
batteredbunny 2024-11-12 23:40:56 +02:00
parent 8728b3c11e
commit cc316744dc
3 changed files with 1 additions and 5 deletions

View file

@ -261,9 +261,6 @@ in
"jellyfin.catnip.ee".extraConfig = ''
reverse_proxy :${toString settings.ports.jellyfin}
'';
"plex.catnip.ee".extraConfig = ''
reverse_proxy :${toString settings.ports.plex}
'';
"confess.catnip.ee".extraConfig = ''
reverse_proxy :${toString config.services.confess-web.port}
'';

View file

@ -635,7 +635,7 @@
# /var/lib/plex
plex = {
enable = true;
openFirewall = true;
openFirewall = true; # 32400
};
coturn = rec {
enable = true;

View file

@ -23,6 +23,5 @@
nextcloud = 4008;
jellyfin_vue = 4004;
jellyfin = 8096;
plex = 32400;
};
}