This commit is contained in:
soraefir
2026-06-02 23:52:14 +02:00
parent 43df774914
commit 834fd34b54

View File

@@ -35,7 +35,7 @@ in {
DATABASE_USER = "suwayomi_user";
FLARESOLVERR_ENABLED = lib.boolToString (builtins.elem "flaresolverr" (((config.syscfg.server.containers.servarr or {}).extra or {}).modules or []));
FLARESOLVERR_URL = "http://servarr-flaresolverr:8191";
EXTENSION_REPOS = "['https://github.com/keiyoushi/extensions']"; #https://raw.githubusercontent.com/keiyoushi/extensions/repo/index.min.json
EXTENSION_REPOS = "[\"https://github.com/keiyoushi/extension\"]"; #https://raw.githubusercontent.com/keiyoushi/extensions/repo/index.min.json
};
overrides = {