Go to file
2025-04-22 20:21:36 +00:00
cloud-import.py Update cloud-import.py 2025-04-22 18:34:52 +00:00
install.sh fix bad git url in install 2025-04-22 12:22:48 -06:00
README.md Update README.md 2024-08-27 18:19:10 -03:00
requirements.txt First commit 2024-08-27 13:44:24 -03:00
sources.json change ubuntu names so they display in proxmox properly 2025-04-22 20:21:36 +00:00

Proxmox - Cloud Image Importer

Requirements

This script requires python3-pip, git, and the Python Package Simpe term menu.

But if you don't have them, the install script will install them for you.

Also, you'll need to have APT Repositories configured and working.

Tested on Proxmox 7.X and Proxmox 8.X.

Install

Log in to a Proxmox Server via SSH, and then run:

curl 'https://raw.githubusercontent.com/ggMartinez/Proxmox-Cloud-Image-Importer/main/install.sh' | bash

And then run cloud-import

Otherwise, clone this repo where you want, make sure you have all the requirements met, and then run inside the repo directory python3 cloud-import.py.

Usage

When you run the tool, you will see something like this:

enter image description here

Then you select the option that you want, or download all.

The selection will download the cloud image, and then the image will be imported, and ready on your Proxmox UI, ready to clone as template.

Sources

Right now, the sources is just a plain JSON on a Gist on my account.

I'll try to add more images. I'm open to better ways to handle this.