remove ntfy deployment on vps
This commit is contained in:
parent
25568817e1
commit
ade5a19ec8
2 changed files with 0 additions and 43 deletions
|
|
@ -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 torrent client
|
||||||
deluge = {
|
deluge = {
|
||||||
rule = "Host(`deluge.yanlincs.com`)";
|
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 Media Server
|
||||||
plex = {
|
plex = {
|
||||||
rule = "Host(`plex.yanlincs.com`)";
|
rule = "Host(`plex.yanlincs.com`)";
|
||||||
|
|
@ -103,15 +79,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Jellyfin backend
|
|
||||||
jellyfin = {
|
|
||||||
loadBalancer = {
|
|
||||||
servers = [{
|
|
||||||
url = "http://lan.hs.yanlincs.com:8096";
|
|
||||||
}];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Deluge backend
|
# Deluge backend
|
||||||
deluge = {
|
deluge = {
|
||||||
loadBalancer = {
|
loadBalancer = {
|
||||||
|
|
@ -139,15 +106,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# ntfy backend
|
|
||||||
ntfy = {
|
|
||||||
loadBalancer = {
|
|
||||||
servers = [{
|
|
||||||
url = "http://localhost:8080";
|
|
||||||
}];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Plex backend
|
# Plex backend
|
||||||
plex = {
|
plex = {
|
||||||
loadBalancer = {
|
loadBalancer = {
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@
|
||||||
../../../modules/podman.nix
|
../../../modules/podman.nix
|
||||||
../../../modules/traefik.nix
|
../../../modules/traefik.nix
|
||||||
../../../modules/login-display.nix
|
../../../modules/login-display.nix
|
||||||
../../../modules/ntfy.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# GRUB bootloader with UEFI support
|
# GRUB bootloader with UEFI support
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue