attempt 2...

This commit is contained in:
Danilo Reyes 2025-04-17 02:05:55 -06:00
parent d9f5d476af
commit e3af64bf9e

View File

@ -19,8 +19,8 @@ in
PGID = toString config.users.groups.users.gid; PGID = toString config.users.groups.users.gid;
BASE_URL = cfg.url; BASE_URL = cfg.url;
DEEZER_REDIRECT_URI = "http://${config.my.ips.${cfg.hostName}}:${toString cfg.port}/deezer/callback"; DEEZER_REDIRECT_URI = "http://${config.my.ips.${cfg.hostName}}:${toString cfg.port}/deezer/callback";
MALOJA_URL = servers.maloja.local; MALOJA_URL = "http://${config.my.servers.server.ip}:${toString servers.maloja.port}";
PLEX_URL = servers.plex.local; PLEX_URL = "http://${config.my.servers.server.ip}:${toString servers.plex.port}";
WS_ENABLE = "true"; WS_ENABLE = "true";
}; };
volumes = [ "${config.my.containerData}/multi-scrobbler:/config" ]; volumes = [ "${config.my.containerData}/multi-scrobbler:/config" ];