mediabox: enable jellyseerr
This commit is contained in:
parent
0561f3d1b4
commit
4b2db9f1b4
@ -188,6 +188,11 @@
|
|||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
jellyseerr = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
|
||||||
pipewire = {
|
pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
@ -244,6 +249,9 @@
|
|||||||
virtualHosts."jellyfin.mediabox.lan" = {
|
virtualHosts."jellyfin.mediabox.lan" = {
|
||||||
locations."/".proxyPass = "http://localhost:8096/";
|
locations."/".proxyPass = "http://localhost:8096/";
|
||||||
};
|
};
|
||||||
|
virtualHosts."jellyseerr.mediabox.lan" = {
|
||||||
|
locations."/".proxyPass = "http://localhost:5055/";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
xserver = {
|
xserver = {
|
||||||
|
Loading…
Reference in New Issue
Block a user