added documentation about rescans

This commit is contained in:
Gauthier Roebroeck 2019-08-22 10:20:38 +08:00
parent d98460a010
commit 19c117b8a1
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@ Komga is a free an open source comics/mangas server.
Komga just started, and for now it can:
- scan and index a folder containing comic book archives in `cbz` and `cbr` format
- scan and index a folder containing comic book archives in `cbz` and `cbr` format. Rescan periodically.
- serve the individual pages of those books via an API
- serve the complete file via an API

View file

@ -14,6 +14,7 @@ services:
- SPRING_PROFILES_ACTIVE=prod
- SPRING_DATASOURCE_URL=jdbc:h2:/config/database.h2;DB_CLOSE_DELAY=-1
- KOMGA_ROOT_FOLDER=/books
- KOMGA_ROOT_FOLDER_SCAN_CRON="0 0 * * * ?" # periodic scan every hour
- KOMGA_USER_PASSWORD=your-admin-password
- KOMGA_ADMIN_PASSWORD=your-user-password
restart: unless-stopped