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
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "readmeabook",
"version": "1.0.5",
"version": "1.0.6",
"private": true,
"scripts": {
"dev": "next dev",