diff --git a/docker-compose.yml b/docker-compose.yml index 9cd7eaf..1d5cf7b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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) diff --git a/package.json b/package.json index f517e13..397046a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readmeabook", - "version": "1.0.5", + "version": "1.0.6", "private": true, "scripts": { "dev": "next dev",