feat(APPA): add jellyfin
This commit is contained in:
parent
5193b21ffd
commit
aac276e154
4 changed files with 26 additions and 0 deletions
|
|
@ -50,6 +50,13 @@
|
|||
proxyPass = "http://127.0.0.1:8006";
|
||||
};
|
||||
};
|
||||
virtualHosts."jellyfin.dryb.org" = {
|
||||
useACMEHost = "dryb.org";
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:8096";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue