Files
comfyui-nvidia/.env.example
T
57_WolveandClaude Opus 4.7 a73aa4a38a Initial commit — ComfyUI on NVIDIA fronted by Open WebUI
Replaces the figment/segment/Forge stack with a single ComfyUI backend
fronted by Open WebUI's native ComfyUI integration. ComfyUI is built from
the official manual install for NVIDIA. Ships txt2img and img2img workflow
templates plus matching node-mapping JSONs that paste into Open WebUI's
admin panel.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 10:21:43 -05:00

10 lines
405 B
Bash

# Copy to .env and edit. docker compose picks .env up automatically.
# Public hostname/scheme your reverse proxy terminates. Used by Open WebUI for
# auth redirects and email-link generation.
OPEN_WEBUI_URL=http://localhost:3000
# Cookie-signing key. Generate once with: openssl rand -hex 32
# Must stay stable across restarts — rotating it logs every user out.
OPEN_WEBUI_SECRET_KEY=change-me-please