remove ntfy deployment on vps

This commit is contained in:
Yan Lin 2025-12-05 13:39:56 +01:00
parent 25568817e1
commit ade5a19ec8
2 changed files with 0 additions and 43 deletions

View file

@ -18,18 +18,6 @@
};
};
# Jellyfin Media Server
jellyfin = {
rule = "Host(`jellyfin.yanlincs.com`)";
service = "jellyfin";
tls = {
certResolver = "cloudflare";
domains = [{
main = "*.yanlincs.com";
}];
};
};
# Deluge torrent client
deluge = {
rule = "Host(`deluge.yanlincs.com`)";
@ -66,18 +54,6 @@
};
};
# ntfy notification service
ntfy = {
rule = "Host(`ntfy.yanlincs.com`)";
service = "ntfy";
tls = {
certResolver = "cloudflare";
domains = [{
main = "*.yanlincs.com";
}];
};
};
# Plex Media Server
plex = {
rule = "Host(`plex.yanlincs.com`)";
@ -103,15 +79,6 @@
};
};
# Jellyfin backend
jellyfin = {
loadBalancer = {
servers = [{
url = "http://lan.hs.yanlincs.com:8096";
}];
};
};
# Deluge backend
deluge = {
loadBalancer = {
@ -139,15 +106,6 @@
};
};
# ntfy backend
ntfy = {
loadBalancer = {
servers = [{
url = "http://localhost:8080";
}];
};
};
# Plex backend
plex = {
loadBalancer = {

View file

@ -8,7 +8,6 @@
../../../modules/podman.nix
../../../modules/traefik.nix
../../../modules/login-display.nix
../../../modules/ntfy.nix
];
# GRUB bootloader with UEFI support