-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
Nginx Proxy Manager
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/nginxproxymanager.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
Debian 12
π Provide a clear and concise description of the issue.
While running with the script with default settings, there's a failure while trying to create the LXC via calling bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/create_lxc.sh)" $?
π Steps to reproduce the issue.
Run the default bash script with default settings from Proxmox Shell.
β Paste the full error output (if available).
βοΈ Using Default Settings on node hal-pve
π₯οΈ Operating System: debian
π Version: 12
π¦ Container Type: Unprivileged
πΎ Disk Size: 4 GB
π§ CPU Cores: 2
π οΈ RAM Size: 1024 MiB
π Container ID: 108
π Creating a Nginx Proxy Manager LXC using the above default settings
βοΈ Using local for Template Storage.
βοΈ Using local-zfs for Container Storage.
βοΈ Updated LXC Template List
βοΈ LXC Template is ready to use.
βοΈ Container creation failed. Checking if template is corrupted.
βοΈ Container creation failed, but template is not corrupted.
curl: (22) The requested URL returned error: 400
[ERROR] in line 1336: exit code 0: while executing command bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/create_lxc.sh)" $?
πΌοΈ Additional context (optional).
No response