This commit is contained in:
Constantin
2025-09-12 23:04:52 +03:00
commit 2277b11563
127 changed files with 23640 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# Personal Internet Cell - Environment Configuration
# Cell Configuration
CELL_NAME=mycell
CELL_DOMAIN=mycell.cell
# Network Configuration
CELL_IP_RANGE=172.20.0.0/16
WIREGUARD_PORT=51820
# API Configuration
API_PORT=3000
API_HOST=0.0.0.0
# Service Ports
DNS_PORT=53
DHCP_PORT=67
NTP_PORT=123
MAIL_SMTP_PORT=25
MAIL_SUBMISSION_PORT=587
MAIL_IMAP_PORT=993
RADICALE_PORT=5232
WEBDAV_PORT=8080
# Development
DEBUG=false