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
  • 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

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Packaging & Development
  3. Help Wanted or Offered
  4. Sponsoring: n8n

Sponsoring: n8n

Scheduled Pinned Locked Moved Solved Help Wanted or Offered
42 Posts 8 Posters 6.0k Views 10 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.
  • ? A Former User

    https://git.atrilahiji.dev/atrilahiji/cloudron-n8n-app

    Works

    Gotta use chrome/chromium based browser it seems. Firefox gets that connection lost issue.

    I did only test with a webhook trigger going to an http request action (which is 99.9% of my use cases) but ymmv. I didn't test much else because I don't use a large number of the services it works with.
    This is based largely on @jimcavoli 's package (I literally changed one thing in the manifest).

    Install by pulling the repo and doing the while cloudron build/install stuff. Ya know the drill now.

    T Offline
    T Offline
    thetomester13
    App Dev
    wrote on last edited by
    #19

    @atrilahiji can confirm I'm no longer seeing the 'Connection Lost' on Chrome! (Though still present on Firefox 😕 ). Either way, you're my hero! Will be playing around with this more over the next few days.

    1 Reply Last reply
    4
    • ? A Former User

      https://git.atrilahiji.dev/atrilahiji/cloudron-n8n-app

      Works

      Gotta use chrome/chromium based browser it seems. Firefox gets that connection lost issue.

      I did only test with a webhook trigger going to an http request action (which is 99.9% of my use cases) but ymmv. I didn't test much else because I don't use a large number of the services it works with.
      This is based largely on @jimcavoli 's package (I literally changed one thing in the manifest).

      Install by pulling the repo and doing the while cloudron build/install stuff. Ya know the drill now.

      T Offline
      T Offline
      thetomester13
      App Dev
      wrote on last edited by
      #20

      @atrilahiji I came across a few things, wondering if you have some input on these:

      • I'm not able to simply 'run' workflows. Trying to 'Execute' results in an endless spinning of a wheel. When trying to hit 'Stop' to stop the execution, this shows up in the logs:
      Apr 27 13:51:02 Error: The execution id "6" could not be found.
      Apr 27 13:51:02 at /usr/local/node-12.16.3/lib/node_modules/n8n/dist/src/Server.js:1142:27
      Apr 27 13:51:02 at runMicrotasks (<anonymous>)
      Apr 27 13:51:02 at processTicksAndRejections (internal/process/task_queues.js:97:5)
      Apr 27 13:51:02 at async /usr/local/node-12.16.3/lib/node_modules/n8n/dist/src/ResponseHelper.js:76:26
      
      • I can switch over a workflow to a webhook, and then properly trigger the workflow, which is awesome! However, to test this out, I'm doing a simple 'send email' using my Cloudron SMTP credentials. This node fails on the workflow with the following error: ERROR: 140532647925632:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332:

      I know this is very much a work in progress, just wanted to record these in case anyone has some input.

      ? 1 Reply Last reply
      1
      • T thetomester13

        @atrilahiji I came across a few things, wondering if you have some input on these:

        • I'm not able to simply 'run' workflows. Trying to 'Execute' results in an endless spinning of a wheel. When trying to hit 'Stop' to stop the execution, this shows up in the logs:
        Apr 27 13:51:02 Error: The execution id "6" could not be found.
        Apr 27 13:51:02 at /usr/local/node-12.16.3/lib/node_modules/n8n/dist/src/Server.js:1142:27
        Apr 27 13:51:02 at runMicrotasks (<anonymous>)
        Apr 27 13:51:02 at processTicksAndRejections (internal/process/task_queues.js:97:5)
        Apr 27 13:51:02 at async /usr/local/node-12.16.3/lib/node_modules/n8n/dist/src/ResponseHelper.js:76:26
        
        • I can switch over a workflow to a webhook, and then properly trigger the workflow, which is awesome! However, to test this out, I'm doing a simple 'send email' using my Cloudron SMTP credentials. This node fails on the workflow with the following error: ERROR: 140532647925632:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332:

        I know this is very much a work in progress, just wanted to record these in case anyone has some input.

        ? Offline
        ? Offline
        A Former User
        wrote on last edited by A Former User
        #21

        @thetomester13 huh openssl errors??? O_O

        Yeah not immediately sure why but I'll do some digging.

        I'm also just going to do some cleaning up of the package

        T 1 Reply Last reply
        2
        • ? A Former User

          @thetomester13 huh openssl errors??? O_O

          Yeah not immediately sure why but I'll do some digging.

          I'm also just going to do some cleaning up of the package

          T Offline
          T Offline
          thetomester13
          App Dev
          wrote on last edited by
          #22

          @atrilahiji upon further investigation , it seems as if it's just a problem with the Send Email node (or maybe my credentials? Though IMAP is confirmed working). I'm able to create other workflows with other triggers that run properly! Very awesome stuff!

          ? girishG 3 Replies Last reply
          1
          • T thetomester13

            @atrilahiji upon further investigation , it seems as if it's just a problem with the Send Email node (or maybe my credentials? Though IMAP is confirmed working). I'm able to create other workflows with other triggers that run properly! Very awesome stuff!

            ? Offline
            ? Offline
            A Former User
            wrote on last edited by
            #23

            @thetomester13 Yeah seems to be a weird upstream issue. I also just disabled SSL for SMTP and it worked. Still using port 587

            1 Reply Last reply
            2
            • T thetomester13

              @atrilahiji upon further investigation , it seems as if it's just a problem with the Send Email node (or maybe my credentials? Though IMAP is confirmed working). I'm able to create other workflows with other triggers that run properly! Very awesome stuff!

              ? Offline
              ? Offline
              A Former User
              wrote on last edited by
              #24

              @thetomester13 I also bumped both the N8N and Node versions

              girishG T 2 Replies Last reply
              2
              • T thetomester13

                @atrilahiji upon further investigation , it seems as if it's just a problem with the Send Email node (or maybe my credentials? Though IMAP is confirmed working). I'm able to create other workflows with other triggers that run properly! Very awesome stuff!

                girishG Offline
                girishG Offline
                girish
                Staff
                wrote on last edited by
                #25

                @thetomester13 said in Sponsoring: n8n:

                @atrilahiji upon further investigation , it seems as if it's just a problem with the Send Email node (or maybe my credentials? Though IMAP is confirmed working). I'm able to create other workflows with other triggers that run properly! Very awesome stuff!

                There seems to a bug with the cert renewal logic which I am just investigating. If you go to Services -> Mail -> Restart it copies over the fresh cert.

                1 Reply Last reply
                2
                • ? A Former User

                  @thetomester13 I also bumped both the N8N and Node versions

                  girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote on last edited by
                  #26

                  @atrilahiji @thetomester13 so, should i just go ahead and push that as unstable?

                  ? 1 Reply Last reply
                  1
                  • ? A Former User

                    @thetomester13 I also bumped both the N8N and Node versions

                    T Offline
                    T Offline
                    thetomester13
                    App Dev
                    wrote on last edited by
                    #27

                    @atrilahiji said in Sponsoring: n8n:

                    @thetomester13 I also bumped both the N8N and Node versions

                    🙌

                    I'm still not able to get my SMTP Send Email node to work for some reason, even with the refresh of Mail certs and Ignoring SSL Errors. shrug not a huge deal for now, I'll play around with it some more coming up.

                    @girish said in Sponsoring: n8n:

                    @atrilahiji @thetomester13 so, should i just go ahead and push that as unstable?

                    I think that should be fine!

                    T 1 Reply Last reply
                    1
                    • girishG girish

                      @atrilahiji @thetomester13 so, should i just go ahead and push that as unstable?

                      ? Offline
                      ? Offline
                      A Former User
                      wrote on last edited by
                      #28

                      @girish It seems stable enough to be unstable. FYI the most up to date package is here https://git.atrilahiji.dev/atrilahiji/cloudron-n8n-app

                      1 Reply Last reply
                      2
                      • T thetomester13

                        @atrilahiji said in Sponsoring: n8n:

                        @thetomester13 I also bumped both the N8N and Node versions

                        🙌

                        I'm still not able to get my SMTP Send Email node to work for some reason, even with the refresh of Mail certs and Ignoring SSL Errors. shrug not a huge deal for now, I'll play around with it some more coming up.

                        @girish said in Sponsoring: n8n:

                        @atrilahiji @thetomester13 so, should i just go ahead and push that as unstable?

                        I think that should be fine!

                        T Offline
                        T Offline
                        thetomester13
                        App Dev
                        wrote on last edited by
                        #29

                        @atrilahiji ooooookay. You said you turned off SSL, not SSL Errors. Yes, turning that off in the credentials themselves worked!

                        ? 1 Reply Last reply
                        1
                        • T thetomester13

                          @atrilahiji ooooookay. You said you turned off SSL, not SSL Errors. Yes, turning that off in the credentials themselves worked!

                          ? Offline
                          ? Offline
                          A Former User
                          wrote on last edited by A Former User
                          #30

                          @thetomester13 Yep! Gmail seemed to think it was secured with TLS anyways so IDK? IMAP seems to work anyways.

                          girishG 1 Reply Last reply
                          2
                          • ? A Former User

                            @thetomester13 Yep! Gmail seemed to think it was secured with TLS anyways so IDK? IMAP seems to work anyways.

                            girishG Offline
                            girishG Offline
                            girish
                            Staff
                            wrote on last edited by
                            #31

                            @atrilahiji do you think you can add a LICENSE file and I can then put the repo in git.cloudron.io. Thanks!

                            ? 1 Reply Last reply
                            1
                            • girishG girish

                              @atrilahiji do you think you can add a LICENSE file and I can then put the repo in git.cloudron.io. Thanks!

                              ? Offline
                              ? Offline
                              A Former User
                              wrote on last edited by
                              #32

                              @girish Done 👍

                              girishG micmcM 2 Replies Last reply
                              1
                              • ? A Former User

                                @girish Done 👍

                                girishG Offline
                                girishG Offline
                                girish
                                Staff
                                wrote on last edited by
                                #33

                                @atrilahiji Thanks! Here - https://git.cloudron.io/cloudron/n8n-app . you and @thetomester13 should have push access. I am just building the unstable package.

                                1 Reply Last reply
                                3
                                • girishG Offline
                                  girishG Offline
                                  girish
                                  Staff
                                  wrote on last edited by girish
                                  #34

                                  OK, this is published as unstable now. I haven't really looked into the package code itself but I will take a look when I find the time this week. I created a n8n app category, so please continue discussing there.

                                  1 Reply Last reply
                                  7
                                  • marcusquinnM Offline
                                    marcusquinnM Offline
                                    marcusquinn
                                    wrote on last edited by
                                    #35

                                    Awesome work - thank you kindly! Will give it a good test, and see if we can contribute connectors for EspoCRM too.

                                    Web Design https://www.evergreen.je
                                    Development https://brandlight.org
                                    Life https://marcusquinn.com

                                    girishG 1 Reply Last reply
                                    2
                                    • marcusquinnM marcusquinn

                                      Awesome work - thank you kindly! Will give it a good test, and see if we can contribute connectors for EspoCRM too.

                                      girishG Offline
                                      girishG Offline
                                      girish
                                      Staff
                                      wrote on last edited by
                                      #36

                                      @marcusquinn Yes, as a heads up, it doesn't work in firefox, only in chrome. Some nginx/event source issue - https://forum.cloudron.io/topic/4980/cannot-reach-backend-server

                                      marcusquinnM 1 Reply Last reply
                                      3
                                      • girishG girish

                                        @marcusquinn Yes, as a heads up, it doesn't work in firefox, only in chrome. Some nginx/event source issue - https://forum.cloudron.io/topic/4980/cannot-reach-backend-server

                                        marcusquinnM Offline
                                        marcusquinnM Offline
                                        marcusquinn
                                        wrote on last edited by
                                        #37

                                        @girish Cool - got it. I guess that means all/most Chromiums.

                                        As an aside; I have ended up reviewing Edge in the last couple of days by chance - it's surprisingly nice, and certainly better than the trojan horse that is Google Chrome.

                                        Web Design https://www.evergreen.je
                                        Development https://brandlight.org
                                        Life https://marcusquinn.com

                                        1 Reply Last reply
                                        0
                                        • ? A Former User

                                          @girish Done 👍

                                          micmcM Offline
                                          micmcM Offline
                                          micmc
                                          wrote on last edited by micmc
                                          #38

                                          @atrilahiji said in Sponsoring: n8n:
                                          @girish Done 👍 KUDOS !
                                          @marcusquinn
                                          Great stuff mates!
                                          Meanwhile my last post and I come back there's been a few discussion and work done.

                                          • I'd been able to successfully install the 'unstable' version from the std repo
                                          • It's my intention to much test it, specifically with Mautic but much more as incidentally this app connect with several of the FOSS we have on Cloudron apps repo.
                                          • I'd have the 'Connection lost' message as well and got it temporarily 'fixed' using a chromium based browser (I use brave, but I'm quite allergic to 'googoo' chromie sh..., heuu I mean, stuff lol) (that should / must work with Firefox based as well, not sure if the glitch is due to UI from the devs or else, something to look deeper). At moment of writing the app seems to work well with Brave browser (chromium based).
                                          • @marcusquinn Marcus, bro I agree with your sayings about apps that should be prioritized, as business apps i.e., above the fun and entertainment apps. Not that they're not appreciated and fun, and not that they're not adding value. They are! Business people too, have fun (sometimes lol) and families and all cool apps are always an added value and appreciated. However, I too believe that this, Cloudron, i$ mainly a $olution for making ($$) it easier to conduct digital business for every level, whether entrepreneur (non-techie), and nerds as well, and even beginners for any kind of new business in 2021 (I firmly believe this, I'm building some specific training for this, we can help a lot, a huge amount, of people to recover and start new careers, literally, starting with a Cloud Box as Cloudron actual offer. As there's plenty of kanban, notes taking, and music players, and the like, I personally believe we're still greatly lacking of a few, let's say MAJOR apps, that MUST be part of a 'business online apps suite'.
                                            As business online perspective, on the major apps side which are a must fro business we have:
                                            • Email server
                                            • Website hosting (WP, Ghost and more, w redis)
                                            • Email marketing lists server w automation
                                            • Marketing Automation
                                            • Powerful Surveys (marketing tool)
                                            • Full Analytics Stats server
                                            • Full Invoicing and Payment UI
                                            • Full Help Desk Online Support System
                                            • Project Management
                                            • Business and Workflow Management
                                            • Team Communication
                                            • Team Collaboration
                                            • Office Online suite (w collaboration)
                                            • Audio - Video Conferencing (still small scale though)
                                            • Powerful granulated Files Sharing System
                                            • Video and Audio Hosting and sharing platform
                                            • Audio and Video Streaming Podcast
                                            • WIKI Platforms as docs and knowledge base
                                            • Powerful Online Education and Training Platform

                                          And there's even so much more, but I'll keep it for like I said the major apps that should more or less be used by "a business".

                                          IMHO, what's still missing is:

                                          • SEO tools (I've proposed "SEO Panel" it's the best available as FOSS and it's SaaS ready, there's a thread here in wish list)
                                          • Social Media (marketing n management tools) I think there's a few suggestions in the wish list already but that should also be looked for.
                                          • More stable, easier (or simpler) to manage and/or implement, video conferencing / webinar platform.

                                          I've recently went through the apps wish list and there seems to be a whole a lot more pretty much interesting apps waiting to be added. Indeed, it seems we've reached to a point where there's more demand than the capacity to handle them exists. So, yeah, for the moment, I'd agree to say let's focus on the most important ones, work them push them, increase CR sales and all make money and then hire more devs to keep going to the next level.

                                          TTYL all
                                          Andy

                                          Ignorance is not an excuse anymore!
                                          https://AutomateKit.com

                                          marcusquinnM 1 Reply Last reply
                                          1
                                          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