Self-host installation scripts issue
Steps To Reproduce
- Proxmox 9.1 with OCI support
- Go to node/storage/CT Templates
- Pull from OCI Registry, paste ghcr.io/bitwarden/lite and pick
latest and download
- Create CT based on template
- Add environment variables needed for function (see my link below for what I input)
- Add mountpoint to preserve /etc/bitwarden
- Start
- Enter container with
pct enter <id> from the Proxmox shell
- Check nginx log /var/log/nginx/error.log and see
2026/03/19 12:38:52 [emerg] 142#142: open() "/var/run/nginx/nginx.pid" failed (2: No such file or directory)
Expected Result
No errors. Web UI accessible
Actual Result
Error with the nginx pid file, which I assume is causing issues reaching the UI. I try to go to https://ipaddress:8443 and get a connection refused error
Screenshots or Videos
No response
Additional Context
#358 (comment)
Build Version
latest as of 3/18
Environment
Self-Hosted
Environment Details
No response
Issue Tracking Info
Self-host installation scripts issue
Steps To Reproduce
latestand downloadpct enter <id>from the Proxmox shell2026/03/19 12:38:52 [emerg] 142#142: open() "/var/run/nginx/nginx.pid" failed (2: No such file or directory)Expected Result
No errors. Web UI accessible
Actual Result
Error with the nginx pid file, which I assume is causing issues reaching the UI. I try to go to
https://ipaddress:8443and get a connection refused errorScreenshots or Videos
No response
Additional Context
#358 (comment)
Build Version
latest as of 3/18
Environment
Self-Hosted
Environment Details
No response
Issue Tracking Info