navidrome
This commit is contained in:
parent
e011751f61
commit
cb2b888386
4 changed files with 54 additions and 30 deletions
|
|
@ -124,5 +124,20 @@ in
|
|||
config.age.secrets.ds9ImmichEnv.path
|
||||
];
|
||||
};
|
||||
# navidrome
|
||||
virtualisation.oci-containers.containers.navidrome = {
|
||||
user = "1000:100";
|
||||
image = "deluan/navidrome:latest";
|
||||
extraOptions = [ "--network=podman" ];
|
||||
volumes = [
|
||||
"navidrome-data:/data"
|
||||
"/data/media/music:/music:ro"
|
||||
];
|
||||
environment = {
|
||||
ND_SCANSCHEDULE = "1h";
|
||||
ND_SESSIONTIMEOUT = "900h";
|
||||
ND_BASEURL = "https://nd.hailsatan.eu";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -146,6 +146,14 @@ in
|
|||
}
|
||||
}
|
||||
}
|
||||
@nd host nd.hailsatan.eu
|
||||
handle @nd {
|
||||
reverse_proxy http://navidrome:4533 {
|
||||
transport http {
|
||||
resolvers 10.89.0.1 # podman dns
|
||||
}
|
||||
}
|
||||
}
|
||||
@bzzt-api host bzzt-api.hailsatan.eu
|
||||
handle @bzzt-api {
|
||||
reverse_proxy http://127.0.0.1:5001
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue