mirror of
https://github.com/gotson/komga.git
synced 2026-04-21 14:30:50 +02:00
fix: ignore Qnap @Recycle directories by default
This commit is contained in:
parent
02d51b96c8
commit
2621500666
1 changed files with 3 additions and 2 deletions
|
|
@ -15,8 +15,9 @@ logging:
|
||||||
komga:
|
komga:
|
||||||
libraries-scan-cron: "0 0 */8 * * ?"
|
libraries-scan-cron: "0 0 */8 * * ?"
|
||||||
libraries-scan-directory-exclusions:
|
libraries-scan-directory-exclusions:
|
||||||
- "#recycle"
|
- "#recycle" # Synology
|
||||||
- "@eaDir"
|
- "@eaDir" # Synology
|
||||||
|
- "@Recycle" # Qnap
|
||||||
database:
|
database:
|
||||||
file: \${komga.config-dir}/database.sqlite
|
file: \${komga.config-dir}/database.sqlite
|
||||||
lucene:
|
lucene:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue