parent
58a7557dc0
commit
9372ec8a8c
1 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,12 @@ in {
|
||||||
komfConf = pkgs.writers.writeJSON "application.yml" {
|
komfConf = pkgs.writers.writeJSON "application.yml" {
|
||||||
komga = {
|
komga = {
|
||||||
baseUri = "https://komga.nelim.org";
|
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 = {
|
metadataUpdate.default = {
|
||||||
libraryType = "COMIC";
|
libraryType = "COMIC";
|
||||||
bookCovers = true;
|
bookCovers = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue