Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Offical apps | Community apps | Demo | Docs | Install
  1. Cloudron Forum
  2. N8N
  3. Different URL for Webhook in Cloudron

Different URL for Webhook in Cloudron

Scheduled Pinned Locked Moved N8N
21 Posts 4 Posters 824 Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • firmansiF Online
    firmansiF Online
    firmansi
    wrote on last edited by
    #5

    @james Is there any ETA plan for this addition in Cloudron?

    1 Reply Last reply
    1
    • jamesJ Offline
      jamesJ Offline
      james
      Staff
      wrote on last edited by
      #6

      Hello @firmansi
      Unfortunately I can't give you a reliable ETA.
      I might be able to look into this the coming week, but I can't promise anything.

      1 Reply Last reply
      1
      • firmansiF Online
        firmansiF Online
        firmansi
        wrote last edited by
        #7

        @james is there any plan to implement this?

        robiR jamesJ 2 Replies Last reply
        1
        • firmansiF firmansi

          @james is there any plan to implement this?

          robiR Offline
          robiR Offline
          robi
          wrote last edited by
          #8

          @firmansi can you work around as a second n8n instance or another webhook provider?

          Conscious tech

          firmansiF 1 Reply Last reply
          0
          • firmansiF firmansi

            @james is there any plan to implement this?

            jamesJ Offline
            jamesJ Offline
            james
            Staff
            wrote last edited by
            #9

            Hello @firmansi
            Sorry for the delay.
            The Cloudron 10 release currently takes priority over new app features.

            1 Reply Last reply
            1
            • robiR robi

              @firmansi can you work around as a second n8n instance or another webhook provider?

              firmansiF Online
              firmansiF Online
              firmansi
              wrote last edited by
              #10

              @robi What do you mean another webhook provider?

              robiR 1 Reply Last reply
              0
              • firmansiF firmansi

                @robi What do you mean another webhook provider?

                robiR Offline
                robiR Offline
                robi
                wrote last edited by
                #11

                @firmansi like nocodb, it's a separate url, as another n8n instance would be as well.

                Conscious tech

                1 Reply Last reply
                0
                • andreasduerenA Offline
                  andreasduerenA Offline
                  andreasdueren
                  App Dev
                  wrote last edited by
                  #12

                  @james @girish Out of curiosity I checked the current n8n package and this appears to be a small package-only change to satisfy @firmansi neeys. No Cloudron platform or custom nginx changes are required.

                  The implementation could be as simple as:

                  • Add "multiDomain": true to CloudronManifest.json
                  • Set N8N_EDITOR_BASE_URL to the primary CLOUDRON_APP_ORIGIN
                  • Let users select an alias with N8N_WEBHOOK_URL in /app/data/env.sh
                  • Preserve existing legacy WEBHOOK_URL overrides

                  One limitation: an alias exposes the whole n8n app, not only webhook paths. It nevertheless provides the requested separate canonical domain for forms, chat, and generated webhook URLs.

                  I can attach the ready patch here if helpful.

                  1 Reply Last reply
                  1
                  • jamesJ Offline
                    jamesJ Offline
                    james
                    Staff
                    wrote last edited by james
                    #13

                    Hello @andreasdueren
                    Thanks for the input.
                    I have tested this and what you have stated is indeed correct.

                    So yes we can add this feature, but the alias will still redirect to n8n itself.
                    If that is okay, I can create an app update for N8N.

                    1 Reply Last reply
                    2
                    • jamesJ Offline
                      jamesJ Offline
                      james
                      Staff
                      wrote last edited by
                      #14

                      Hello @firmansi
                      Can I take your upvote as confirmation that this behaviour is acceptable?

                      firmansiF 1 Reply Last reply
                      0
                      • jamesJ james

                        Hello @firmansi
                        Can I take your upvote as confirmation that this behaviour is acceptable?

                        firmansiF Online
                        firmansiF Online
                        firmansi
                        wrote last edited by
                        #15

                        @james that means the alias domain still can expose main login domain for example my n8n domain is abc.domain.com and the alias domain is xyz.domain.com then if someone point to xyz.domain.com then it still can open n8n login directly too?

                        andreasduerenA 1 Reply Last reply
                        1
                        • firmansiF firmansi

                          @james that means the alias domain still can expose main login domain for example my n8n domain is abc.domain.com and the alias domain is xyz.domain.com then if someone point to xyz.domain.com then it still can open n8n login directly too?

                          andreasduerenA Offline
                          andreasduerenA Offline
                          andreasdueren
                          App Dev
                          wrote last edited by
                          #16

                          @firmansi Correct

                          firmansiF 1 Reply Last reply
                          1
                          • andreasduerenA andreasdueren

                            @firmansi Correct

                            firmansiF Online
                            firmansiF Online
                            firmansi
                            wrote last edited by
                            #17

                            @andreasdueren well, i think that's not what i expect LOL, it's still unsecured

                            1 Reply Last reply
                            0
                            • jamesJ Offline
                              jamesJ Offline
                              james
                              Staff
                              wrote last edited by
                              #18

                              Hello @firmansi

                              @firmansi said:

                              it's still unsecured

                              I think unsecured is a bit unproportioned, unless you N8N somehow has no login validation.
                              But I still understand your point being that you wish for the subdomain to not redirect to the main N8N.
                              I will have to think about this if that is somehow possible.

                              firmansiF 1 Reply Last reply
                              0
                              • jamesJ james

                                Hello @firmansi

                                @firmansi said:

                                it's still unsecured

                                I think unsecured is a bit unproportioned, unless you N8N somehow has no login validation.
                                But I still understand your point being that you wish for the subdomain to not redirect to the main N8N.
                                I will have to think about this if that is somehow possible.

                                firmansiF Online
                                firmansiF Online
                                firmansi
                                wrote last edited by firmansi
                                #19

                                @james ya, i can still secure it using proxy that will lock away user accesing UI login from main sub domain

                                1 Reply Last reply
                                0
                                • nebulonN nebulon forked this topic
                                • jamesJ Offline
                                  jamesJ Offline
                                  james
                                  Staff
                                  wrote last edited by
                                  #20

                                  Hello @firmansi
                                  Some follow-up questions. Since this might be something we should solve on a platform level instead of specific to N8N.

                                  How are sensitive web apps access protected these days?
                                  VPN, Firewall, Proxy?

                                  With Cloudron 10 VPN protection for apps is introduced.
                                  I just tested that with N8N and multiDomain and N8N_WEBHOOK_URL.
                                  When VPN protection is enabled for the N8N app you can only access N8N with the VPN and also post to a webhook node only works when connected to the VPN.

                                  What if we'd make it possible to configure VPN protection more precisely?
                                  For example protecting domains, subdomains, aliases from an app individually.
                                  This way with the N8N example, the main domain could be protected by VPN and the webhook alias not.
                                  A POST against the webhook alias would go through but when visiting the alias it redirects to the main domain which is then protected by the VPN and displays you need a VPN.
                                  This feature could be expanded even more in depth like protecting certain paths from an app.
                                  One example I could think of is the WordPress login page, that could then be protected by the VPN.

                                  Do you people have thoughts on that?


                                  On another topic with N8N and N8N_WEBHOOK_URL.
                                  Wildcard domains are actually working.
                                  You could configure e.g.: *.webhook.cloudron.dev and webhook.cloudron.dev as an alias for the N8N app and then set:

                                  export N8N_WEBHOOK_URL="https://webhook.cloudron.dev/"
                                  

                                  Then you can do stuff like:

                                  curl -sk -X POST "https://that-is-one-random-subdomain.webhook.cloudron.dev/webhook-test/b419e0e2-d7df-4c57-9750-37d6a2074b9c" \
                                    -H "Content-Type: application/json" \
                                    -d '{"IsCloudronAwesome": true}'
                                  {"message":"Workflow was started"}
                                  
                                  firmansiF 1 Reply Last reply
                                  0
                                  • jamesJ james

                                    Hello @firmansi
                                    Some follow-up questions. Since this might be something we should solve on a platform level instead of specific to N8N.

                                    How are sensitive web apps access protected these days?
                                    VPN, Firewall, Proxy?

                                    With Cloudron 10 VPN protection for apps is introduced.
                                    I just tested that with N8N and multiDomain and N8N_WEBHOOK_URL.
                                    When VPN protection is enabled for the N8N app you can only access N8N with the VPN and also post to a webhook node only works when connected to the VPN.

                                    What if we'd make it possible to configure VPN protection more precisely?
                                    For example protecting domains, subdomains, aliases from an app individually.
                                    This way with the N8N example, the main domain could be protected by VPN and the webhook alias not.
                                    A POST against the webhook alias would go through but when visiting the alias it redirects to the main domain which is then protected by the VPN and displays you need a VPN.
                                    This feature could be expanded even more in depth like protecting certain paths from an app.
                                    One example I could think of is the WordPress login page, that could then be protected by the VPN.

                                    Do you people have thoughts on that?


                                    On another topic with N8N and N8N_WEBHOOK_URL.
                                    Wildcard domains are actually working.
                                    You could configure e.g.: *.webhook.cloudron.dev and webhook.cloudron.dev as an alias for the N8N app and then set:

                                    export N8N_WEBHOOK_URL="https://webhook.cloudron.dev/"
                                    

                                    Then you can do stuff like:

                                    curl -sk -X POST "https://that-is-one-random-subdomain.webhook.cloudron.dev/webhook-test/b419e0e2-d7df-4c57-9750-37d6a2074b9c" \
                                      -H "Content-Type: application/json" \
                                      -d '{"IsCloudronAwesome": true}'
                                    {"message":"Workflow was started"}
                                    
                                    firmansiF Online
                                    firmansiF Online
                                    firmansi
                                    wrote last edited by
                                    #21

                                    @james These days i use Cloudflare Zero trust to protect certain domains from public access, for example like in wordpress, I protect the access to wp admin with cloudflare, not some kind of vpn that need another private layer to connect with (as far as I know that how VPN Works)

                                    I have been using N8N for years, and frankly never had once the webhook of N8N exposed to public on front end code, always use only in backend.

                                    What you explain is really nice , but to my understanding of VPNs is that they require a client for access and introduce overhead, which can reduce overall connection speed

                                    I think a proxy firewall solution is more interesting, like what Cloudflare does. But when I first saw the article about using another domain for webhooks, I thought it was similar to Typebot's setup, where the console and the chat window use different domains.

                                    1 Reply Last reply
                                    0

                                    Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                    Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                    With your input, this post could be even better 💗

                                    Register Login
                                    Reply
                                    • Reply as topic
                                    Log in to reply
                                    • Oldest to Newest
                                    • Newest to Oldest
                                    • Most Votes


                                    • Login

                                    • Don't have an account? Register

                                    • Login or register to search.
                                    • First post
                                      Last post
                                    0
                                    • Categories
                                    • Recent
                                    • Tags
                                    • Popular
                                    • Bookmarks
                                    • Search