plex reverse proxy
This commit is contained in:
@@ -41,6 +41,10 @@
|
|||||||
enableProxy = true;
|
enableProxy = true;
|
||||||
hostName = "server";
|
hostName = "server";
|
||||||
};
|
};
|
||||||
|
plex = {
|
||||||
|
enableProxy = true;
|
||||||
|
hostName = "server";
|
||||||
|
};
|
||||||
nextcloud = {
|
nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCron = true;
|
enableCron = true;
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ let
|
|||||||
setup = import ./setup.nix { inherit lib config; };
|
setup = import ./setup.nix { inherit lib config; };
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.my.servers.jellyfin = setup.mkOptions "plex" "plex" 32400;
|
options.my.servers.plex = setup.mkOptions "plex" "plex" 32400;
|
||||||
config = {
|
config = {
|
||||||
services = {
|
services = {
|
||||||
plex = lib.mkIf cfg.enable {
|
plex = lib.mkIf cfg.enable {
|
||||||
|
|||||||
Reference in New Issue
Block a user