-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefaults.env
More file actions
75 lines (65 loc) · 1.57 KB
/
defaults.env
File metadata and controls
75 lines (65 loc) · 1.57 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# CubeOS Default Configuration
# This file is sourced by all coreapps
# Location on Pi: /cubeos/config/defaults.env
# ===================
# System Settings
# ===================
TZ=UTC
DOMAIN=cubeos.cube
CUBEOS_VERSION=0.2.0-beta.05
CUBEOS_COUNTRY_CODE=NL
# ===================
# Network Configuration
# ===================
GATEWAY_IP=10.42.24.1
DOCKER_HOST_GW=172.16.1.1
SUBNET=10.42.24.0/24
DHCP_RANGE_START=10.42.24.10
DHCP_RANGE_END=10.42.24.250
# ===================
# Infrastructure Ports (6000-6009)
# ===================
NPM_PORT=6000
PIHOLE_PORT=6001
REGISTRY_PORT=5000
# ===================
# Platform Ports (6010-6019)
# ===================
API_PORT=6010
DASHBOARD_PORT=6011
DOZZLE_PORT=6012
# ===================
# System Tool Ports (6040-6049)
# ===================
TERMINAL_PORT=6042
KIWIX_PORT=6043
# ===================
# Network Ports (6020-6029)
# ===================
WIREGUARD_PORT=6020
OPENVPN_PORT=6021
TOR_PORT=6022
# ===================
# AI/ML Ports (6030-6039) — services disabled but ports reserved
# ===================
OLLAMA_PORT=6030
CHROMADB_PORT=6031
DOCS_INDEXER_PORT=6032
# ===================
# AI Service Endpoints — services disabled but defaults set
# ===================
OLLAMA_HOST=10.42.24.1
CHROMADB_HOST=10.42.24.1
# ===================
# User Apps (6100-6999)
# ===================
USER_PORT_START=6100
USER_PORT_END=6999
# ===================
# Directory Paths
# ===================
CUBEOS_DATA_DIR=/cubeos/data
CUBEOS_CONFIG_DIR=/cubeos/config
CUBEOS_APPS_DIR=/cubeos/apps
CUBEOS_COREAPPS_DIR=/cubeos/coreapps
CUBEOS_MOUNTS_DIR=/cubeos/mounts