diff --git a/README.md b/README.md index 325beb1..b25a897 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ ProxUI isn't a replacement for Proxmox web interface, but a light-weight additio ## Screencast
- ProxUI screen cast + ProxUI screen cast
## Demo diff --git a/cloud_images.json b/cloud_images.json index a26c35b..5202979 100644 --- a/cloud_images.json +++ b/cloud_images.json @@ -7,7 +7,7 @@ }, "ubuntu-26.04-proxui-mirror": { "name": "Ubuntu 26.04 LTS (Resolute) (proxui mirror)", - "url": "https://github.com/greenlogles/proxui-cloud-images/releases/download/v20260429-b6e1eee/ubuntu-resolute-amd64.qcow2", + "url": "https://github.com/greenlogles/proxui-cloud-images/releases/latest/download/ubuntu-resolute-amd64.qcow2", "os_type": "l26", "description": "Ubuntu 26.04 LTS proxui mirror" }, @@ -19,7 +19,7 @@ }, "ubuntu-24.04-proxui-mirror": { "name": "Ubuntu 24.04 LTS (Noble) (proxui mirror)", - "url": "https://github.com/greenlogles/proxui-cloud-images/releases/download/v20260429-b6e1eee/ubuntu-noble-amd64.qcow2", + "url": "https://github.com/greenlogles/proxui-cloud-images/releases/latest/download/ubuntu-noble-amd64.qcow2", "os_type": "l26", "description": "Ubuntu 24.04 LTS proxui mirror" }, @@ -31,7 +31,7 @@ }, "ubuntu-22.04-proxui-mirror": { "name": "Ubuntu 22.04 LTS (Jammy) (proxui mirror)", - "url": "https://github.com/greenlogles/proxui-cloud-images/releases/download/v20260429-b6e1eee/ubuntu-jammy-amd64.qcow2", + "url": "https://github.com/greenlogles/proxui-cloud-images/releases/latest/download/ubuntu-jammy-amd64.qcow2", "os_type": "l26", "description": "Ubuntu 22.04 LTS proxui mirror" }, @@ -43,7 +43,7 @@ }, "debian-13-proxui-mirror": { "name": "Debian 13 (Trixie) (proxui mirror)", - "url": "https://github.com/greenlogles/proxui-cloud-images/releases/download/v20260429-b6e1eee/debian-13-trixie-amd64.qcow2", + "url": "https://github.com/greenlogles/proxui-cloud-images/releases/latest/download/debian-13-trixie-amd64.qcow2", "os_type": "l26", "description": "Debian 13 Trixie (proxui mirror)" }, @@ -55,7 +55,7 @@ }, "debian-12-proxui-mirror": { "name": "Debian 12 (Bookworm) (proxui mirror)", - "url": "https://github.com/greenlogles/proxui-cloud-images/releases/download/v20260429-b6e1eee/debian-12-bookworm-amd64.qcow2", + "url": "https://github.com/greenlogles/proxui-cloud-images/releases/latest/download/debian-12-bookworm-amd64.qcow2", "os_type": "l26", "description": "Debian 12 Bookworm proxui mirror" }, @@ -73,7 +73,7 @@ }, "rocky-10-proxui-mirror": { "name": "Rocky Linux 10 (proxui mirror)", - "url": "https://github.com/greenlogles/proxui-cloud-images/releases/download/v20260429-b6e1eee/rocky-10-amd64.qcow2", + "url": "https://github.com/greenlogles/proxui-cloud-images/releases/latest/download/rocky-10-amd64.qcow2", "os_type": "l26", "description": "Rocky Linux 10 proxui mirror" }, @@ -85,7 +85,7 @@ }, "rocky-9-proxui-mirror": { "name": "Rocky Linux 9 (proxui mirror)", - "url": "https://github.com/greenlogles/proxui-cloud-images/releases/download/v20260429-b6e1eee/rocky-9-amd64.qcow2", + "url": "https://github.com/greenlogles/proxui-cloud-images/releases/latest/download/rocky-9-amd64.qcow2", "os_type": "l26", "description": "Rocky Linux 9 proxui mirror" }, @@ -109,7 +109,7 @@ }, "fedora-43-proxui-mirror": { "name": "Fedora 43 Cloud (proxui mirror)", - "url": "https://github.com/greenlogles/proxui-cloud-images/releases/download/v20260429-b6e1eee/fedora-43-amd64.qcow2", + "url": "https://github.com/greenlogles/proxui-cloud-images/releases/latest/download/fedora-43-amd64.qcow2", "os_type": "l26", "description": "Fedora 43 proxui mirror" }, @@ -121,7 +121,7 @@ }, "fedora-42-proxui-mirror": { "name": "Fedora 42 Cloud (Official) (proxui mirror)", - "url": "https://github.com/greenlogles/proxui-cloud-images/releases/download/v20260429-b6e1eee/fedora-42-amd64.qcow2", + "url": "https://github.com/greenlogles/proxui-cloud-images/releases/latest/download/fedora-42-amd64.qcow2", "os_type": "l26", "description": "Fedora 42 proxui mirror" }, @@ -133,7 +133,7 @@ }, "freebsd-15-ufs-proxui-mirror": { "name": "FreeBSD 15 UFS (proxui mirror)", - "url": "https://github.com/greenlogles/proxui-cloud-images/releases/download/v20260429-b6e1eee/freebsd-15.0-ufs-amd64.qcow2", + "url": "https://github.com/greenlogles/proxui-cloud-images/releases/latest/download/freebsd-15.0-ufs-amd64.qcow2", "os_type": "other", "description": "FreeBSD 15 UFS proxui mirror" }, diff --git a/misc/screenshots/demo.gif b/misc/screenshots/demo.gif new file mode 100644 index 0000000..99ae107 Binary files /dev/null and b/misc/screenshots/demo.gif differ diff --git a/misc/screenshots/mobile.gif b/misc/screenshots/mobile.gif deleted file mode 100644 index 04e3ccf..0000000 Binary files a/misc/screenshots/mobile.gif and /dev/null differ