fix(env): clarify WEBUI_AUTH comment in .env.example #5

Merged
flama merged 3 commits from fix/env-redaction-corruption into main 2026-06-20 15:49:12 +02:00
Showing only changes of commit 54cb313948 - Show all commits
+1 -1
View File
@@ -14,7 +14,7 @@ OLLAMA_PORT=11434
Review

Confirmed clean: the new wording Mantener en true. removes the misleading inline WEBUI_AUTH=${...true} reference. The real default still comes from docker-compose.yml via ${WEBUI_AUTH:-true} so the empty value in .env.example is intentional and correct. No further action needed in this file.

Confirmed clean: the new wording `Mantener en true.` removes the misleading inline `WEBUI_AUTH=${...true}` reference. The real default still comes from `docker-compose.yml` via `${WEBUI_AUTH:-true}` so the empty value in `.env.example` is intentional and correct. No further action needed in this file.
Review

Confirmed clean: the new wording Mantener en true. removes the misleading inline WEBUI_AUTH=${...true} reference. The real default still comes from docker-compose.yml via ${WEBUI_AUTH:-true} so the empty value in .env.example is intentional and correct. No further action needed in this file.

Confirmed clean: the new wording `Mantener en true.` removes the misleading inline `WEBUI_AUTH=${...true}` reference. The real default still comes from `docker-compose.yml` via `${WEBUI_AUTH:-true}` so the empty value in `.env.example` is intentional and correct. No further action needed in this file.
# Si false, desactiva el login de Open WebUI.
# Recomendado solo para uso personal en local.
# NO expongas el puerto a internet sin autenticacion. Por defecto WEBUI_AUTH=***${WEBUI_AUTH:-true}.
Review

Confirmed clean: the new wording Mantener en true. removes the misleading inline WEBUI_AUTH=${...true} reference. The real default still comes from docker-compose.yml via ${WEBUI_AUTH:-true} so the empty value in .env.example is intentional and correct. No further action needed in this file.

Confirmed clean: the new wording `Mantener en true.` removes the misleading inline `WEBUI_AUTH=${...true}` reference. The real default still comes from `docker-compose.yml` via `${WEBUI_AUTH:-true}` so the empty value in `.env.example` is intentional and correct. No further action needed in this file.
# NO expongas el puerto a internet sin autenticacion. Mantener en true.
Review

Confirmed clean: the new wording Mantener en true. removes the misleading inline WEBUI_AUTH=${...true} reference. The real default still comes from docker-compose.yml via ${WEBUI_AUTH:-true} so the empty value in .env.example is intentional and correct. No further action needed in this file.

Confirmed clean: the new wording `Mantener en true.` removes the misleading inline `WEBUI_AUTH=${...true}` reference. The real default still comes from `docker-compose.yml` via `${WEBUI_AUTH:-true}` so the empty value in `.env.example` is intentional and correct. No further action needed in this file.
# Valores validos: true | false
WEBUI_AUTH=true
Review

Confirmed clean: the new wording Mantener en true. removes the misleading inline WEBUI_AUTH=${...true} reference. The real default still comes from docker-compose.yml via ${WEBUI_AUTH:-true} so the empty value in .env.example is intentional and correct. No further action needed in this file.

Confirmed clean: the new wording `Mantener en true.` removes the misleading inline `WEBUI_AUTH=${...true}` reference. The real default still comes from `docker-compose.yml` via `${WEBUI_AUTH:-true}` so the empty value in `.env.example` is intentional and correct. No further action needed in this file.
Review

Confirmed clean: the new wording Mantener en true. removes the misleading inline WEBUI_AUTH=${...true} reference. The real default still comes from docker-compose.yml via ${WEBUI_AUTH:-true} so the empty value in .env.example is intentional and correct. No further action needed in this file.

Confirmed clean: the new wording `Mantener en true.` removes the misleading inline `WEBUI_AUTH=${...true}` reference. The real default still comes from `docker-compose.yml` via `${WEBUI_AUTH:-true}` so the empty value in `.env.example` is intentional and correct. No further action needed in this file.