mirror of
https://github.com/gotson/komga.git
synced 2025-12-30 04:12:51 +01:00
added documentation about rescans
This commit is contained in:
parent
d98460a010
commit
19c117b8a1
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue