proxmox-scripts
proxmox-scripts copied to clipboard
✘ Frontend not Built (Proxmox Version: 8.2.2 - Ubuntu Version: 22.04)
Script
sh -c "$(wget --no-cache -qO- https://raw.githubusercontent.com/ej52/proxmox/main/install.sh)" -s --app nginx-proxy-manager
**Describe the bug**
✔ Operating System Updated
✔ Dependencies Installed
✔ Rust v1.74.0 Installed
✔ Python v3.10 and Pip v24.0 Installed
✔ Openresty v1.25.3.1 Installed
✔ Node.js v16.20.2 Installed
✔ Yarn v1.22.19 Installed
✔ Nginx Proxy Manager v2.11.1 Downloaded
✔ Enviroment Setup
✘ Frontend not Built
[ERROR] on line 281 with exit code 128 while executing command yarn install --silent --network-timeout=30000 > $__OUTPUT
root@Nginx-Proxy-Manager:~#
System info:
- Proxmox Version: 8.2.2
- Ubuntu Version: 22.04
Additional context First, let me say thank you for doing this. It is something I do not have the skills for. With that said, Is there any chance of adding a selector so the script could be run in Verbose? It might allow users to gather more info on what is happening to be able to share more. Just a thought. :)
Chiming in to confirm that I'm seeing the same issue on Proxmox 8.1.5 + Ubuntu 22.04
I ended up getting it running using the tteck script, but I had to do it with default Alpine settings. If I modified anything it did not work either.
https://github.com/vontainment/proxmox-scripts I fixed all the errors in my repo and made a pull request until its accepted you can use my repo.
There seems to be something up with the login shell interaction. If I pct enter and run the script I get the error. If I su - first to get all the $PATH you'd normally expect it works like a charm.
Seeing the same issue.
Proxmox 8.2.4 and Ubuntu 22.04.
I tried su- it made no difference.
Try this and see if it works. It did for me.
https://github.com/ej52/proxmox-scripts/issues/153#issuecomment-1891074903
I feel like a bit of an idiot. Ran an apt update and apt upgrade and it worked after that.