LoutreOS: airsonic -> navidrome
This commit is contained in:
parent
d43f3bed01
commit
8a2ca1fa21
@ -29,9 +29,12 @@
|
||||
dataDir = "/var/lib/slimserver";
|
||||
};
|
||||
|
||||
airsonic = {
|
||||
navidrome = {
|
||||
enable = true;
|
||||
maxMemory = 500;
|
||||
settings = {
|
||||
MusicFolder = "/mnt/medias/musique";
|
||||
ImageCacheSize = 0;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -198,10 +198,10 @@ in
|
||||
"jackett.nyanlout.re" = authReverse 9117;
|
||||
"pgmanage.nyanlout.re" = authReverse config.services.pgmanage.port;
|
||||
"matrix.nyanlout.re" = simpleReverse 8008;
|
||||
"airsonic.nyanlout.re" = simpleReverse 4040;
|
||||
"emby.nyanlout.re" = simpleReverse 8096;
|
||||
"ci.nyanlout.re" = simpleReverse 52350;
|
||||
"gitea.nyanlout.re" = simpleReverse config.services.gitea.httpPort;
|
||||
"musique.nyanlout.re" = simpleReverse config.services.navidrome.settings.Port;
|
||||
"apart.nyanlout.re" = recursiveUpdate (simpleReverse config.services.home-assistant.port) {
|
||||
locations."/" = {
|
||||
proxyWebsockets = true;
|
||||
|
Loading…
Reference in New Issue
Block a user