Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

App Wishlist

1.8k Topics 15.9k Posts

Propose and vote for apps to be packaged

  • 10 Votes
    24 Posts
    9k Views
    L
    We created an experimental tool to assess whether an application is worth a packaging attempt for Cloudron. Here is the report for ejabberd. (TL/DR - don't attempt it until eg Cloudron supports raw TCP passthrough. https://wanderingmonster.dev/blog/monster-manual-ejabberd/ https://enjoys.rocks/?19b53d80739dfd33#BU1rYEiegFVDCNCYkxi74WFFDw1qnPooLjahZUxLzKLv
  • Healthchecks.io -- Cron job monitoring

    22
    15 Votes
    22 Posts
    7k Views
    girishG
    Yes, if there is broad community interest in the app, we will work with the community app packager and try to get it into the App Store. In the meantime, community apps are a great way to have a package that you have a need for available and tested by others.
  • Windmill: Open-source alternative to Airplane, Superblocks, Retool

    39
    21 Votes
    39 Posts
    8k Views
    timconsidineT
    Published Windmill 1.658.0 as Community App 1.0.0 CloudronVersions: https://communityapps.appx.uk/cloudron-windmill/CloudronVersions.json Community Apps Website: https://communityapps.appx.uk [ @community-apps ]
  • UniFi Network Server (was Unifi Cloud Controller)

    39
    13 Votes
    39 Posts
    18k Views
    T
    To note: there is now a Unifi OS, superseeding the Unifi Network Application. Please see here: https://ui.com/download/software/unifi-os-server https://help.ui.com/hc/en-us/articles/34210126298775-Self-Hosting-UniFi The OS server version includes Network, Identity, and InnerSpace. Protection is not yet in there but I guess it will join sometime in the future. I went through this rabbit hole because I was annoyed at UNA having buttons leading to nowhere for the past few versions. This did not give me the best feeling about the status of UNA as a standalone application, so I made the jump and converted to UOS. So far, no complaints and... buttons work. While there is nothing official docker-wise as far as I can tell, there have been quite a few successful docker/container implementations.
  • Wazuh - The Open Source Security Platform

    11
    18 Votes
    11 Posts
    3k Views
    T
    @neoplex said: Is there still interest in having Wazuh ported? Definitely!
  • Smokeping

    6
    4
    3 Votes
    6 Posts
    812 Views
    J
    @neoplex great stuff. Consider publishing a CloudronVersions.json - https://docs.cloudron.io/packaging/publishing . That will help people easily install the app.
  • AI DevOps + OpenCode - Alternative to _Claw bots

    1
    0 Votes
    1 Posts
    52 Views
    No one has replied
  • 10 Votes
    32 Posts
    7k Views
    jadudmJ
    Hi @timconsidine , I know I won't have time to do a PR anytime soon, so I'll drop a note here. Huge kudos on bringing the package forward. The Garage state is stored entirely in SQLite databases. I can't remember the names of them... there's 2 or 3? So while you've spec'd the directories where they will live, that's only part of what needs to be done with them for a restoreable Garage installation on Cloudron. https://docs.cloudron.io/packaging/addons/#sqlite You'll want to make sure they're explicitly called out in the manifest. Doing so makes sure they get baked up safely. If you don't, it is possible that a backup will fail to correctly capture all of the metadata about the Garage instance, and the result could be lost data upon restore. (That is, if a WAL file is not flushed, then the standard backup might capture the metadata DB in an inconsistent state, and if someone had to restore, they would have a corrupt and unrecoverable Garage installation.)
  • InvoicePlane - invoicing application

    7
    5 Votes
    7 Posts
    1k Views
    timconsidineT
    @banks I'm not an admin or mod so I can't move the messages. Just leave them here and head over to https://forum.cloudron.io/post/1199 which is the start of a topic requesting, upvote the original post and add another message as you have done at the end.
  • 4 Votes
    2 Posts
    67 Views
    timconsidineT
    ALPHA community app release. builds and installs and logs in playground interview done, PDF export and email sending nothing else tested CloudronVersions: https://communityapps.appx.uk/cloudron-docassemblle/CloudronVersions.json CommunityApps website: https://communityapps.appx.uk Repo : https://forgejo.tcjc.uk/cca/cloudron-docassemble.git EDIT : feel free to say what doesn't work This was done as a 'proof of concept' that it is possible on top of cloudron base image. It has not been tested beyond basic steps listed.
  • 1 Votes
    1 Posts
    40 Views
    No one has replied
  • 14 Votes
    31 Posts
    10k Views
    jamesJ
    Hello @loudlemur As discussed before here https://forum.cloudron.io/post/118000. Please don't post AI output plain into the forum.
  • Ocular - Helps you see your budgets more clearly

    3
    6 Votes
    3 Posts
    229 Views
    timconsidineT
    Re-packaged Ocular as a community app Now v2.2.2. Cloudron Versions: https://communityapps.appx.uk/cloudron-ocular/CloudronVersions.json Community Apps Website: https://communityapps.appx.uk [ @community-apps ]
  • 36 Votes
    50 Posts
    15k Views
    andreasduerenA
    @robi Likely in the browser cache when using the web UI. In the App locally on your computer
  • Plane - "The open source project management tool"

    11
    27 Votes
    11 Posts
    3k Views
    L
    What Cloudron fights you on for Plane: the single-container model. It is probably better to just use Plane's Docker Compose and run it on its own little VPS. Plane is not a monolithic app with a database bolted on. It is a distributed system with nine services, a message broker, and an object store. Cramming all of that into one container with supervisord is not how any of those components were designed to run. It works (Outline, Cal.com, Seafile, and Zoneminder have all been packaged this way), but the result is fragile in ways that a Docker Compose deployment is not. If the Celery worker crashes and supervisord restarts it, that is fine. If LavinMQ crashes and takes in-flight messages with it while the API is still accepting requests, you get silent failures that are hard to diagnose. The failure modes multiply with the number of co-located services.
  • 1 Votes
    3 Posts
    42 Views
    C
    Not familiar with Crystal, but one of the strengths of RabbitMQ is that is built with Erlang, a battle-tested, high-performance, fault-tolerant platform.
  • 🔥 Open Source Browser API for AI Agents & Apps

    Moved
    4
    2 Votes
    4 Posts
    181 Views
    robiR
    Thanks my bad.
  • 3 Votes
    6 Posts
    883 Views
    timconsidineT
    Nanobot now available as a Community App CloudronVersions: https://communityapps.appx.uk/cloudron-nanobot/CloudronVersions.json CommunityApps website: https://communityapps.appx.uk [ @community-apps ]
  • Raneto : markdown knowledgebase

    16
    9 Votes
    16 Posts
    5k Views
    L
    @timconsidine Well done! Another accolade!
  • Huly : Open Source All-in-One Project Management Platform

    7
    1
    12 Votes
    7 Posts
    2k Views
    timconsidineT
    The self-host quick start is for VPS deployment using docker compose an Traefik. Not what is needed for Cloudron.