https://github.com/limehawk/proxmox-scripts
Collection of scripts for Proxmox VE - DietPi installer, 3CX SBC provisioner, and more
https://github.com/limehawk/proxmox-scripts
3cx bash dietpi homelab proxmox virtualization
Last synced: 5 months ago
JSON representation
Collection of scripts for Proxmox VE - DietPi installer, 3CX SBC provisioner, and more
- Host: GitHub
- URL: https://github.com/limehawk/proxmox-scripts
- Owner: limehawk
- Created: 2024-01-22T05:56:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-17T21:26:28.000Z (5 months ago)
- Last Synced: 2026-01-18T02:44:41.199Z (5 months ago)
- Topics: 3cx, bash, dietpi, homelab, proxmox, virtualization
- Language: Shell
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Proxmox Scripts
A collection of scripts for Proxmox Virtual Environment (PVE).
## Quick Start
### DietPi VM Installer
```sh
bash <(curl -sSfL https://raw.githubusercontent.com/limehawk/proxmox-scripts/main/scripts/dietpi-install.sh)
```
Interactive menu with all available DietPi images (Trixie, Bookworm, Forky + UEFI variants).
### 3CX SBC VM Provisioner
```sh
bash <(curl -sSfL https://raw.githubusercontent.com/limehawk/proxmox-scripts/main/scripts/3cx_sbc_vm.sh)
```
Creates a VM for 3CX Session Border Controller with three methods:
- **Official ISO** - Downloads 3CX Debian ISO, manual setup
- **Automated** - Debian cloud image with auto-install via cloud-init
- **DietPi** - Use DietPi as base, install 3CX manually
### 3CX SBC Manager (In-VM)
```sh
bash <(curl -sSfL https://raw.githubusercontent.com/limehawk/proxmox-scripts/main/scripts/3cx_sbc_manager.sh)
```
> **Note:** Run inside your VM, not on the Proxmox host.
Install or upgrade 3CX SBC on existing Debian 12 systems.
### Proxmox Updater
```sh
bash <(curl -sSfL https://raw.githubusercontent.com/limehawk/proxmox-scripts/main/scripts/proxmox_updater.sh)
```
Automated updates with safe VM shutdown and reboot if needed.
## Documentation
📖 **[Full documentation on the Wiki](https://github.com/limehawk/proxmox-scripts/wiki)**
## Script Sources
| Script | Source |
|--------|--------|
| dietpi-install.sh | [limehawk/proxmox-dietpi-installer](https://github.com/limehawk/proxmox-dietpi-installer) |
Scripts are automatically synced from their source repos via GitHub Actions.