feat(web): enable uptime-kuma
This commit is contained in:
parent
b7634b24a9
commit
845873ced6
2 changed files with 20 additions and 0 deletions
|
@ -25,6 +25,15 @@
|
|||
globalRedirect = "514fpv.one";
|
||||
enableACME = true;
|
||||
};
|
||||
|
||||
"uptime.514fpv.one" = {
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:4000";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue