Adding rate limit for zora, and other config tweaks

This commit is contained in:
Lyes Saadi 2026-01-22 16:25:35 +01:00
parent 9b595c7f13
commit 9a4ff80762
Signed by: lyes
GPG key ID: 55A1D803917CF39A
8 changed files with 90 additions and 40 deletions

View file

@ -153,6 +153,14 @@
r = [ "*" ];
};
};
"/u/lyes/data" = {
path = "/var/data/";
access = {
"rwmd." = [ "lyes" ];
};
};
};
openFilesLimit = 65536;

View file

@ -16,12 +16,20 @@
ip = "0.0.0.0";
port = 44312;
downloadsPath = "${config.services.suwayomi-server.dataDir}";
downloadAsCbz = true;
autoDownloadNewChapters = true;
excludeEntryWithUnreadChapters = false;
excludeUnreadChapters = false;
excludeNotStarted = false;
excludeCompleted = false;
globalUpdateInterval = 6;
extensionRepos = [
"https://raw.githubusercontent.com/keiyoushi/extensions/repo/index.min.json"
];
downloadAsCbz = true;
basicAuthEnabled = true;
basicAuthUsername = "lyes";
basicAuthPasswordFile = config.age.secrets.suwayomi-pass.path;
@ -29,7 +37,7 @@
# backupPath = "/unv/backups/suwayomi";
# backupTime = "07:11";
localSourcePath = "/var/data/manga/local";
localSourcePath = "${config.services.suwayomi-server.dataDir}/local";
};
};
};