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:
kikootwo
2026-02-10 22:01:01 -05:00
parent 6b83e5dac1
commit bceb13f4dd
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -71,6 +71,9 @@ services:
# PLEX_CLIENT_IDENTIFIER: "readmeabook-custom-id" # PLEX_CLIENT_IDENTIFIER: "readmeabook-custom-id"
# PLEX_PRODUCT_NAME: "ReadMeABook" # PLEX_PRODUCT_NAME: "ReadMeABook"
# LOG_LEVEL: "info" # 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) # IMPORTANT: Public URL Configuration (Required for OAuth)
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "readmeabook", "name": "readmeabook",
"version": "1.0.5", "version": "1.0.6",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",