Files
ProxmoxVE-Local/.env.example
Michel Roegl-Brunner c1f0f4f3eb Update .env.example
2025-09-16 08:54:51 +02:00

20 lines
540 B
Plaintext

# When adding additional environment variables, the schema in "/src/env.js"
# should be updated accordingly.
ORIGINAL_REPO_URL="https://github.com/michelroegl-brunner/PVEScriptslocal"
REPO_URL="https://github.com/community-scripts/ProxmoxVE"
REPO_BRANCH="main"
SCRIPTS_DIRECTORY="scripts"
ALLOWED_SCRIPT_EXTENSIONS=".sh"
CT_SCRIPT_FOLDER="ct"
INSTALL_SCRIPT_FOLDER="install"
JSON_FOLDER="frontend/public/json"
# Security
MAX_SCRIPT_EXECUTION_TIME="900000"
ALLOWED_SCRIPT_PATHS="scripts/"
# WebSocket Configuration
WEBSOCKET_PORT="3001"