You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/docs/settings.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ The following is a list of available settings:
31
31
|`content`| The path where the comic file is stored |`.`|
32
32
|`cover`| The path where the generated cover thumbnails are stored |`./thumb`|
33
33
|`thumb`| The path where the generated page thumbnails are stored. If not provided (`None`), will be the same as `cover`. |`None`|
34
+
|`thumb_width`| Maximum thumbnail width | 250 |
35
+
|`thumb_height`| Maximum thumbnail height | 350 |
34
36
|`metadata`| The URL for metadata database, refer to [SQLAlchemy documentation](https://docs.sqlalchemy.org/en/20/core/engines.html#database-urls)|`sqlite:///./comiclib_metadata.db`|
35
37
|`password`| Admin password (also used as API Key currently) [^1]. If it is `None`, any visitor will have editing permissions. This feature is designed to protect against gentlemen but not villains. If you need security protection, please use e.g. the HTTP basic authentication of the reverse proxy, Cloudflare Access or TLS client certificate, etc. |`None`|
36
38
|`skip_exists`| Skip comics that have been scanned into the metadata database during scanning? (`True`/`False`) |`True`|
0 commit comments