-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (24 loc) · 858 Bytes
/
.env.example
File metadata and controls
29 lines (24 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# VPS Connection Configuration
# نسخ هذا الملف إلى .env وتعديل القيم
# Copy this file to .env and modify the values
# VPS Server Configuration / إعدادات خادم VPS
VPS_HOST=your-vps-hostname.com
VPS_USER=root
VPS_PORT=22
# Web Server Ports / منافذ خادم الويب
HTTP_PORT=80
HTTPS_PORT=443
# Connection Settings / إعدادات الاتصال
TIMEOUT=5
# OpenWebUI Configuration / إعدادات OpenWebUI
OPENWEBUI_PORT=3000
OPENWEBUI_HOST=0.0.0.0
OPENWEBUI_VERSION=latest
OLLAMA_API_BASE_URL=http://localhost:11434
# Generate a secure key with: openssl rand -hex 32
WEBUI_SECRET_KEY=change-me-to-a-secure-random-key
# Example Usage / مثال الاستخدام:
# 1. Copy this file: cp .env.example .env
# 2. Edit .env with your VPS details
# 3. Load environment: source .env
# 4. Run check: ./deploy.sh