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 Wishlist
  3. n8n.io - Zappier, IFTTT, Integromat alternative

n8n.io - Zappier, IFTTT, Integromat alternative

Scheduled Pinned Locked Moved Solved App Wishlist
45 Posts 16 Posters 9.5k Views 27 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.
  • hiyukoimH hiyukoim

    +1!
    I'm looking forward to see this app as cloudron app!

    jdaviescoatesJ Offline
    jdaviescoatesJ Offline
    jdaviescoates
    wrote on last edited by
    #9

    @hiyukoim said in n8n.io - Zappier, IFTTT, Integromat alternative:

    +1!
    I'm looking forward to see this app as cloudron app!

    @imc67 said in n8n.io - Zappier, IFTTT, Integromat alternative:

    This is something! +1 from me

    Just to be sure, have you both clicked on the little up ^ arrow on the post at the top of this thread?

    Because that's how to +1 in a way that counts πŸ˜‰

    I use Cloudron with Gandi & Hetzner

    imc67I hiyukoimH 2 Replies Last reply
    0
    • jdaviescoatesJ jdaviescoates

      @hiyukoim said in n8n.io - Zappier, IFTTT, Integromat alternative:

      +1!
      I'm looking forward to see this app as cloudron app!

      @imc67 said in n8n.io - Zappier, IFTTT, Integromat alternative:

      This is something! +1 from me

      Just to be sure, have you both clicked on the little up ^ arrow on the post at the top of this thread?

      Because that's how to +1 in a way that counts πŸ˜‰

      imc67I Offline
      imc67I Offline
      imc67
      translator
      wrote on last edited by
      #10

      Just to be sure, have you both clicked on the little up ^ arrow on the post at the top of this thread?

      Because that's how to +1 in a way that counts πŸ˜‰

      haha, ofcourse πŸ‘

      1 Reply Last reply
      1
      • yusfY Offline
        yusfY Offline
        yusf
        wrote on last edited by
        #11

        Any signs of LDAP?

        1 Reply Last reply
        2
        • mehdiM Offline
          mehdiM Offline
          mehdi
          App Dev
          wrote on last edited by
          #12

          I would love to see this too

          1 Reply Last reply
          2
          • jimcavoliJ Offline
            jimcavoliJ Offline
            jimcavoli
            App Dev
            wrote on last edited by jimcavoli
            #13

            So I have an initial packaging for this done at https://git.cloudron.io/jimcavoli/n8n-app

            HOWEVER, I'm honestly not sure I'd be comfortable putting this software into production as-is. It's pretty weak on some security features, but maybe its not the end of the world for people and I'm just super paranoid. There seems to be an undocumented way to do JWT auth, which I'm not going to even try to get into that, since I'm only aware of it from looking at the config file handling typescript code. The only supported authentication right now is basic auth as documented - with a single username/password set by ENV or config file (I went with the latter since it's easier for end-users to edit in /app/data/.n8n/config by terminal).

            Either way, everything basically works, and by launching via supervisord with the working directory set to /app/data/output we're able to contain its binary file writing to system (probably a bad thing to do in prod as well, but it works).

            Custom nodes can be added to /app/data/custom, the config file is JSON at /app/data/.n8n/config, and the package writes cloudron-provided postgresql configuration to that file at launch.

            Some stuff only works in Chrome. That's just an issue with the app. Something about they way they're handling web sockets means other browsers see "Connection lost" in the top right, which is where the Activation toggle should be. Most other things actually work fine, but that's necessary for executing workflows in-browser manually and activating them.

            I packaged this one because it seems to have some popularity in asks, but it definitely deserves some due diligence before heading to production for anyone or the app store. It's also pre-1.0 so not sure how much is changing how fast, and the setup as is was a pretty delicate thing to get done. Maybe my concerns are overplayed, maybe not, but either way, there's something we can start to kick the tires on for this app now.

            marcusquinnM 1 Reply Last reply
            6
            • nebulonN Away
              nebulonN Away
              nebulon
              Staff
              wrote on last edited by
              #14

              @jimcavoli thanks for looking into this! The upstream projects seems to be quite active, so that is a good sign and probably things will improve then.

              I've put it on my task list to take a look and then possiblly port it to the new base image and add some tests.

              1 Reply Last reply
              5
              • jdaviescoatesJ jdaviescoates

                @hiyukoim said in n8n.io - Zappier, IFTTT, Integromat alternative:

                +1!
                I'm looking forward to see this app as cloudron app!

                @imc67 said in n8n.io - Zappier, IFTTT, Integromat alternative:

                This is something! +1 from me

                Just to be sure, have you both clicked on the little up ^ arrow on the post at the top of this thread?

                Because that's how to +1 in a way that counts πŸ˜‰

                hiyukoimH Offline
                hiyukoimH Offline
                hiyukoim
                translator
                wrote on last edited by
                #15

                @jdaviescoates
                haha,sure, of course I did ❀

                1 Reply Last reply
                1
                • M Offline
                  M Offline
                  msbt
                  App Dev
                  wrote on last edited by msbt
                  #16

                  Hey @jimcavoli, good job with n8n, I've cloned your repo and played around a little. For whatever reason the basic auth wasn't working out of the box, so I added ENV N8N_CONFIG_FILES="/app/data/.n8n/config" to the Dockerfile. Now auth works, but as soon as you restart the app for the first time, it won't come up anymore with that errormessage: Error: configuration param 'encryptionKey' not declared in the schema. It only gets back online after removing the encryptionKey entry in /app/data/.n8n/config and triggering another restart (which then again sets a new/different encryptionKey ).

                  Any idea what's that about, or how did you get auth to work? It just ignores my settings without that env variable. If it's not set, restarts work, but auth does not.

                  A quick fix was to add another env var ENV N8N_ENCRYPTION_KEY="123" to make the encryption key static (still had to delete it before restarting, but it sets the static one afterwards), else all saved credentials were unusable after restart and changed encryptionKey. Oviously that's not a solution, but at least I could test a little.

                  Other than that (and updating to the latest version, base image and some minor tweaks) it seems to be working fine!

                  edit: not able to get webhooks to work, not sure if it's me or n8n πŸ˜‰

                  1 Reply Last reply
                  2
                  • imc67I Offline
                    imc67I Offline
                    imc67
                    translator
                    wrote on last edited by
                    #17

                    Today IFTTT announced that they will charge you $10 a month (!!!!) for their service. Maybe now it’s really time to put Cloudron in a unique position with this app?!

                    girishG 1 Reply Last reply
                    6
                    • imc67I imc67

                      Today IFTTT announced that they will charge you $10 a month (!!!!) for their service. Maybe now it’s really time to put Cloudron in a unique position with this app?!

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

                      @imc67 Interesting. So existing free users have to pay or are they grand fathered?

                      imc67I 1 Reply Last reply
                      0
                      • girishG girish

                        @imc67 Interesting. So existing free users have to pay or are they grand fathered?

                        imc67I Offline
                        imc67I Offline
                        imc67
                        translator
                        wrote on last edited by
                        #19

                        @girish https://ifttt.com/plans
                        Create 3 Applets of your own
                        Turn on unlimited Applets

                        jdaviescoatesJ 1 Reply Last reply
                        0
                        • imc67I imc67

                          @girish https://ifttt.com/plans
                          Create 3 Applets of your own
                          Turn on unlimited Applets

                          jdaviescoatesJ Offline
                          jdaviescoatesJ Offline
                          jdaviescoates
                          wrote on last edited by
                          #20

                          @imc67 looks like perhaps there was a backlash, can now "set your price" starting at $1.99/mo

                          Screenshot from 2020-09-11 13-23-39.png

                          I use Cloudron with Gandi & Hetzner

                          1 Reply Last reply
                          1
                          • imc67I Offline
                            imc67I Offline
                            imc67
                            translator
                            wrote on last edited by
                            #21

                            Got an email a few minutes ago from IFTTT;

                            Note: the free-forever IFTTT Standard plan no longer supports creating unlimited Applets from scratch.

                            To date, you’ve created more than 3 Applets. If you do not upgrade to Pro, all but 3 of your created Applets will be archived.

                            jdaviescoatesJ 1 Reply Last reply
                            0
                            • imc67I imc67

                              Got an email a few minutes ago from IFTTT;

                              Note: the free-forever IFTTT Standard plan no longer supports creating unlimited Applets from scratch.

                              To date, you’ve created more than 3 Applets. If you do not upgrade to Pro, all but 3 of your created Applets will be archived.

                              jdaviescoatesJ Offline
                              jdaviescoatesJ Offline
                              jdaviescoates
                              wrote on last edited by
                              #22

                              @imc67 yeah, I've got the same thing.

                              Most significantly, I think, is the last sentence:

                              Your current plan, the free-forever IFTTT Standard plan, no longer supports creating unlimited Applets from scratch.

                              To date, you’ve created more than 3 Applets. If you do not upgrade to Pro before October 7th, all but 3 of your custom Applets will be automatically archived.

                              For more information about archived Applets, see What happens if I do not upgrade to IFTTT Pro?

                              Through October 7th, you may set the monthly price you want to pay to upgrade to Pro and we’ll honor it forever.

                              Seems the Set your price options I mentioned above will likely disappear on October 7th... So I guess if you use IFTTT a lot it might be a good idea to pay $1.99/mo now (I actually hardly ever use it these days so think I'll just use self-hosted alternatives once they've been packaged for Cloudron).

                              I use Cloudron with Gandi & Hetzner

                              1 Reply Last reply
                              1
                              • ? Offline
                                ? Offline
                                A Former User
                                wrote on last edited by
                                #23

                                Would definitely be interested in this. Specifically, my use-case is building my own smart light switches. Id have the buttons hooked up to microcontrollers that send requests to something like IFTTT or n8n off of a webhook trigger to turn lights on/off.

                                mehdiM 1 Reply Last reply
                                0
                                • ? A Former User

                                  Would definitely be interested in this. Specifically, my use-case is building my own smart light switches. Id have the buttons hooked up to microcontrollers that send requests to something like IFTTT or n8n off of a webhook trigger to turn lights on/off.

                                  mehdiM Offline
                                  mehdiM Offline
                                  mehdi
                                  App Dev
                                  wrote on last edited by
                                  #24

                                  @atrilahiji For this I suggest installing home-assistant locally on something like a raspberry pi, locally. I actually just installed such a system at my place πŸ™‚

                                  1 Reply Last reply
                                  0
                                  • girishG Offline
                                    girishG Offline
                                    girish
                                    Staff
                                    wrote on last edited by
                                    #25

                                    I looked into this a bit. Did I get it right that this app only supports basic auth? That's kinda worrying. I am surprised though given that it seems to have a lot of github stars atleast.

                                    1 Reply Last reply
                                    0
                                    • ? Offline
                                      ? Offline
                                      A Former User
                                      wrote on last edited by
                                      #26

                                      Thats what im seeing. Being able to use LDAP for this would be a godsend but I didnt find info on using LDAP with it. RIP the IFTTT alternative dream?

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

                                        Just chatting with @murgero to look at this. Please pledge some sponsorship if you want, and to respectfully keep devs fed for finishing what we can't: https://forum.cloudron.io/topic/3380/sponsoring-n8n

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

                                        1 Reply Last reply
                                        1
                                        • jimcavoliJ Offline
                                          jimcavoliJ Offline
                                          jimcavoli
                                          App Dev
                                          wrote on last edited by
                                          #28

                                          It may end up that Huginn is the better option. Not sure, but that's a Ruby/Rails app too (my primary speciality) so perhaps I can look at getting that packaged so a bit of comparison can begin. Honestly not sure where that rings in on my priority list for the time being though. Reasonably low through the early parts of next year, likely.

                                          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