Open openaspace opened 3 years ago
I do not support running this project without docker.
@openaspace: I'm highlighting what has worked for me running nginx-proxy-manager as an alpine-based lxc container. It may or may not work for you incase you used other methods.
I installed my setup using the script found at https://github.com/ej52/proxmox-scripts/tree/main/lxc/nginx-proxy-manager via the below command when inside the lxc alpine container.
wget --no-cache -qO - https://raw.githubusercontent.com/ej52/proxmox/main/lxc/nginx-proxy-manager/setup.sh | sh
To Update: I always run the same script again to update my nginx-proxy-manager install, to the latest version. This is what i have found works best for a proxmox alpine based container setup without any fuss so far.
NB: You may want to peruse the code and understand what it does before running it. I can't stress enough the need to MAKE A BACKUP of your data just incase something goes astray.
Thank you, But I'm finding the way to install it on vps and not lxc for security reasons.
Issue is now considered stale. If you want to keep it open, please comment :+1:
I'm running nginx-proxy-manager as LXC Proxmox container with Alpine Linux.
How I can upgrade to the latest version without using docker?
thank you.