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 16.1k Posts

Propose and vote for apps to be packaged

  • 5 Votes
    22 Posts
    5k Views
    timconsidineT
    Packaged upstream 0.9.8.2 as a Community App https://forum.cloudron.io/post/122050
  • Healthchecks.io -- Cron job monitoring

    22
    15 Votes
    22 Posts
    8k 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.
  • UniFi Network Server (was Unifi Cloud Controller)

    39
    13 Votes
    39 Posts
    20k 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.
  • Smokeping

    6
    4
    3 Votes
    6 Posts
    1k Views
    J
    @neoplex great stuff. Consider publishing a CloudronVersions.json - https://docs.cloudron.io/packaging/publishing . That will help people easily install the app.
  • 10 Votes
    32 Posts
    8k 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
    2k 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.
  • 1 Votes
    1 Posts
    86 Views
    No one has replied
  • 14 Votes
    31 Posts
    12k 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
    417 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 ]
  • Plane - "The open source project management tool"

    11
    27 Votes
    11 Posts
    4k 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
    212 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
    552 Views
    robiR
    Thanks my bad.
  • 3 Votes
    6 Posts
    2k 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
    6k Views
    L
    @timconsidine Well done! Another accolade!
  • Huly : Open Source All-in-One Project Management Platform

    7
    1
    12 Votes
    7 Posts
    3k Views
    timconsidineT
    The self-host quick start is for VPS deployment using docker compose an Traefik. Not what is needed for Cloudron.
  • 3 Votes
    1 Posts
    278 Views
    No one has replied
  • FacilMap

    18
    16 Votes
    18 Posts
    3k Views
    timconsidineT
    @jdaviescoates good luck with trying it, hope you like it. I will fix the mobile responsive view, thanks for letting me know.
  • 17 Votes
    12 Posts
    5k Views
    jamesJ
    I have looked into it. When packaging postal we could bind port 25 to 127.0.0.1 and not map it in the CloudronManifest.json. But we lose many of features the people want to use postal for. no incoming mail no bounce handling (unless you add MX and forwarding) no suppression list / full delivery feedback when using an external relay https://github.com/postalserver/postal/issues/497#issuecomment-365283308 For outbound-only the postal API or internal docker IP to access the internal postal SMTP could be used and this sound more like a service compared to a singular app. Another big issue - https://github.com/postalserver/postal/issues/48#issuecomment-310317594 What about authentication on SMTP relays? That isn't supported. You should configure your relay to allow connections from the IP of your Postal server. The amount of features lost and lack of auth for SMTP relays is a mayor roadblock. So I came to conclusion that we will not package postal for Cloudron.
  • 27 Votes
    27 Posts
    11k Views
    L
    @robi Yes! Or use a service with an "OpenAI compatible" API, e.g. https://gab.ai In any case, please add me to this growing list of "we want Karakeep" people. Thank you to @jagan too for so wholeheartedly recommending this application. I remember when somebody got me onto Shaarli! I was delighted. Then @timeconsidine tuned me onto Linkwarden, which was a bit more advanced. Hearing @jagan raving about how it helps tidy up your notes, well, I just want to try this. I hope we support it soon.
  • AppFlowy

    61
    14
    51 Votes
    61 Posts
    23k Views
    jdaviescoatesJ
    @sock_check_foo said: "private, affordable, self hostable alternative to Notion" I'm holding out hope for Docs https://forum.cloudron.io/post/103461