Add Uptime Kuma
Add Uptime Kuma as as service, configure a reverse proxy and add it to Homepage.
This commit is contained in:
parent
bbbad11fd9
commit
44699fb007
4 changed files with 28 additions and 0 deletions
|
@ -34,6 +34,15 @@
|
|||
|
||||
{
|
||||
"Services" = [
|
||||
{
|
||||
"Uptime Kuma" = {
|
||||
description = "A fancy self-hosted monitoring tool";
|
||||
href = "https://uptime.oliverdavies.uk";
|
||||
icon = "uptime-kuma";
|
||||
siteMonitor = "http://localhost:${toString config.services.uptime-kuma.settings.PORT}";
|
||||
};
|
||||
}
|
||||
|
||||
{
|
||||
"Paperless-ngx" =
|
||||
let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue