-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.conf.example
More file actions
47 lines (36 loc) · 1.04 KB
/
Copy pathinstall.conf.example
File metadata and controls
47 lines (36 loc) · 1.04 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
# pyIRCX Installation Configuration
# Generated by install.sh
# Used by upgrade.sh, repair.sh, and uninstall.sh
# Installation timestamp
INSTALL_DATE="2026-01-18"
INSTALL_VERSION="2.0.0"
# Core installation paths
PYIRCX_DIR="/opt/pyircx"
CONFIG_DIR="/etc/pyircx"
CONFIG_FILE="/etc/pyircx/pyircx_config.json"
# Web components (empty if not installed)
WEBADMIN_DIR="/var/www/html/webadmin"
WEBADMIN_ENABLED="true"
WEBCHAT_DIR="/var/www/html/webchat"
WEBCHAT_ENABLED="true"
WEBCHAT_GATEWAY_DIR="/opt/pyircx/webchat"
# Web server configuration
WEB_SERVER="apache" # apache, nginx, or none
WEB_USER="apache" # apache, www-data, http, nginx
# Database
DATABASE_PATH="/opt/pyircx/pyircx.db"
# Service configuration
SERVICE_ENABLED="true"
SERVICE_USER="pyircx"
# SSL configuration
SSL_ENABLED="false"
SSL_CERT_FILE=""
SSL_KEY_FILE=""
# DNS resolver
UNBOUND_ENABLED="true"
# Apache/httpd configuration
APACHE_CONFIG_DIR="/etc/httpd/conf.d"
APACHE_SERVICE="httpd"
# Installation method
INSTALL_METHOD="script" # script, manual, package
INSTALL_USER="root"