NginxProxyManager / NginxProxyManager/nginx-proxy-manager
An error occurred during installation
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 34.2k
- Forks
- 3.9k
- Avg merge
- 21h 12m
- Merged PRs (30d)
- 20
Description
New install
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/nginxproxymanager.sh)"
Using Advanced Settings on node pve
🖥️ Operating System: debian
🌟 Version: 13
📦 Container Type: Unprivileged
🔐 Root Password: ********
🆔 Container ID: 101
🏠 Hostname: nginxproxymanager
💾 Disk Size: 6 GB
🧠 CPU Cores: 2
🛠️ RAM Size: 3094 MiB
🌉 Bridge: vmbr0
📡 IPv4 Address: 10.30.0.3/24
🌐 Gateway IP Address: 10.30.0.1
📡 IPv6: Disabled
📡 APT-Cacher IP Address: Default
⚙️ Interface MTU Size: Default
🔍 DNS Search Domain: Host
📡 DNS Server IP Address: Host
🏷️ Vlan: 30
📡 Tags: community-script;proxy
🔑 Root SSH Access: yes
🗂️ Enable FUSE Support: no
🔍 Verbose Mode: no
🚀 Creating a Nginx Proxy Manager LXC using the above advanced settings
✔️ Storage local (Free: 6.4GB Used: 4.4GB) [Template]
✔️ Storage local-lvm (Free: 8.6GB Used: 1.2GB) [Container]
✔️ Template debian-13-standard_13.1-2_amd64.tar.zst [local]
✔️ LXC Container 101 was successfully created.
✔️ Started LXC Container
✔️ Network in LXC is reachable (ping)
✔️ Customized LXC Container
✔️ Set up Container OS
✔️ Network Connected: 10.30.0.3
✔️ IPv4 Internet Connected
✖️ IPv6 Internet Not Connected
✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ )
✔️ Updated Container OS
✔️ Installed Dependencies
✔️ Installed Python Dependencies
✔️ Set up Certbot
✔️ Installed Openresty
✔️ Setup Node.js 22
✔️ Installed Node.js modules: yarn
✔️ Downloaded Nginx Proxy Manager v2.13.0
⠙ Setting up Environmentcp: cannot stat 'global/*': No such file or directory
[ERROR] in line 117: exit code 0: while executing command cp -r global/* /app/global
⠸ Setting up Environment
[ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the referenced ct/nginxproxymanager.sh installation script and inspect line 117, where cp -r global/* /app/global fails, then trace the invocation at install/${var_install}.sh line 1345. Reproduce the Debian 13 LXC installation and determine why the expected global directory is absent; done means the installation completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs, shell
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 42/100