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

98 Topics 935 Posts
  • n8n - Package Updates

    Pinned
    283
    0 Votes
    283 Posts
    57k Views
    Package UpdatesP

    [3.56.0]

    Update n8n to 1.67.1 Full Changelog core: Revert all the context helpers changes (#​11616) (8a804b3) Bring back nodes panel telemetry events (#​11456) (130c942) core: Account for double quotes in instance base URL (#​11495) (c5191e6) core: Do not delete waiting executions when saving of successful executions is disabled (#​11458) (e8757e5)
  • n8n DEV label

    Moved Solved
    3
    1 Votes
    3 Posts
    29 Views
    girishG

    New package should fix the issue

  • adding apt dependencies to n8n app (or any other app)

    Moved Solved
    3
    1 Votes
    3 Posts
    81 Views
    V

    Hi @joseph

    pandoc is also part of Cloudron n8n package

    You're right I didn't realize this. It is a good surprise.

    I have other workflow requiring GDAL binaries for example (https://gdal.org/en/latest/). This one is mode specific and is not here. I guess I am good to make a custom packaging...

    I found some shady npm packages including binaries but it does not seem properly maintained.

  • Twitter / X - OAuth Authorization Error

    8
    0 Votes
    8 Posts
    153 Views
    E

    Sure I can seek that out. This community has been helpful in the past on other apps. Plus I am paying for this through Cloudron. Point taken what you're saying but if the apps don't work there is no point in continuing to pay for this service.

  • How to Read/Write local disk?

    Solved
    7
    0 Votes
    7 Posts
    396 Views
    R

    @AmbroiseUnly
    Great, this helps me finally 😉

  • N8N times out for WordPress API

    Solved
    5
    1 Votes
    5 Posts
    237 Views
    O

    @nebulon You are right. Our website hosting provider had to whitelist the n8n server's IP. Thanks for your help!

  • Cloudron Notifications in Telegram

    2
    6 Votes
    2 Posts
    444 Views
    andreasduerenA

    Did you explore this any further?

  • Not able to install crypto module in n8n

    Unsolved
    2
    1 Votes
    2 Posts
    70 Views
    girishG

    Have you seen https://docs.cloudron.io/apps/n8n/#built-in-node-modules ?

  • Change admin user

    2
    0 Votes
    2 Posts
    97 Views
    J

    If you login as the admin user, you can change the email in personal settings i.e /settings/personal .

  • 0 Votes
    2 Posts
    117 Views
    nebulonN

    Are you running n8n on Cloudron? This is a Cloudron related forum and it seems your post on n8n.io is the correct way to go forward.

  • 1 Votes
    3 Posts
    65 Views
    J

    Upstream thread - https://community.n8n.io/t/process-hanging-when-starting-n8n-starting-migration-1720101653148/50380/4

    @AmbroiseUnly If the issue comes up again, we should investigate in more detail. Thanks for reporting

  • N8n error after latest update

    Solved
    10
    1 Votes
    10 Posts
    522 Views
    S

    Hi @nebulon, we don't know yet. I created a new post for it, see here https://community.n8n.io/t/workflow-activation-fails/49834

  • How to install NPM packages that n8n App can use?

    Moved Solved
    9
    0 Votes
    9 Posts
    1k Views
    A

    Just for the sake of documenting, here is what I ended up with, in my .env.sh file:

    # ------------- NODE MODULES --------------------- # Allow node modules to be used in code node - https://docs.n8n.io/hosting/configuration/#use-built-in-and-external-modules-in-the-code-node # Allows usage of all builtin modules export NODE_FUNCTION_ALLOW_BUILTIN=* # FYI This is a SPACE separated list export EXTRA_NODE_MODULES="cloudinary@2.2.0 node-fetch@3.1.1" # Allow usage of external npm modules # Those modules are auto-installed by Cloudron upon app restart, see https://forum.cloudron.io/topic/11946/how-to-install-npm-packages-that-n8n-app-can-use/4?_=1719382777426 # FYI This is a COMMA separated list export NODE_FUNCTION_ALLOW_EXTERNAL=cloudinary,node-fetch
  • 1 Votes
    2 Posts
    84 Views
    nebulonN

    duplicate of https://forum.cloudron.io/topic/12007/n8n-error-after-latest-update

  • "fatal: not a git repository"

    Solved
    4
    0 Votes
    4 Posts
    287 Views
    rosanoR

    @nebulon said in "fatal: not a git repository":

    Have you tried to use a subfolder in /app/data/ for this? This is where data is kept persistently in Cloudron.

    Been using this folder and seems like it has had no issues for a week or two now 👍🏽 thanks for clarifying 🙏🏽

  • n8n - Updates are unavailable

    Solved
    8
    1 Votes
    8 Posts
    545 Views
    girishG

    @dvlexp you have to ask these questions upstream in the n8n forum - https://community.n8n.io/ . We can only provide help here with the packaging aspect of n8n itself. App related issues are best asked upstream.

  • n8n Content Security Policy not working

    3
    0 Votes
    3 Posts
    192 Views
    nebulonN

    Are the CSP headers set as you expect them if you take a look at the request headers? Also double check them alongside the warnings in the browser console in case there is some typo and your browser thus ignores them.

  • How to use redis in n8n

    Solved
    12
    1 Votes
    12 Posts
    1k Views
    nebulonN

    You should be able to integrate your external redis via env variables https://docs.cloudron.io/apps/n8n/#custom-env

    upstream docs for this are at https://docs.n8n.io/hosting/configuration/environment-variables/queue-mode/

  • Install latest updates

    Unsolved
    9
    1 Votes
    9 Posts
    295 Views
    G

    @JuanBonfim Have you solved it? I am facing the exact same issue as you and my VPS is hosted at Vultr. Using Ubuntu 22.04.1 too and the current cloudron version I am using is 7.4.3.

  • n8n need help in installing python and python modules

    Moved
    3
    1 Votes
    3 Posts
    646 Views
    nennogabrielN

    I need to do the same. I need to run some scripts in python, and would be awesome to do it in n8n, but I do not want to do trough a custom n8n deploy.
    like in node there is a list in a environment
    NODE_FUNCTION_ALLOW_BUILTIN=crypto

    something like that.