Pull Proxmox LXC app configs via SSH and document all CTs.

Add pull-lxc-from-proxmox.py using Proxmox API + pct exec for running
containers (vaultwarden, linkwarden, paymenter, NPM, etc). Stub apps for
stopped LXCs with proxmox.meta.yaml and updated lxc-inventory with live IPs.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
mo
2026-05-17 14:52:28 +02:00
parent c7f1b094cb
commit 9f431ff97b
85 changed files with 1392 additions and 37 deletions
@@ -0,0 +1,41 @@
# When adding additional environment variables, the schema in "/src/env.js"
# should be updated accordingly.
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"
# User settings
GITHUB_TOKEN=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
SAVE_FILTER=false
FILTERS=
AUTH_USERNAME=mo-admin
AUTH_PASSWORD_HASH=$2b$10$3QeM5p2KAn1vAE1A43B4suE5f4qEHYfB4ksAbf0DgtNhhpJJInzF.
AUTH_ENABLED=true
AUTH_SETUP_COMPLETED=true
JWT_SECRET=
DATABASE_URL="file:/opt/ProxmoxVE-Local/data/settings.db"
AUTO_SYNC_ENABLED=false
SYNC_INTERVAL_TYPE=
SYNC_INTERVAL_PREDEFINED=
AUTO_DOWNLOAD_NEW=
AUTO_UPDATE_EXISTING=
NOTIFICATION_ENABLED=
APPRISE_URLS=
LAST_AUTO_SYNC=
SYNC_INTERVAL_CRON=
JWT_SECRET=953fe5a2b3df5a28b5f922128f2b60c9f4672d3c4509858369babe93b2c32c8d92bfafe3ca5f6a71ede018bceec7b2a3507ce62f865efd0294a2d5ac55ffc08f
VIEW_MODE=list
JWT_SECRET=809b2d1ed7388e6fd443316d36e4c6b0bb60b82f8e017e01d9243d8cce0f0a6febca812cb2c7090b6c218b0a9b3852bf3bf9bb56c1a20f3778316382c8abff52
@@ -0,0 +1,30 @@
/opt/ProxmoxVE-Local/server.js
/opt/ProxmoxVE-Local/.gitattributes
/opt/ProxmoxVE-Local/README.md
/opt/ProxmoxVE-Local/.env
/opt/ProxmoxVE-Local/data/settings.db
/opt/ProxmoxVE-Local/VERSION
/opt/ProxmoxVE-Local/postcss.config.js
/opt/ProxmoxVE-Local/.next/app-path-routes-manifest.json
/opt/ProxmoxVE-Local/.next/build-manifest.json
/opt/ProxmoxVE-Local/.next/next-server.js.nft.json
/opt/ProxmoxVE-Local/.next/package.json
/opt/ProxmoxVE-Local/.next/app-build-manifest.json
/opt/ProxmoxVE-Local/.next/react-loadable-manifest.json
/opt/ProxmoxVE-Local/.next/prerender-manifest.json
/opt/ProxmoxVE-Local/.next/routes-manifest.json
/opt/ProxmoxVE-Local/.next/trace
/opt/ProxmoxVE-Local/.next/required-server-files.json
/opt/ProxmoxVE-Local/.next/BUILD_ID
/opt/ProxmoxVE-Local/.next/export-marker.json
/opt/ProxmoxVE-Local/.next/next-minimal-server.js.nft.json
/opt/ProxmoxVE-Local/.next/images-manifest.json
/opt/ProxmoxVE-Local/prisma/schema.prisma
/opt/ProxmoxVE-Local/.github/release-drafter.yml
/opt/ProxmoxVE-Local/.github/CODEOWNERS
/opt/ProxmoxVE-Local/.github/dependabot.yml
/opt/ProxmoxVE-Local/.github/pull_request_template.md
/opt/ProxmoxVE-Local/.github/logo.png
/opt/ProxmoxVE-Local/package.json
/opt/ProxmoxVE-Local/src/env.js
/opt/ProxmoxVE-Local/prettier.config.js