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

Apps | Demo | Docs | Install
Z

zonzonzon

@zonzonzon
About
Posts
61
Topics
9
Shares
0
Groups
0
Followers
0
Following
5

Posts

Recent Best Controversial

  • briefer - run SQL and Python, and turn notebooks into dashboards
    Z zonzonzon

    • Title: [Briefer] on Cloudron - [run SQL and Python, and turn notebooks into dashboards]

    • Main Page: https://briefer.cloud/
    • Git: https://github.com/briefercloud/briefer.git
    • Licence: AGPL-3.0 license
    • Docker: Yes
    • Demo: https://app.briefer.cloud/

    • Summary: Connect your data sources, query them with SQL, and manipulate results with Python.Then, use query results to create presentable notebooks, dashboards, or data apps.
    • Notes: Briefer is the multiplayer notebook that lets you run SQL and Python, and turn notebooks into dashboards and data apps

    • Alternative to / Libhunt link: Metabase, Power BI
    • Screenshots: alt text

    alt text

    App Wishlist

  • Could not connect to your MCP server
    Z zonzonzon

    @girish I added your code snippet above, and it doesn't work. But when I add a block like mine, it works.

    location /mcp {
        gzip off;
        proxy_buffering off;
        proxy_cache off;
        
        proxy_http_version 1.1;
        proxy_set_header Host $host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-For $remote_addr;
        proxy_set_header X-Forwarded-Host $host;
        
        proxy_pass http://172.18.20.102:5678;
    }
    
    N8N

  • twenty - A Modern Open Source CRM
    Z zonzonzon

    Release v1.5.0

    https://github.com/twentyhq/twenty/releases/tag/v1.5.0

    App Wishlist wishlist app wishlist

  • ActivePieces - nocode alternative to Zapier, Make, n8n etc
    Z zonzonzon

    It would be great if activepieces could be added to Cloudron.

    App Wishlist

  • ERPNext - cost-effective ERP solution
    Z zonzonzon

    @nj Thank you very much. I will follow your guidance. Have a great day.

    App Wishlist

  • twenty - A Modern Open Source CRM
    Z zonzonzon

    @girish
    Can you review it one more time? The software version has improved - it's now stable and receives regular updates. It has moved beyond the Beta testing phase.

    Screenshot 2025-05-20 200310.png

    App Wishlist wishlist app wishlist

  • twenty - A Modern Open Source CRM
    Z zonzonzon

    I’m trying out Twenty and really looking forward to seeing it available on Cloudron soon. Its interface is friendly and modern, and the recent updates have significantly improved loading speed. Its API is very easy to integrate with external apps. Another standout point is its data model, which lets us freely customize and create objects and fields, making it simple to tailor deeply to a company’s operations.

    App Wishlist wishlist app wishlist

  • LangChain in n8n on cloudron
    Z zonzonzon

    Yes, that's correct. It is integrated with n8n through a new version.

    https://docs.n8n.io/langchain/access-langchain/

    N8N

  • LangChain in n8n on cloudron
    Z zonzonzon

    Hi everyone,
    Has anyone been able to install LangChain in n8n on cloudron yet?

    N8N

  • How to use redis in n8n
    Z zonzonzon

    @umnz The updates and n8n are still running very well. If it’s slow, you may need to check the RAM. Running many heavy tasks consumes a lot of RAM. Also, as I understand it, Redis is used for scaling when the current n8n server hits its limits and keeps freezing when receiving information from webhooks and running many heavy tasks at the same time.

    N8N

  • twenty - A Modern Open Source CRM
    Z zonzonzon

    @jdaviescoates They have updated to version v0.43.0.

    https://github.com/twentyhq/twenty/releases

    App Wishlist wishlist app wishlist

  • twenty - A Modern Open Source CRM
    Z zonzonzon

    @girish

    Twenty already has version 1.0. Please integrate it into Cloudron. Cloudron’s ecosystem will be much more powerful and excellent when this ecosystem is added. Twenty is finally out of beta!

    https://github.com/twentyhq/twenty/releases/tag/v1.0.0

    https://twenty.com/releases

    App Wishlist wishlist app wishlist

  • twenty - A Modern Open Source CRM
    Z zonzonzon

    Release v1.3.0

    https://github.com/twentyhq/twenty/releases/tag/v1.3.0

    App Wishlist wishlist app wishlist

  • Issue Starting NodeBB on Cloudron After Server Restart
    Z zonzonzon

    @joseph said in Issue Starting NodeBB on Cloudron After Server Restart:

    /app/pkg/start.sh

    Thank you very much. I followed this guide, then adjusted the plugins to the corresponding versions and copied the appropriate package.json. The issue has been resolved

    NodeBB

  • How to change Account Details
    Z zonzonzon

    Hello,

    • How can I change the avatar for a user?
    • I changed the name in the account details, but after logging out and logging back in, it disappeared.
    • How can I change the NocoDB logo on the main page, so that when I click on it, it links to https://github.com/nocodb/nocodb. I want to change the logo and make it link back to the home page. What should I do? Thank you.

    nocodb.png

    NocoDB

  • trying to scale N8N
    Z zonzonzon

    @roofboard How we can increase the postgress ram in cloudron ? Thank you.

    N8N n8n

  • Process hanging when starting n8n - Starting migration AddConstraintToExecutionMetadata1720101653148
    Z zonzonzon

    I encountered a similar issue. After updating to the latest Cloudron version, I restarted Cloudron as prompted by the system. After that, N8N was unable to connect.

    Feb 06 21:09:50 => Healthcheck error: Error: connect ECONNREFUSED 172.18.18.255:5678

    N8N

  • Could not connect to your MCP server
    Z zonzonzon

    When running the new version of n8n with the MCP server, it does not work. I have identified some causes. Is it possible to configure this in Cloudron?

    https://community.n8n.io/t/error-could-not-connect-to-your-mcp-server-when-integrating-external-tool-via-sse-in-ai-agent/100957/6

    N8N

  • Could not connect to your MCP server
    Z zonzonzon

    @girish It seems that every time the app restarts, the nginx configuration resets to default, right? Is there any way to keep it fixed so it doesn’t change when the app restarts? Thank you.

    N8N

  • BUG: Webhooks don't seem to work
    Z zonzonzon

    I'm get same problem with espo on cloudron . How to fix this ?

    EspoCRM
  • Login

  • Don't have an account? Register

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