add uptime kuma to Drone
This commit is contained in:
parent
dde5b3e109
commit
1e4ee9def3
3 changed files with 16 additions and 0 deletions
|
|
@ -103,6 +103,13 @@
|
||||||
reverse_proxy localhost:8003
|
reverse_proxy localhost:8003
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
"uptime-kuma.wo2wz.fyi".extraConfig = ''
|
||||||
|
import default-settings
|
||||||
|
import cloudflare-tls
|
||||||
|
|
||||||
|
reverse_proxy localhost:8005
|
||||||
|
'';
|
||||||
|
|
||||||
"zipline.wo2wz.fyi".extraConfig = ''
|
"zipline.wo2wz.fyi".extraConfig = ''
|
||||||
import default-settings
|
import default-settings
|
||||||
import cloudflare-tls
|
import cloudflare-tls
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
./cloudflared.nix
|
./cloudflared.nix
|
||||||
./nextcloud.nix
|
./nextcloud.nix
|
||||||
./sops.nix
|
./sops.nix
|
||||||
|
./uptime-kuma.nix
|
||||||
./vaultwarden.nix
|
./vaultwarden.nix
|
||||||
./zipline.nix
|
./zipline.nix
|
||||||
];
|
];
|
||||||
|
|
|
||||||
8
modules/nixos/homeserver/uptime-kuma.nix
Normal file
8
modules/nixos/homeserver/uptime-kuma.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{ config, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.uptime-kuma = {
|
||||||
|
enable = true;
|
||||||
|
settings.PORT = "8005";
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue