ej52 / proxmox-scripts

MIT License
587 stars 308 forks source link

Error download template on Proxmox 7.2 #95

Closed Giorgio-Germani closed 11 months ago

Giorgio-Germani commented 2 years ago

Script nginx-proxy-manager

Describe the bug installation scipt fails here: [info] Updating LXC template list... [info] Downloading LXC template... [error] 143 NULL: _storage_type=$(pvesm status -storage $_storage 2>/dev/null | awk 'NR>1 {print $2}')

image

System info:

hayou commented 2 years ago

Try : curl -sL https://raw.githubusercontent.com/ej52/proxmox/main/lxc/nginx-proxy-manager/create.sh | bash -s -- --cores 2 --disksize 10G --bridge vmbr1 --id 140 --memory 1024 --storage local

image

H4nSolo commented 2 years ago

https://raw.githubusercontent.com/ej52/proxmox-scripts/main/lxc/nginx-proxy-manager/install --> Result: Not found

MikeCaldera commented 1 year ago

I didn't try this script but what I did do that works is this. Create a VM for Ubuntu Server then right click and convert to Template LXC Update the Linux Container THEN copy this script below:

wget --no-cache -qO - https://raw.githubusercontent.com/ej52/proxmox/main/lxc/nginx-proxy-manager/setup.sh | sh Nginx manager

Hope this helps

Alanimdeo commented 1 year ago

Do you installed Proxmox with ZFS? Try using --storage local-zfs

Command should be like:

curl -sL https://raw.githubusercontent.com/ej52/proxmox/main/lxc/nginx-proxy-manager/create.sh | bash -s -- --storage local-zfs
ParaVirtual commented 1 year ago

https://raw.githubusercontent.com/ej52/proxmox-scripts/main/lxc/nginx-proxy-manager/install --> Result: Not found

That's the crux of this specific issue, there's a bad URL or a incorrectly constructed URL in the create script, which causes it to fail.

EnMaster commented 1 year ago

https://raw.githubusercontent.com/ej52/proxmox-scripts/main/lxc/nginx-proxy-manager/install --> Result: Not found

Same error...