honcho: disable app-level auth (blank JWT secret was crash-looping; internal+Authelia-ringfenced)
Some checks are pending
Build Hermes agent / build (pull_request) Waiting to run
Build ollama (gfx906) / build (pull_request) Waiting to run

This commit is contained in:
2026-09-16 15:36:43 -04:00
parent 3353c6fba1
commit 9b621c0410

View File

@@ -142,7 +142,7 @@ services:
- CACHE_URL=redis://honcho-redis:6379/0
- CACHE_ENABLED=true
- EMBEDDING_VECTOR_DIMENSIONS=1024
- AUTH_USE_AUTH=true
- AUTH_USE_AUTH=false
- AUTH_JWT_SECRET=${HONCHO_AUTH_JWT_SECRET}
- HONCHO_OPENAI_API_KEY=${HONCHO_OPENAI_API_KEY}
volumes: