mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
nuc: disable uptime-kuma
This commit is contained in:
parent
7bad85eb1f
commit
103c238e3e
3 changed files with 9 additions and 31 deletions
|
@ -7,14 +7,10 @@
|
|||
./modules/networks
|
||||
./modules/backup
|
||||
./modules/cache
|
||||
# ./modules/grafana
|
||||
# ./modules/hydra
|
||||
./modules/keycloak
|
||||
# ./modules/prometheus
|
||||
./modules/matrix
|
||||
./modules/mautrix-telegram
|
||||
./modules/seafile
|
||||
./modules/uptime-kuma
|
||||
./modules/vaultwarden
|
||||
./modules/nginx
|
||||
];
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
{ config, ... }:
|
||||
let
|
||||
domain = "uptime.${config.networking.domain}";
|
||||
in
|
||||
{
|
||||
services.uptime-kuma = {
|
||||
enable = true;
|
||||
};
|
||||
services.nginx.virtualHosts."${domain}" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:3001";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue