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

biozork

@biozork
About
Posts
6
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • LangFlow UI for LangChain
    B biozork

    Oh wauv. I honestly though Langflow was already available on Cloudron.

    I was sad not to find it in the available appplication list, and went here to add it as an suggestion but found that it was already suggested over a year ago 🤯. Tons of good stuff has happened for langflow since then - its even possible to create your own AI-agents in langflow now - and soon multimodal, running ai that creates or consumes video, images and audio as well.

    I'm mindblown about the posibilites of having langflow running on cloudron.

    I really hope more people will give this an upvote 🤞

    App Wishlist

  • Retool | Build internal tools, remarkably fast
    B biozork
    • Website: https://retool.com/
    • Cases: https://retool.com/customers/
    • Producthunt: https://www.producthunt.com/posts/retool-self-hosted

    What is Retool?
    Retool is a fast and easy way to build and maintain internal tools, like admin panels, dashboards. It is a lowcode platform, build for techies or developers.

    Retool has 4 fundamental pieces to it:

    • list itemConnect your data sources, like PostgreSQL, Salesforce, Firebase, and 20+ more
    • Build your queries and logic in SQL or JavaScript
    • Connect your queries and logic to prebuilt components like tables, text inputs, and buttons
    • Organize and connect your components into an app

    Retool isn't just a front end, though – Retool take care of a lot of the pesky logic that internal tools tend to require, like scheduling queries, updating and writing data, and triggers. Retool apps are easy to share with your teammates and stakeholders, and Retool offer granular access management and audit logs to keep things secure.

    My take
    Personally I would love to have a Cloudron server running at my company with a n8n, a directus and a retool instance. Those 3 would wield powerful combination. Directus and n8n is already apps that can be installed in Cloudron.

    • n8n to do low/no-code automations, with cron-jobs, webhooks or other triggers
    • directus to do structured content creation, as a headless cms
    • retool to make dashboards and admin tools (that uses directus, or triggers n8n automations)

    Found a nice stream using n8n and retool together:

    App Wishlist

  • Fresh Cloudron tying to install n8n, error due to "Not found: Unable to find container postgresql".
    B biozork

    @girish I saw no red indicators on the nav bar. I guess that would have helped me towards the source of the problem. But I will keep an eye if a service gets into trouble again.

    N8N postgresql

  • Fresh Cloudron tying to install n8n, error due to "Not found: Unable to find container postgresql".
    B biozork

    @girish sftp and mongodb was down.

    I restarted those and now they are up and running.
    f2a761b9-6453-4344-aa42-5256f08021c0-image.png

    Now I know I should keep an eye on those services and maybe assign more memory.

    N8N postgresql

  • Fresh Cloudron tying to install n8n, error due to "Not found: Unable to find container postgresql".
    B biozork

    @girish you are absolutely right.

    c6fa3c58-40bd-432d-b327-ecb8aadabacc-image.png

    A restart of the service did the trick.

    Thanks for a lightning fast response 🙏

    N8N postgresql

  • Fresh Cloudron tying to install n8n, error due to "Not found: Unable to find container postgresql".
    B biozork

    Hi all 👋,

    I'm brand new to selfhosting Cloudron, but I have had a bit of fun running n8n locally. n8n is really powerful compared to similar tools I've tried in the past.

    My aim was to setup cloudron with n8n on a local server, to run all sorts of automations. I installed cloudron, got dns and account setup without too much trouble.

    When I try to install n8n from a fresh cloudron install, i get this error:
    "Not found: Unable to find container postgresql"

    Thinking I could just uninstall and try again, I get same error "Not found: Unable to find container postgresql" when trying to uninstall.

    So now I'm stuck.

    Any suggestions what to do from here is much appreciated?
    Also if you have any clues to why I got the postgresql error.

    Feb 14 19:06:30 box:tasks setCompleted - 6: {"result":null,"error":{"stack":"BoxError: Unable to find container postgresql\n at Object.inspect (/home/yellowtent/box/src/docker.js:528:50)\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async getContainerDetails (/home/yellowtent/box/src/services.js:270:20)\n at async Object.teardownPostgreSql [as teardown] (/home/yellowtent/box/src/services.js:1436:20)\n at async Object.teardownAddons (/home/yellowtent/box/src/services.js:633:9)\n at async uninstall (/home/yellowtent/box/src/apptask.js:702:5)","name":"BoxError","reason":"Not found","details":{},"message":"Unable to find container postgresql"}}
    Feb 14 19:06:30 box:tasks update 6: {"percent":100,"result":null,"error":{"stack":"BoxError: Unable to find container postgresql\n at Object.inspect (/home/yellowtent/box/src/docker.js:528:50)\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async getContainerDetails (/home/yellowtent/box/src/services.js:270:20)\n at async Object.teardownPostgreSql [as teardown] (/home/yellowtent/box/src/services.js:1436:20)\n at async Object.teardownAddons (/home/yellowtent/box/src/services.js:633:9)\n at async uninstall (/home/yellowtent/box/src/apptask.js:702:5)","name":"BoxError","reason":"Not found","details":{},"message":"Unable to find container postgresql"}}
    Unable to find container postgresql
    at Object.inspect (/home/yellowtent/box/src/docker.js:528:50)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at async getContainerDetails (/home/yellowtent/box/src/services.js:270:20)
    at async Object.teardownPostgreSql [as teardown] (/home/yellowtent/box/src/services.js:1436:20)
    at async Object.teardownAddons (/home/yellowtent/box/src/services.js:633:9)
    at async uninstall (/home/yellowtent/box/src/apptask.js:702:5)
    

    Thanks in advance
    (from the newbie)
    biozork

    N8N postgresql
  • Login

  • Don't have an account? Register

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