move ntfy to titan

This commit is contained in:
cy 2024-12-30 17:50:29 -05:00
parent 8079585c06
commit 0a2eebfabc
6 changed files with 9 additions and 10 deletions

View file

@ -41,11 +41,6 @@ dns.cything.io {
reverse_proxy localhost:8082
}
ntfy.cything.io {
import common
reverse_proxy localhost:8083
}
pad.cything.io {
import common
reverse_proxy localhost:8085

View file

@ -17,7 +17,6 @@
./adguard.nix
./hedgedoc.nix
./miniflux.nix
./ntfy.nix
./redlib.nix
./vaultwarden.nix
./wireguard.nix

View file

@ -25,3 +25,8 @@ www.cything.io {
import common
redir https://cything.io{uri} permanent
}
ntfy.cything.io {
import common
reverse_proxy localhost:8083
}

View file

@ -13,6 +13,7 @@
./disk-config.nix
./hardware-configuration.nix
./ghost.nix
./ntfy.nix
];
sops.age.keyFile = "/root/.config/sops/age/keys.txt";