poseidon: move navidrome to hades
This commit is contained in:
parent
a761d3201f
commit
bfdd8912c3
|
@ -73,6 +73,11 @@ in {
|
||||||
privatePort = 8080;
|
privatePort = 8080;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
navidrome = {
|
||||||
|
enable = true;
|
||||||
|
musicFolder.path = "${config.services.nextcloud.home}/data/alarsyo/files/Musique/Songs";
|
||||||
|
};
|
||||||
|
|
||||||
nextcloud = {
|
nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
adminpassFile = config.age.secrets."nextcloud/admin-pass".path;
|
adminpassFile = config.age.secrets."nextcloud/admin-pass".path;
|
||||||
|
|
|
@ -85,11 +85,6 @@ in {
|
||||||
port = 8083;
|
port = 8083;
|
||||||
};
|
};
|
||||||
|
|
||||||
navidrome = {
|
|
||||||
enable = true;
|
|
||||||
musicFolder.path = "${config.services.nextcloud.home}/data/alarsyo/files/Musique/Songs";
|
|
||||||
};
|
|
||||||
|
|
||||||
paperless = {
|
paperless = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 8085;
|
port = 8085;
|
||||||
|
|
|
@ -53,12 +53,12 @@ in {
|
||||||
listen = [
|
listen = [
|
||||||
# FIXME: hardcoded tailscale IP
|
# FIXME: hardcoded tailscale IP
|
||||||
{
|
{
|
||||||
addr = "100.80.61.67";
|
addr = "100.115.172.44";
|
||||||
port = 443;
|
port = 443;
|
||||||
ssl = true;
|
ssl = true;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
addr = "100.80.61.67";
|
addr = "100.115.172.44";
|
||||||
port = 80;
|
port = 80;
|
||||||
ssl = false;
|
ssl = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue