update(baldur): deploy uptime kuma
This commit is contained in:
parent
dc2c4f575e
commit
fc7fb7e8c4
3 changed files with 7 additions and 0 deletions
|
|
@ -394,6 +394,7 @@
|
||||||
./nixos/ip_forwarding.nix
|
./nixos/ip_forwarding.nix
|
||||||
./nixos/garage.nix
|
./nixos/garage.nix
|
||||||
./nixos/vaultwarden.nix
|
./nixos/vaultwarden.nix
|
||||||
|
./nixos/uptime-kuma.nix
|
||||||
|
|
||||||
self.nixosModules.tiziano
|
self.nixosModules.tiziano
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -136,6 +136,9 @@
|
||||||
"bitwarden.bertof.net" = ssl // {
|
"bitwarden.bertof.net" = ssl // {
|
||||||
locations."/" = { proxyPass = "http://127.0.0.1:8222/"; proxyWebsockets = true; };
|
locations."/" = { proxyPass = "http://127.0.0.1:8222/"; proxyWebsockets = true; };
|
||||||
};
|
};
|
||||||
|
"uptime.bertof.net" = ssl // {
|
||||||
|
locations."/" = { proxyPass = "http://127.0.0.1:3001/"; proxyWebsockets = true; };
|
||||||
|
};
|
||||||
"hass.bertof.net" = ssl // {
|
"hass.bertof.net" = ssl // {
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://heimdall:8123/";
|
proxyPass = "http://heimdall:8123/";
|
||||||
|
|
|
||||||
3
nixos/uptime-kuma.nix
Normal file
3
nixos/uptime-kuma.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
services.uptime-kuma.enable = true;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue