Adding komga
This commit is contained in:
parent
c59525664c
commit
4758e884b9
2 changed files with 24 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
||||||
root = "/var/data/www/lyes.eu/";
|
root = "/var/data/www/lyes.eu/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
# 44300
|
||||||
"auth.lyes.eu" = {
|
"auth.lyes.eu" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
@ -27,6 +28,7 @@
|
||||||
proxyPass = "https://${config.services.kanidm.serverSettings.bindaddress}";
|
proxyPass = "https://${config.services.kanidm.serverSettings.bindaddress}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
# 44301
|
||||||
"vault.lyes.eu" = {
|
"vault.lyes.eu" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
@ -35,6 +37,15 @@
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
# 44302
|
||||||
|
"manga.lyes.eu" = {
|
||||||
|
forceSSL = true;
|
||||||
|
enableACME = true;
|
||||||
|
locations."/" = {
|
||||||
|
proxyPass = "http://localhost:${toString config.services.komga.settings.server.port}";
|
||||||
|
proxyWebsockets = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
13
modules/server/nayru/default.nix
Normal file
13
modules/server/nayru/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.komga = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
server = {
|
||||||
|
port = 44302;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue