cleanup
This commit is contained in:
parent
f4ac044742
commit
57e64ccbaf
4 changed files with 0 additions and 83 deletions
|
|
@ -95,10 +95,6 @@
|
||||||
name = "Jellyfin";
|
name = "Jellyfin";
|
||||||
url = "https://jellyfin.yanlincs.com";
|
url = "https://jellyfin.yanlincs.com";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "Navidrome";
|
|
||||||
url = "https://music.yanlincs.com";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "qBittorrent";
|
name = "qBittorrent";
|
||||||
url = "https://qbit.yanlincs.com";
|
url = "https://qbit.yanlincs.com";
|
||||||
|
|
|
||||||
|
|
@ -178,35 +178,5 @@ in
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Navidrome music server
|
|
||||||
navidrome = {
|
|
||||||
image = "docker.io/deluan/navidrome:latest";
|
|
||||||
|
|
||||||
volumes = [
|
|
||||||
"/var/lib/containers/config/navidrome:/data"
|
|
||||||
"/mnt/storage/Media/music:/music:ro"
|
|
||||||
];
|
|
||||||
|
|
||||||
environment = {
|
|
||||||
PUID = commonUID;
|
|
||||||
PGID = commonGID;
|
|
||||||
TZ = systemTZ;
|
|
||||||
ND_MUSICFOLDER = "/music";
|
|
||||||
ND_DATAFOLDER = "/data";
|
|
||||||
ND_LOGLEVEL = "info";
|
|
||||||
ND_SCANNER_SCHEDULE = "@every 6h";
|
|
||||||
};
|
|
||||||
|
|
||||||
ports = [
|
|
||||||
"5005:4533"
|
|
||||||
];
|
|
||||||
|
|
||||||
extraOptions = [
|
|
||||||
"--network=podman"
|
|
||||||
];
|
|
||||||
|
|
||||||
autoStart = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,6 @@
|
||||||
../../../modules/traefik.nix
|
../../../modules/traefik.nix
|
||||||
../../../modules/borg/client.nix
|
../../../modules/borg/client.nix
|
||||||
../../../modules/login-display.nix
|
../../../modules/login-display.nix
|
||||||
../../../modules/dufs.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# GRUB bootloader with ZFS support
|
# GRUB bootloader with ZFS support
|
||||||
|
|
@ -263,10 +262,4 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Dufs WebDAV file server
|
|
||||||
services.dufs = {
|
|
||||||
sharedPath = "/mnt/storage/Media";
|
|
||||||
port = 5099;
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -42,18 +42,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Dufs file server
|
|
||||||
files = {
|
|
||||||
rule = "Host(`files.yanlincs.com`)";
|
|
||||||
service = "files";
|
|
||||||
tls = {
|
|
||||||
certResolver = "cloudflare";
|
|
||||||
domains = [{
|
|
||||||
main = "*.yanlincs.com";
|
|
||||||
}];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Linkding bookmark manager
|
# Linkding bookmark manager
|
||||||
link = {
|
link = {
|
||||||
rule = "Host(`link.yanlincs.com`)";
|
rule = "Host(`link.yanlincs.com`)";
|
||||||
|
|
@ -66,18 +54,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Navidrome music server
|
|
||||||
music = {
|
|
||||||
rule = "Host(`music.yanlincs.com`)";
|
|
||||||
service = "music";
|
|
||||||
tls = {
|
|
||||||
certResolver = "cloudflare";
|
|
||||||
domains = [{
|
|
||||||
main = "*.yanlincs.com";
|
|
||||||
}];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
@ -109,15 +85,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Dufs backend (via WireGuard)
|
|
||||||
files = {
|
|
||||||
loadBalancer = {
|
|
||||||
servers = [{
|
|
||||||
url = "http://10.2.2.20:5099";
|
|
||||||
}];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Linkding backend (via WireGuard)
|
# Linkding backend (via WireGuard)
|
||||||
link = {
|
link = {
|
||||||
loadBalancer = {
|
loadBalancer = {
|
||||||
|
|
@ -127,15 +94,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Navidrome backend (via WireGuard)
|
|
||||||
music = {
|
|
||||||
loadBalancer = {
|
|
||||||
servers = [{
|
|
||||||
url = "http://10.2.2.20:5005";
|
|
||||||
}];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue