@robi What do you mean another webhook provider?
firmansi
Posts
-
Different URL for Webhook in Cloudron -
Different URL for Webhook in Cloudron@james is there any plan to implement this?
-
Different URL for Webhook in Cloudron@james Is there any ETA plan for this addition in Cloudron?
-
Different URL for Webhook in Cloudron@james Yes, this feature is highly necessary for our use case rather than just a convenience.
To give you an example, it works similarly to Typebot, where the domain for development and backend management is kept separate from the public-facing chat interface.
We see a similar need in n8n. When we build public-facing features like n8n Chat or Forms, keeping them on the same domain as the workflow development console creates a major limitation. As long as they share the same URL on Cloudron, we cannot fully utilize these public features natively for our users; our only workaround right now is embedding them (as an iframe).
Having full secondary domain support would allow us to host the admin console on one domain while securely serving the public forms and chats on another
-
Different URL for Webhook in CloudronI want to set up my n8n instance on Cloudron so that the Webhook URL uses a different domain than the main dashboard instance URL.
For example:
- Main Instance/Dashboard: https://abc.n8n.com
- Webhook URL: https://xyz.n8n.com
I know that in a standard self-hosted Docker setup, we can achieve this by configuring the WEBHOOK_URL environment variable and routing both domains via a reverse proxy to the same container.
However, looking at the Cloudron dashboard, the "Change Location" settings only support HTTP Redirection to the primary domain. It does not seem to support a true Domain Alias (where both domains actively reverse-proxy into the same container web port simultaneously).
A standard 301/302 redirect will likely break incoming webhooks from third-party services.Given this limitation, what is the best workaround to achieve this in Cloudron?Is there a way to safely expose a second domain as an alias for the n8n app container?
Do I need to manually adjust the internal Nginx configuration via the terminal, or is there a way to leverage the CLOUDRON_ALIAS_DOMAINS env if I custom-package it?
Any guidance, workarounds, or examples from anyone who has done this would be highly appreciated. Thanks!
-
n8n Queue Mode / Worker support@joseph I think what finn means is different than concurrency control , it seems the queue mode mean there are two n8n servers in Cloudron and one can acts as controller and the other acts as workers, so I think what finn means that Cloudron team can add capability to existing n8n package to make the n8n package can act as workers, so when capacity getting bigger, then the load can be divided into several n8n instances instead of one big instance, so if there's a fail in one of the instance then it wont impact other instances or cause the controller UI hangs
-
LDAP,OIDC, User Directory and Groups Menu Gone after Update to Latest Release 9.2Here I attach the menu that affect my whole Cloudron installations after I update Cloudron to latest release 9.2, all menu LDAP,OIDC, User Directory and Groups under user menu are now gone!!
Screenshot from 2026-05-28 10-09-59.png
Please help
-
LDAP,OIDC, User Directory and Groups Menu Gone after Update to Latest Release 9.2@girish after update to 9.2 release, i don't see LDAP menu anymore under User menu, and in a matter of fact all menu under user is gone, including user group, is it intentional ? How to fix
-
Having trouble with Baserow MCP tool discovery + suspected Gzip issue?I’m currently trying to set up the Baserow MCP connection with clients like Claude and Metamcp. I managed to get the connection to work, but unfortunately, the tools aren't showing up in the UI.
It’s worth noting that this isn't an issue when I connect to Baserow Cloud, so it seems isolated to my current setup.
I've been reading through some forums and noticed mentions of potential conflicts with Gzip compression. It sounds very similar to a headache we had back in the day with n8n where compression was causing parsing errors.
Does anyone else have experience with this? If my theory about Gzip is off, I’d love to hear what else could be causing the tools to disappear. Hoping to get this connection stable!
Thanks in advance
-
Critical Bug in OpenWebUI 0.9.0 from MainstreamI just updated the latest version of OpenWebUI 0.9.0 but it seems it contains bug that makes the unable to async, i see that the latest release 0.9.1 already out, I hope Cloudron Team can update to the latest one
-
AgentZeroI havent tried it yet, is everything working well on your end?
-
AgentZeroHow to update if there's a new update from agentzero?
-
Upgrade to 33.0.1 Fail@james I finally can make it works, what I did were
- Disable almost all plugins 3rd party and internal except core internal plugins that relate to login (authentication), folder and user management
- Upgrade the package as provided in cloudron
- occ files:scan --all
- occ files:repair-tree
- occ maintenance:repair
-
Upgrade to 33.0.1 FailI don't know if anyone experience what i had with latest upgrade, but it didnt seem go well, my NC hardly starting, and eventually Not Responding
When making an upgrade, i disable all 3rd party plugins unless the essential like OIDC, the error message that I got is only "Error-users not found in the backend"
I think i am gonna stay in previous version 32.0.6 till i am clear why this happens , this is the most difficult error that i experience with NC to so far, since i have performed all necessary fixes that i have in my knowledge, but still couldnt make it running
I am using Cloudron 9.1.5 and Ubuntu serve with still spacious storage, CPU and memory
-
Latest OpenWebUI with Openterminal@charlesnw I am running open terminal but in another container, i think it's best to maintain Open WebUI with original package
-
Nextcloud 33 Appears on Git but Not Released - Any News?@sponch Still, the plugins can't be issues no matter the new major stable release exist, since the plugins not always part of NC , always test the plugins in clone one, before using in production version
-
Nextcloud 33 Appears on Git but Not Released - Any News?I noticed there's already a new Nextcloud release at version 33, and a while ago I saw it had appeared on Cloudron's Git repository. But as of now, I see that the latest Nextcloud update hasn't been carried forward. May I know if there are any issues or obstacles with rolling out the latest Nextcloud update?
-
Latest OpenWebUI with OpenterminalI noticed that the latest OpenWebUI update includes a new feature called OpenTerminal, although I see that the OpenWebUI app on Cloudron hasn't been updated to this latest version yet. My question is: is it possible that when Cloudron updates OpenWebUI to the latest version, it will include OpenTerminal?
-
Open WebUI 0.8.2 Crashes on Startup (Cloudron/Ubuntu 24.04) - "Function not found: autolearn" & DB Syntax Error@nebulon it works...thanks cloudron team for fast update