β
Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
n8n
π What was the exact command used to execute the script?
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/n8n.sh)"
π Provide a clear and concise description of the issue.
Webhooks are not supported given there is no ability to modify the webhook URL within settings for n8n. This issue impacts the ability to implement any integration that requires OAuth as it defaults to a http://localhost:5678/ address for all callbacks. Suggest the ability to implement a WEBHOOK_URL during the installation allowing for user to specify their intended reverse proxy address or other during the installation process.
Documentation related to the Docker Environment Variable is available at the following URL:
https://docs.n8n.io/hosting/configuration/configuration-examples/webhook-url/
βοΈ What settings are you using?
π₯οΈ Which Linux distribution are you using?
Debian 12
π Steps to reproduce the issue.
- Run the installation script.
- set up reverse proxy or use an assigned IP address from Proxmox to login to n8n instance.
- Attempt to set any credential (integration) that requires OAuth to authorize.
- Callback URL (WEBHOOK_URL) is hardcoded on the page to allow you to copy and paste for the redirect URL.
β Paste the full error output (if available).
See above to replicate issue. No error message, except that the WEBHOOK_URL is not supported with the LXC Container installation.
πΌοΈ Additional context (optional).
No response
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
n8n
π What was the exact command used to execute the script?
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/n8n.sh)"
π Provide a clear and concise description of the issue.
Webhooks are not supported given there is no ability to modify the webhook URL within settings for n8n. This issue impacts the ability to implement any integration that requires OAuth as it defaults to a http://localhost:5678/ address for all callbacks. Suggest the ability to implement a WEBHOOK_URL during the installation allowing for user to specify their intended reverse proxy address or other during the installation process.
Documentation related to the Docker Environment Variable is available at the following URL:
https://docs.n8n.io/hosting/configuration/configuration-examples/webhook-url/
βοΈ What settings are you using?
π₯οΈ Which Linux distribution are you using?
Debian 12
π Steps to reproduce the issue.
β Paste the full error output (if available).
See above to replicate issue. No error message, except that the WEBHOOK_URL is not supported with the LXC Container installation.
πΌοΈ Additional context (optional).
No response