Files
Linux-Server-Management-Too…/config/settings.conf.minimal
T
cschantz a51d968185 Initial commit: Server Management Toolkit v2.0
- Complete security menu restructure (3-mode: Analysis/Actions/Live)
- Intelligent cPHulk enablement with CSF whitelist import
- Live network security monitoring dashboard
- Multi-source threat detection and classification
- 50+ organized security tools across 4-level menu hierarchy
- System health diagnostics with cPanel/WHM integration
- Reference database for cross-module intelligence sharing
2025-11-03 18:21:40 -05:00

48 lines
1.7 KiB
Plaintext

# Server Management Toolkit Configuration
# Only includes settings for currently implemented features
# ============================================================================
# SECURITY DEFAULTS (Bot Analyzer)
# ============================================================================
# Default time range for quick scans (hours)
QUICK_SCAN_HOURS=1
# Auto-apply blocklists (yes/no)
AUTO_BLOCK=no
# Maximum threat score before auto-block (0-100)
AUTO_BLOCK_THRESHOLD=80
# ============================================================================
# WHITELISTS & EXCLUSIONS (Bot Analyzer)
# ============================================================================
# Whitelist file for IPs
WHITELIST_IP_FILE="$CONFIG_DIR/whitelist-ips.txt"
# Whitelist file for User-Agents
WHITELIST_UA_FILE="$CONFIG_DIR/whitelist-user-agents.txt"
# Accounts to exclude from operations
EXCLUDE_ACCOUNTS="root cpanel"
# ============================================================================
# SYSTEM PATHS (Auto-detected, but can override)
# ============================================================================
# Apache log directory (auto-detected by system-detect.sh)
# LOG_DIR="/var/log/apache2/domlogs"
# cPanel home directory (auto-detected by system-detect.sh)
# CPANEL_HOME="/home"
# ============================================================================
# DISPLAY OPTIONS
# ============================================================================
# Use high contrast colors for light terminal backgrounds (0 or 1)
# TOOLKIT_HIGH_CONTRAST=0
# Disable all colors for monochrome terminals (0 or 1)
# TOOLKIT_NO_COLOR=0
# Show verbose initialization messages (0 or 1)
# TOOLKIT_VERBOSE_INIT=0