Skip to content

n8n - WEBHOOK_URL SupportΒ #2554

Description

@sicrob007

βœ… 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?

  • Default Settings
  • Advanced Settings

πŸ–₯️ Which Linux distribution are you using?

Debian 12

πŸ”„ Steps to reproduce the issue.

  1. Run the installation script.
  2. set up reverse proxy or use an assigned IP address from Proxmox to login to n8n instance.
  3. Attempt to set any credential (integration) that requires OAuth to authorize.
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions