Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions proxmox-cloudinit-script/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ Various distros are avaible to download and configure. Current choices include:
- [Debian 11 "bullseye" (GenericCloud)](https://cloud.debian.org/images/cloud/bullseye/)
- [Debian 12 "bookworm" (GenericCloud)](https://cloud.debian.org/images/cloud/bookworm/)
- [Fedora Cloud 40 (base)](https://download.fedoraproject.org/pub/fedora/linux/releases/40/Cloud/)
- [Fedora Cloud 41 (base)](https://download.fedoraproject.org/pub/fedora/linux/releases/41/Cloud/)
- [AlmaLinux 9 (GenericCloud)](https://repo.almalinux.org/almalinux/9/cloud/)
- [FreeBSD 14.1 (Basic)](https://download.freebsd.org/releases/VM-IMAGES/14.1-RELEASE/)
- [CentOS 9 Stream (GenericCloud)](https://cloud.centos.org/centos/9-stream/)

## FAQ
### What is Cloud-init?
Expand Down
4 changes: 2 additions & 2 deletions proxmox-truenas-script/Bash/pve_truenas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ choose_distro() {
local TRUENAS_SCALE_MIRROR="https://download.sys.truenas.net" # Alternative mirror: "https://download.truenas.com"
local TRUENAS_CORE_MIRROR="https://download-core.sys.truenas.net" # Alternative mirror: "https://download.freenas.org"
local TRUENAS_SCALE_CODENAME="Dragonfish" # 24.04
local TRUENAS_SCALE_VERSION="24.04.1.1"
local TRUENAS_SCALE_VERSION="24.10.1"
local TRUENAS_CORE_VERSION="13.0"
local TRUENAS_CORE_UPDATE="U6.1"
local TRUENAS_CORE_UPDATE="U6.4"

local distro_list=("TrueNAS SCALE ${TRUENAS_SCALE_VERSION}" "TrueNAS CORE ${TRUENAS_CORE_VERSION}-${TRUENAS_CORE_UPDATE}" "Quit")
select distro in "${distro_list[@]}"; do
Expand Down
4 changes: 2 additions & 2 deletions proxmox-truenas-script/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
A user-friendly guided script for Proxmox VE 8.x. Guides you through downloading a TrueNAS ISO and configuring it as a VM.

Multiple versions of TrueNAS are available to download:
- [TrueNAS SCALE](https://www.truenas.com/download-truenas-scale/) 24.04.1.1 (Dragonfish)
- [TrueNAS CORE](https://www.truenas.com/download-truenas-core/) 13.0-U6.1
- [TrueNAS SCALE](https://www.truenas.com/download-truenas-scale/) 24.10.1 (Electric Eel)
- [TrueNAS CORE](https://www.truenas.com/download-truenas-core/) 13.0-U6.4

## FAQ

Expand Down
Loading