Fix Gluetun web UI auth and LAN binding
This commit is contained in:
@@ -9,9 +9,15 @@ SEARXNG_BASE_URL=http://10.5.1.6:8888/
|
||||
FIRECRAWL_PORT=3302
|
||||
FIRECRAWL_INTERNAL_PORT=3002
|
||||
|
||||
# Keep the Gluetun control UI localhost-only by default. Reverse proxy later if desired.
|
||||
# Gluetun control UI LAN bind. Keep it on the PD LAN IP, not 0.0.0.0.
|
||||
GLUETUN_WEBUI_BIND_ADDRESS=10.5.1.6
|
||||
GLUETUN_WEBUI_PORT=8390
|
||||
|
||||
# Gluetun HTTP control API auth for the web UI.
|
||||
# Generate a real key for the live .env and keep only placeholders in git.
|
||||
GLUETUN_CONTROL_API_KEY=replace-me-with-a-22-char-base58-key
|
||||
HTTP_CONTROL_SERVER_AUTH_DEFAULT_ROLE={"auth":"apikey","apikey":"replace-me-with-a-22-char-base58-key"}
|
||||
|
||||
# Firecrawl runtime tuning
|
||||
USE_DB_AUTHENTICATION=false
|
||||
NUM_WORKERS_PER_QUEUE=4
|
||||
|
||||
Reference in New Issue
Block a user