Adding Jellyfin
This commit is contained in:
parent
29b68823ad
commit
3fd75db598
6 changed files with 59 additions and 9 deletions
|
|
@ -69,6 +69,27 @@
|
|||
proxyWebsockets = true; # collabora a besoin des websockets
|
||||
};
|
||||
};
|
||||
|
||||
# 8096
|
||||
"media.lyes.eu" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations = {
|
||||
"/".proxyPass = "http://localhost:8096";
|
||||
"/metrics" = {
|
||||
proxyPass = "http://localhost:8096";
|
||||
extraConfig = ''
|
||||
allow 127.0.0.1;
|
||||
allow ::1;
|
||||
allow 185.230.78.13;
|
||||
allow 10.13.0.0/24;
|
||||
allow 10.13.9.0/24;
|
||||
allow 192.168.1.0/30;
|
||||
deny all;
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue