Adds uptime kuma config
This commit is contained in:
parent
fbdd6d86ac
commit
5bad46a17d
1 changed files with 8 additions and 0 deletions
|
|
@ -108,6 +108,14 @@
|
|||
environmentFile = config.age.secrets."vaultwarden/env".path;
|
||||
};
|
||||
|
||||
# Uptime Kuma
|
||||
services.uptime-kuma = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PORT = "9000";
|
||||
};
|
||||
};
|
||||
|
||||
# Caddy
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue