Delete plex.catnip.ee as it doesnt help with accessing it anyway
This commit is contained in:
parent
8728b3c11e
commit
cc316744dc
3 changed files with 1 additions and 5 deletions
|
@ -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}
|
||||
'';
|
||||
|
|
|
@ -635,7 +635,7 @@
|
|||
# /var/lib/plex
|
||||
plex = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
openFirewall = true; # 32400
|
||||
};
|
||||
coturn = rec {
|
||||
enable = true;
|
||||
|
|
|
@ -23,6 +23,5 @@
|
|||
nextcloud = 4008;
|
||||
jellyfin_vue = 4004;
|
||||
jellyfin = 8096;
|
||||
plex = 32400;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue