ej52 / proxmox-scripts

MIT License
586 stars 307 forks source link

Issues with installing on Ubuntu #152

Open iboutsikas opened 10 months ago

iboutsikas commented 10 months ago

Script nginx-proxy-manager

Describe the bug This is less of a bug report and more about bringing some information. As of right now, the latest Ubuntu version supported by OpenResty is 22.04, so the script cannot install on any version past that. Additionally, during the "Environment Setup" step it fails to find yarn. The script needs to run corepack enable after installing node.js to have yarn available. You may need a login shell for this to work properly. Not sure if there is a different way to properly enable yarn.

System info:

e-tao commented 10 months ago

Agree on the OpenResty part, the script won't work in Ubuntu 23.

I just tried to install is on Ubuntu 22.04 CT and it works fine.

System Info:

ej52 commented 9 months ago

Will be adding some checks soon for OpenResty versions