mirror of
https://github.com/kikootwo/ReadMeABook.git
synced 2026-06-02 20:30:10 +00:00
Bump version to 1.0.6 and document auth envs
Bump package version from 1.0.5 to 1.0.6. Add two commented environment variable examples to docker-compose.yml for authentication configuration: DISABLE_LOCAL_LOGIN (force OAuth) and ALLOW_WEAK_PASSWORD (remove minimum password length). These entries are documented examples only and do not change runtime behavior.
This commit is contained in:
@@ -71,6 +71,9 @@ services:
|
||||
# PLEX_CLIENT_IDENTIFIER: "readmeabook-custom-id"
|
||||
# PLEX_PRODUCT_NAME: "ReadMeABook"
|
||||
# LOG_LEVEL: "info"
|
||||
# DISABLE_LOCAL_LOGIN: "true" # Set to "true" to disable local login (force OAuth)
|
||||
# ALLOW_WEAK_PASSWORD: "true" # Set to "true" to remove minimum password length requirement
|
||||
|
||||
|
||||
# ========================================================================
|
||||
# IMPORTANT: Public URL Configuration (Required for OAuth)
|
||||
|
||||
Reference in New Issue
Block a user