LXC | All 5/578

1 CPU 512 MB 2 GB
Self-hosted two-factor authentication manager. Manage and store TOTP tokens, WebAuthn credentials, and backup codes for all your online accounts. Notes Access the web UI at http://<ip> (port 80). Runs on Nginx with PHP 8.4 FPM and MariaDB. Supports TOTP, HOTP, and WebAuthn/Passkey authentication.
2 CPU 2048 MB 4 GB
Personal finance and budgeting application. Track spending, manage budgets, and sync across devices with end-to-end encryption. Notes Access the web UI at https://<ip>:5006 (HTTPS with self-signed certificate). Higher ram requirement (2 GB) for the Node.js sync server. Configure by uploading an Actual Budget backup or starting fresh.
1 CPU 512 MB 2 GB
Network-wide software for blocking ads and tracking. Runs its own DNS server that blocks trackers and unwanted content across every device on your network. Notes Access the web UI at http://<ip>:3000 to complete the initial setup wizard. Updates are handled from the AdGuard Home web UI, not via this script.
2 CPU 4096 MB 7 GB
Travel tracking and logging application. Document trips, mark visited locations, upload photos, and share your travel history. Notes Access the frontend at http://<ip>:3000. Backend API runs on port 8000 (internal). Uses PostgreSQL with PostGIS and a Django backend. Django admin credentials saved to ~/adventurelog.creds.
4 CPU 8192 MB 20 GB
Open-source, privacy-first workspace for notes, docs, and knowledge management with offline-first design and end-to-end encryption. Notes Initial build takes 20-30 minutes due to native module compilation. Requires at least 8GB RAM for building and 4GB for runtime. Links Website GitHub

Addons | All 5/6

Copyparty is a lightweight, portable HTTP file server with a browser-based interface. It supports drag-and-drop uploads, downloads, deduplication, media playback, and advanced search, making it ideal for quickly sharing and managing files. Notes Execute within the Proxmox shell or in LXC
Self-hosted cron job scheduler with web UI, live logs, auth and prebuilt binaries provided upstream. Notes Credentials are saved to: /root/cronmaster.creds Update with: update_cronmaster Links GitHub
Web-based file manager. Upload, delete, preview, rename, and edit files in your browser. Notes Access at http://<ip>:8080 Default credentials: admin / helper-scripts.com Supports no-auth mode for local networks Links Website GitHub
Cross-platform system monitoring tool. Web UI with CPU, memory, disk, network, and process overview. Notes Access at http://<ip>:61208 Supports both Debian/Ubuntu and Alpine Install/Update/Uninstall via interactive menu Links Website GitHub
A free and open source statistics app for Jellyfin Notes Requires Node.js 20+ and PostgreSQL (auto-installed if missing) Default PostgreSQL credentials: jellystat / jellystat Update with: update_jellystat Links GitHub

PVE Tools | All 5/10

This script provides options to delete logs and cache, and repopulate apt lists for Ubuntu and Debian systems. Notes Execute within the Proxmox shell Supports Alpine, Debian, and Ubuntu containers Select containers to exclude from cleaning Links GitHub
This script will add/remove a crontab schedule that updates the operating system of all LXCs every Sunday at midnight. Notes Execute within the Proxmox shell To exclude LXCs from updating, edit the crontab using crontab -e and add CTID Links
Releases unused blocks from LXC container disks back to the storage device. Recommended for SSD, NVMe, and thin-provisioned storage. Notes Only effective on SSD, NVMe, thin-LVM, or discard-capable storage Select containers to exclude from trimming Can temporarily start stopped containers for trimming
Create backups of Proxmox VE host configuration files and directories. Notes Interactive directory and file selection Backups are saved as compressed tar archives Default backup location is /root/ Links GitHub
Enables hardware passthrough for USB, Intel, NVIDIA, and AMD GPUs inside privileged LXC containers. Notes Requires Proxmox VE 8.1+ Only supports privileged LXC containers for GPU passthrough Interactive menu system via whiptail Links GitHub

VMs | All 5/11

1 CPU 1024 MB 4 GB
Arch Linux is a highly customizable, independent Linux distribution that gives users complete control over their system. Known for its rolling release model, Arch Linux is always up-to-date with the latest software. Notes doesnt work with lvm and lvmthin disks!
2 CPU 2048 MB 4 GB
Creates a Debian-based virtual machine with configurable resources. Standard Debian VM template for Proxmox VE. Supports version selection and resource customization. Notes Compatible with Proxmox VE 8.x SSH key injection supported Cloud-init ready
2 CPU 4096 MB 10 GB
Creates a Docker-ready virtual machine on Proxmox VE with Docker pre-installed in the image. Notes Supports Debian 12/13 and Ubuntu 22.04/24.04 Optional Cloud-Init support for SSH key and network configuration Docker pre-installed in the disk image for faster provisioning Links
2 CPU 4096 MB 32 GB
This script automates the process of creating a Virtual Machine (VM) using the official KVM (qcow2) disk image provided by the Home Assistant Team. It involves finding, downloading, and extracting the image, defining user-defined settings, importing and attaching the disk, setting the boot order, and starting the VM.
2 CPU 2048 MB 12 GB
Creates a TurnKey Nextcloud virtual machine on Proxmox VE. Self-hosted cloud storage and collaboration platform. Notes Based on TurnKey Linux Nextcloud appliance Start VM when completed is disabled by default Access Nextcloud after VM is running Links Website