Uptime Kuma
This commit is contained in:
parent
a3803493fe
commit
051031c3f7
3 changed files with 23 additions and 0 deletions
|
|
@ -77,6 +77,14 @@ in {
|
|||
'';
|
||||
};
|
||||
};
|
||||
"uptime.kylekrein.com" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://${toString config.services.uptime-kuma.settings.HOST}:${toString config.services.uptime-kuma.settings.PORT}";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
||||
"${config.services.nextcloud.hostName}" = {
|
||||
enableACME = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue