Adding rate limit for zora, and other config tweaks
This commit is contained in:
parent
9b595c7f13
commit
9a4ff80762
8 changed files with 90 additions and 40 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue