Closed Giorgio-Germani closed 11 months 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
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
Hope this helps
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
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.
https://raw.githubusercontent.com/ej52/proxmox-scripts/main/lxc/nginx-proxy-manager/install --> Result: Not found
Same error...
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}')
System info: