ej52 / proxmox-scripts

MIT License
568 stars 303 forks source link

error: No LXC template found for alpine-3.12 #86

Closed rmfberlin closed 1 year ago

rmfberlin commented 2 years ago

In proxmox-VE 7.2-3 I tried to install nginx proxy manager with curl -sL https://raw.githubusercontent.com/ej52/proxmox/main/lxc/nginx-proxy-manager/create.sh | bash -s

I got this error message: No LXC template found for alpine-3.12 How can I resolve this?

maxwnewcomer commented 2 years ago

@rmfberlin first make sure you have a valid version of alpine installed (i have 3.16) in your local CT Templates. Then you can run wget https://raw.githubusercontent.com/ej52/proxmox/main/lxc/nginx-proxy-manager/create.sh nano create.sh then, change _os_version to whatever version you have in CT Templates _os_version = 3.16 then exit, save. Then, you give the .sh file permissions with chmod +x create.sh After that you can ./create.sh [whatever flags you want to add as per documentation] and everything should start working!

Best of luck, let me know if you run into any trouble.

daufinsyd commented 2 years ago

I created a pull request with a fix if you want to download it. #85

daufinsyd commented 2 years ago

btw I changed to docker running inside LXC to keep it lightweight.