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

Offical apps | Community apps | Demo | Docs | Install
firmansiF

firmansi

@firmansi
Unfollow Follow
About
Posts
271
Topics
51
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Different URL for Webhook in Cloudron
    firmansiF firmansi

    @robi What do you mean another webhook provider?

    N8N

  • Different URL for Webhook in Cloudron
    firmansiF firmansi

    @james is there any plan to implement this?

    N8N

  • Different URL for Webhook in Cloudron
    firmansiF firmansi

    @james Is there any ETA plan for this addition in Cloudron?

    N8N

  • Different URL for Webhook in Cloudron
    firmansiF firmansi

    @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

    N8N

  • Different URL for Webhook in Cloudron
    firmansiF firmansi

    I 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

  • n8n Queue Mode / Worker support
    firmansiF firmansi

    @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

    N8N

  • LDAP,OIDC, User Directory and Groups Menu Gone after Update to Latest Release 9.2
    firmansiF firmansi

    Here 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

    Support

  • LDAP,OIDC, User Directory and Groups Menu Gone after Update to Latest Release 9.2
    firmansiF firmansi

    @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

    Support

  • Having trouble with Baserow MCP tool discovery + suspected Gzip issue?
    firmansiF firmansi

    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

    Baserow

  • Critical Bug in OpenWebUI 0.9.0 from Mainstream
    firmansiF firmansi

    I 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

    OpenWebUI

  • AgentZero
    firmansiF firmansi

    I havent tried it yet, is everything working well on your end?

    Community Apps

  • AgentZero
    firmansiF firmansi

    How to update if there's a new update from agentzero?

    Community Apps

  • Upgrade to 33.0.1 Fail
    firmansiF firmansi

    @james I finally can make it works, what I did were

    1. Disable almost all plugins 3rd party and internal except core internal plugins that relate to login (authentication), folder and user management
    2. Upgrade the package as provided in cloudron
    3. occ files:scan --all
    4. occ files:repair-tree
    5. occ maintenance:repair
    Nextcloud

  • Upgrade to 33.0.1 Fail
    firmansiF firmansi

    I 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

    Nextcloud

  • Latest OpenWebUI with Openterminal
    firmansiF firmansi

    @charlesnw I am running open terminal but in another container, i think it's best to maintain Open WebUI with original package

    OpenWebUI

  • Nextcloud 33 Appears on Git but Not Released - Any News?
    firmansiF firmansi

    @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

  • Nextcloud 33 Appears on Git but Not Released - Any News?
    firmansiF firmansi

    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?

    Nextcloud

  • Latest OpenWebUI with Openterminal
    firmansiF firmansi

    I 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?

    OpenWebUI

  • Open WebUI 0.8.2 Crashes on Startup (Cloudron/Ubuntu 24.04) - "Function not found: autolearn" & DB Syntax Error
    firmansiF firmansi

    @nebulon it works...thanks cloudron team for fast update

    OpenWebUI
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search