Proxmox VE Helper-Scripts
Website |
Contribute |
Guides |
Changelog |
Support
README TO BE UPDATED
Ports of tteck's proxmox scripts to ARM64.
Any issues with the scripts, please put an issue within this repository rather than upstream, as it is likely caused by my modifications.
You can get a script from this by using the original website, and modifying the url in the bash statement to call from my user rather than tteck, until I can figure out how to get a website for these scripts up.
Any applications not in ported or unsupported need to be tested for whether they could be ported or not.
Currently ported applications
ActualBudget
Adguard
AgentDVR
Apache Cassandra
Apache CouchDB
APT Cacher NG
Audiobookshelf
Autobrr
Bazarr
Blocky
CasaOS
ChangeDetection
Channels
Cloudflared
Commafeed
Cronicle
DaemonSync - needs testing?
Dashy
deConz
Deluge
Docker
Dockage
Emby
EMQX
Jellyseerr
Mafl
Nginx Proxy Manager
Prowlarr
Radarr
Sonarr
No changes required
Tailscale
Unsupported applications
Proxmox Backup Server - Needs custom image
All alpine templates - hardcoded Ubuntu base image due to Debian issues
The Debian template - hardcoded Ubuntu base image due to Debian issues
Current issues
Currently the image used is hardcoded to be an Ubuntu 22.04 image.
Available debian arm64 images aren't able to be used currently as they have moved from ifupdown networking to systemd-network, meaning that until I can figure out how to make a custom image using ifupdown Debian will not work, if you know how to do this please make an issue, as Im unsure of where to start with this