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


Skip to content

N8N

85 Topics 830 Posts
  • How to use custom nodes?

    Solved
    2
    1 Votes
    2 Posts
    78 Views
    S

    Figured it out.

    Just uploaded my node's folder to the custom-extensions folder and restarted n8n.

  • Converting JSON

    Solved
    5
    0 Votes
    5 Posts
    171 Views
    J

    @martinkbs Perfect, thank you so much!

  • Issue connecting N8N to IMAP account

    Solved
    3
    0 Votes
    3 Posts
    133 Views
    O

    @girish I'm just going to hang my head in shame now 🙂

    This box is behind NAT and, apparently, I'd messed up my firewall rules.

    Thank you for the shell/telnet suggestion though. That was helpful.

    Sorry for wasting your time!

  • n8n version downgrade

    4
    0 Votes
    4 Posts
    300 Views
    robiR

    @murgero said in n8n version downgrade:

    Maybe cloudron can implement a way to pick app version if installing via cli for development purposes?

    There's a FR for this and a manual way:
    https://forum.cloudron.io/topic/2688/disaster-recovery-restoring-a-backup/8

  • Error installing community nodes on n8n

    Solved
    26
    1 Votes
    26 Posts
    2k Views
    benborgesB

    @kevin-k Strange...can you try to revert back to a working backup, reinstall community modules again, reboot once again and go to that page see if everything stick ?

    I had issues first time I installed, had to reinstall once, but then it went smooth...

  • Making n8n extendable

    Solved
    7
    3 Votes
    7 Posts
    387 Views
    Sam_ukS

    @robi I just made it work following https://forum.cloudron.io/topic/7629/error-installing-community-nodes-on-n8n/20

  • extending ajv with ajv-formats

    Solved
    10
    1 Votes
    10 Posts
    586 Views
    D

    @nebulon perfect, thanks a lot for this!

  • 0 Votes
    3 Posts
    138 Views
    nebulonN

    Yes, upstream is publishing updates nearly daily at the moment, so eventually your Cloudron should catch up, but you may also manually check for updates and apply those accordingly.

  • 1 Votes
    12 Posts
    748 Views
    Sam_ukS

    I'd like to use https://www.npmjs.com/package/@digital-boss/n8n-nodes-humhub in my N8N instance, so ability to install packages would be great.

  • How to store data with n8n?

    Solved
    3
    0 Votes
    3 Posts
    287 Views
    R

    @martinkbs
    That's exactly what I was looking for!
    I wasn't aware of Baserow or NocoDB. It sounds it might fit my needs.

    Thanks for the ideas!

  • n8n env file location

    Moved
    2
    0 Votes
    2 Posts
    205 Views
    nebulonN

    Have you installed n8n via Cloudron or somehow standalone? This is a Cloudron forum, so if you are not using Cloudron, I think you have to contact the upstream developers.

  • Add users to Cloudron - N8N

    12
    3 Votes
    12 Posts
    731 Views
    P

    here is the first release: https://forum.cloudron.io/topic/7546/open-registration-app-for-cloudron

  • 0 Votes
    7 Posts
    298 Views
    M

    @girish Yes, this was it. I did not manage to see the actual json. But seems like n8n always adds quotes using the name / value combination. I changed it to this:

    { "nodes": [ { "parameters": { "requestMethod": "POST", "url": "=https://my.xxx.de/api/v1/notifications/{{$node[\"Item Lists\"].json[\"id\"]}}", "jsonParameters": true, "options": {}, "bodyParametersJson": "={\n\"acknowledged\": true\n}", "headerParametersJson": "={\"authorization\": \"Bearer xxx\"}" }, "name": "HTTP Request1", "type": "n8n-nodes-base.httpRequest", "typeVersion": 2, "position": [ 1100, 300 ] } ], "connections": {} }

    Now it's working. I used this:
    Bildschirmfoto 2022-06-14 um 18.16.17.png
    instead of this:Bildschirmfoto 2022-06-14 um 18.16.42.png

  • OAuth Connection With Nextcloud Not Working

    Solved
    10
    0 Votes
    10 Posts
    452 Views
    girishG

    @mabaker thanks! I have put your notes in our docs - https://docs.cloudron.io/troubleshooting/#hairpin-nat .

    I have to clean up that troubleshooting section a bit, but that's a task for another day...

  • Using the n8n CLI

    Solved
    10
    2 Votes
    10 Posts
    1k Views
    JOduMonTJ

    @girish + @nebulon it is very nice to have access to you; you are very responsive and highly competent 😉
    thank you!

  • Cloudron Notifications in Telegram

    1
    4 Votes
    1 Posts
    274 Views
    No one has replied
  • SFTP Access denied

    6
    0 Votes
    6 Posts
    472 Views
    M

    The solution is to add the filename to the path:

    In my case:

    /consume/file.pdf
  • 11 Votes
    12 Posts
    2k Views
    ajtatumA

    I've built something similar for my site, but ended up just purchasing WP Webhooks and it made my life so much easier. It's definitely worth the $100 IMO.

  • Puzzled: how to log in as Cloudron user?

    Solved
    10
    0 Votes
    10 Posts
    399 Views
    nebulonN

    Alright, I have put the same note about the visibility setting as we have in the app configuration section now into the install dialog.

  • 1 Votes
    6 Posts
    423 Views
    S

    @bubonicfred Thanks for sharing! I hadn't noticed it yet.