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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The following is a list of available settings:
31
31
|`content`| The path where the comic file is stored |`.`|
32
32
|`thumb`| The path where the generated thumbnails are stored |`./thumb`|
33
33
|`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`|
34
-
|`password`| Admin password. 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`|
34
+
|`password`| Admin password (also used as API Key currently). 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`|
35
35
|`skip_exists`| Skip comics that have been scanned into the metadata database during scanning? (`True`/`False`) |`True`|
36
36
|`watch`| Monitor comic folders and automatically scan (`True`/`False`) |`True`|
37
37
|`UA_convert_jxl`| For requests with matched user-agent, convert JPEG XL files to other popular formats on the server side. The value is a regular expression. |`Android`|
0 commit comments