create project

This commit is contained in:
2026-06-12 20:14:21 +03:30
commit 686445e070
4 changed files with 162 additions and 0 deletions

20
.env.example Normal file
View File

@@ -0,0 +1,20 @@
# Open WebUI Configuration for aichat.zoneco.org
# Copy this to .env and fill in your values
# OpenAI API Key
OPENAI_API_KEY=your_openai_api_key_here
# Optional: Additional configuration
# WEBUI_NAME=AI Chat Zoneco
# WEBUI_URL=https://aichat.zoneco.org
# WEBUI_SECRET_KEY=your_secret_key_here
# DEFAULT_USER_ROLE=user
# ENABLE_SIGNUP=true
# ENABLE_LOGIN=true
# ENABLE_OAUTH_SIGNUP=false
# DEFAULT_MODELS=gpt-4
# DOCKER_IMAGE_TAG=ghcr.io/open-webui/open-webui:main
# CONTAINER_NAME=funzone_aichat
# HOST_PORT=3005
# CONTAINER_PORT=8080