multiscrobbler fix

This commit is contained in:
2025-04-17 01:59:13 -06:00
parent 055603e403
commit 31e53e5493
2 changed files with 6 additions and 12 deletions

View File

@@ -2,7 +2,6 @@
let
cfg = config.my.servers.multi-scrobbler;
setup = import ./setup.nix { inherit lib config; };
servers = config.my.servers;
in
{
options.my.servers.multi-scrobbler = setup.mkOptions "multi-scrobbler" "scrobble" 9078;
@@ -19,8 +18,8 @@ in
PGID = toString config.users.groups.users.gid;
BASE_URL = cfg.url;
DEEZER_REDIRECT_URI = "http://${config.my.ips.${cfg.hostName}}:${toString cfg.port}/deezer/callback";
MALOJA_URL = servers.maloja.local;
PLEX_URL = servers.plex.local;
MALOJA_URL = "http://192.168.1.69:42010";
PLEX_URL = "http://192.168.1.69:32400";
WS_ENABLE = "true";
};
volumes = [ "${config.my.containerData}/multi-scrobbler:/config" ];