Skip to content

fmcglinn/ProxmoxVE

 
 

Repository files navigation

Proxmox VE Helper-Scripts Logo

Proxmox VE Helper-Scripts (Offline Fork)

A Community Legacy in Memory of @tteck

Offline-capable fork of community-scripts/ProxmoxVE

This fork has been modified for local/offline operation:

• All scripts source from local files (no remote curl|bash)
• Interactive script discovery via run.sh
• Works on air-gapped networks
• Auditable local code

Getting Started

  1. Clone to Proxmox host

    git clone https://github.com/fmcglinn/ProxmoxVE.git /opt/community-scripts
  2. Install dependencies

    apt install jq whiptail
  3. Add to PATH (optional)

    ln -sf /opt/community-scripts/run.sh /usr/local/bin/community-scripts
  4. Run interactive launcher

    community-scripts

    Or if you skipped step 3: cd /opt/community-scripts && ./run.sh

  5. Browse categories, search scripts, and install directly from local files.

Direct Script Execution

cd /opt/community-scripts
bash ct/plex.sh

Requirements

Requirement Details
Proxmox VE 8.4.x / 9.0.x / 9.1.x
OS Debian-based with Proxmox Tools
Network Offline capable (after initial clone)
Dependencies jq, whiptail

Key Features

  • Quick Setup - One-command installations for popular services
  • Flexible Config - Simple mode for beginners, advanced options for power users
  • Auto Updates - Built-in update mechanisms for installed services
  • 400+ Scripts - LXC containers and VMs for popular self-hosted apps

Attribution

Originally created by tteck, now maintained by the community.

Upstream project: community-scripts/ProxmoxVE


License

MIT License - see LICENSE

About

Proxmox VE Helper-Scripts (Community Edition)

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 90.0%
  • TypeScript 9.5%
  • Other 0.5%