Uptime kuma
This commit is contained in:
parent
7999794410
commit
7ba6caf5a1
4 changed files with 21 additions and 0 deletions
8
modules/system/services/server/uptime-kuma/default.nix
Normal file
8
modules/system/services/server/uptime-kuma/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
imports = [ ./nginx ];
|
||||
|
||||
services.uptime-kuma.settings.PORT = "4005";
|
||||
|
||||
environment.persistence."/persist".directories = lib.mkIf config.services.uptime-kuma.enable [ "/var/lib/private/uptime-kuma" ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue