parent
58a7557dc0
commit
9372ec8a8c
1 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,12 @@ in {
|
|||
komfConf = pkgs.writers.writeJSON "application.yml" {
|
||||
komga = {
|
||||
baseUri = "https://komga.nelim.org";
|
||||
eventListener = {
|
||||
enabled = true;
|
||||
metadataLibraryFilter = []; # listen to all events if empty
|
||||
metadataSeriesExcludeFilter = [];
|
||||
notificationsLibraryFilter = []; # Will send notifications if any notification source is enabled. If empty will send notifications for all libraries
|
||||
};
|
||||
metadataUpdate.default = {
|
||||
libraryType = "COMIC";
|
||||
bookCovers = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue