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

Propose and vote for apps to be packaged

1.8k Topics 15.7k Posts
  • Parse server with dashboard.

    24
    5 Votes
    24 Posts
    6k Views
    J
    @timconsidine said in Parse server with dashboard.: I have deleted the old repos on git.cloudron.io as I am not clear about their robustness. We have been struggling with a lot AI indexing / bots off late. We try to tweak GitLab settings but unfortunately sometimes we get locked out ourselves ! But git.cloudron.io is the only place we have all cloudron code.
  • TastyIgniter

    3
    3 Votes
    3 Posts
    1k Views
    S
    Title: TastyIgniter on Cloudron - Open Source Restaurant Management System Main Page: https://www.tastyigniter.com Git: https://github.com/tastyigniter/TastyIgniter Licence: MIT Dockerfile: Yes Demo: https://tastyigniter.com/demo Summary: TastyIgniter is a free and open-source restaurant ordering and management system built on the Laravel PHP framework. It provides a complete solution for restaurants to manage online orders, reservations, menus, staff, customers, and reports. The platform includes features for multi-location support, table management, delivery tracking, payment processing, and a customer-facing ordering system. Notes: TastyIgniter is an excellent choice for restaurants looking for a self-hosted alternative to commercial POS systems. The application is actively maintained, has a strong community, and offers both free core features and premium marketplace extensions. TastyIgniter handles multi-location restaurant chains well and provides comprehensive reporting and analytics features. Alternative to / Libhunt link: GloriaFood, TouchBistro, Toast POS and Lightspeed Restaurant Screenshots: [image: storefront.png] [image: Menus.png] [image: admin-dashboard.png]
  • Safeline – Self‑Hosted Web Application Firewall (WAF) App

    8
    7 Votes
    8 Posts
    687 Views
    I
    I came across Safeline through a Meta Ads. The ad was run by a web dev based in Indonesia who offers a course on how to secure WordPress websites against hacking. After reviewing the course modules listed on the landing page, I noticed that Safeline was mentioned and that it can be integrated with Cloudflare. This caught my interest, so I decided to do some research. I then looked into third-party benchmarks and evaluations of Safeline’s protection capabilities and found the following articles: https://dev.to/carrie_luo1/the-6-best-web-application-firewalls-compared-2024-1d9l https://medium.com/@tvvzvpb186/which-open-source-waf-really-delivers-a-head-to-head-benchmark-37631e08fb7f Based on the benchmark data presented in those articles, Safeline appears to perform well in blocking common web application attacks. That said, this is purely based on third-party analysis. I have not personally used Safeline in a production environment yet. I should also mention that I am not an IT developer or sysadmin by profession. My background is primarily in digital marketing, so I fully understand that many people in this forum have far deeper technical expertise than I do. That said, I find Safeline interesting due to its feature set and open-source offering, which prompted me to explore it further and request the app here.
  • Supabase - The open source Firebase alternative.

    33
    40 Votes
    33 Posts
    11k Views
    timconsidineT
    While planning another project which would benefit from Supabase, I used AI to take another look at viability of packaging Supabase. Answer : don't So nothing changed.
  • 20 Votes
    7 Posts
    3k Views
    T
    I just started using Jmap because of ThunderMail (not Thunderbird), but I really like that server. @andreasdueren I think having an additional mail server app would be great, but the actual mail server is perfectly integrated into Cloudron itself. Nice find! If this server becomes more stable (see the breaking changes when updating: https://github.com/stalwartlabs/stalwart/blob/main/UPGRADING/v0_15.md), it could be a very nice drop-in replacement for the internal mail server as long as the licence (https://github.com/stalwartlabs/stalwart?tab=readme-ov-file#license) fits. However, reading the 'Enterprise' options (https://stalw.art/enterprise/), it may not be suitable because 'Multi-Tenant' is an 'Enterprise' feature. If I find some time, I can do some tests and post the results here, but that's low priority.
  • Bluesky Personal Data Server

    40
    13 Votes
    40 Posts
    11k Views
    girishG
    @sfeldkamp yeah, that works for the Cloudron package.
  • Mostlymatter (i.e. FOSS fork of Mattermost)

    2
    6 Votes
    2 Posts
    163 Views
    L
    There is an ai summary comparing the relative merits of mostlymatter and rocket.chat here: https://privatebin.demo.cloudron.io/?4d4ec89bf8d15f94#2XdR8C2xbBzHRHZEfA2ZBSASHKhxokgsr79v31Xb6UtC
  • 10 Votes
    23 Posts
    9k Views
    L
    ejabberd has had a lot of work to improve it since it was first requested by @jdaviescoates Lets support it on cloudron, now that we have version 9. ## ejabberd Main Improvements Since May 2020 ### Matrix Gateway (mod_matrix_gw) Enhancements - **Initial 1:1 support** (24.02+): Bridging to Matrix servers for direct messages. - **Room support** (25.03): Invitations to Matrix rooms, public room joins; MUC-like handling (versions 9-11 initially). - **Expanded room compatibility** (25.07/25.10): Older room versions, Hydra rooms (v12), state resolution rewrite, notary_servers/leave_timeout options. - **Other fixes**: No empty direct messages, double-colon JID for Hydra. ### Spam & Security Filtering - **mod_antispam** (25.07/25.10): Replaces mod_spam_filter; RTBL support for blocking spammer JIDs/URLs in messages/subscriptions. - **ACME fixes**: Erlang/OTP 28.0.2 compatibility. - **XEP-0425**: Moderated Message Retraction (24.12). ### New Modules & Discovery - **mod_providers** (25.10): Auto-generates/serves XMPP Providers JSON (XEP-0485) at /.well-known/xmpp-provider-v2.json. - **mod_pubsub_serverinfo** (25.07/25.10): PubSub Server Information for XMPP network graphs. - **mod_antispam**: Real-time block lists. ### XEP & Protocol Support - **XEP-0431**: Full Text Search in MAM (25.10?). - **XEP-0402**: PEP Native Bookmarks (24.12). - **XEP-0424**: Message Retraction (24.12). - **XEP-0369**: Latest MIX (23.01). - **MAM improvements**: archive_muc_as_mucsub option (25.10). ### Authentication & Config - **Multiple password types** (25.03): Simultaneous support. - **auth_password_types_hidden_in_scram1** (25.10). - **host_alias**, predefined keywords, rest_proxy options. - **ejabberdctl**: CTL_OVER_HTTP (25.03). ### API & Admin Tools - **New API Commands**: Inspired by XEP-0133 across modules (25.10). - **mod_configure**: access option (25.03). - **WebAdmin**: Link to Converse, formatting updates. ### Performance & Compatibility - **Erlang/OTP**: 25 required, 28 supported (25.10). - **SQL/MUC changes** (23.01+). - **Container images**: Macros, WebAdmin port exposure (25.03). ### Other Highlights - **Business Edition**: GCM/Webhook/Webpush fixes. - **General**: XEP-0313 MAM, HTTP Upload, vCard-temp; systemd integration, JWT auth, MQTT broker maturity (21.01+). Sources: GitHub releases (20.06–25.10), changelogs. Focus on user-impacting features; full details per release at https://github.com/processone/ejabberd/releases.
  • Rybbit analytics (alternative to Umami and Matomo) on Cloudron

    1
    2
    5 Votes
    1 Posts
    92 Views
    No one has replied
  • SeaClone - backup utility for Seafile

    4
    1
    2 Votes
    4 Posts
    176 Views
    timconsidineT
    My Hetzner Storage Box with SeaClone backup of test Cloudron-Seafile deployment [image: 1768223262316-screenshot-2026-01-12-at-13.07.14.png]
  • 11 Votes
    7 Posts
    2k Views
    D
    I'd love to have this. The current solutions, already existing on cloudron (@girish) are actually not that mature. I remember you saying, (for the former app-name, hoarder) it could be a hassle to publicize that, but I'd strongly disagree, as this app is simple, easy to use use and allows for a one-stop solution for many use-cases. Could you please take another look at it?
  • 5 Votes
    1 Posts
    65 Views
    No one has replied
  • Comm App - Self-Hosted Alternative to Signal, Wire, WhatsApp, Telegram

    11
    7 Votes
    11 Posts
    1k Views
    marcusquinnM
    @jdaviescoates True. Not for all. Although, it's an interesting space and concept to watch. In the other direction, there's things like this: https://terminaltrove.com/gomuks/
  • Freesend - open-source alternative to Resend - uses Amazon SES

    4
    3 Votes
    4 Posts
    411 Views
    marcusquinnM
    Correct. It's an alternative to Amazon SES Mail Manager, the paid upsell thing they push. Still uses Amazon SES for sending. Can't comment on your account issue. Not had an issues myself. Of course, nice to have alts for sending email, like Cloudron's self-hosted sendmail for smallscale, but email sending is as complex as big-tech wants it to be, so in many cases you have to use them. The closest to freedom we can have is in having alts for everything. Lots of Alts for Amazon SES, too, but they are all other people's infrastructure.
  • Sync In : Your data belongs to you

    37
    11 Votes
    37 Posts
    4k Views
    jdaviescoatesJ
    @DNA-PC yeah, loads of us are using Hetzner Storage Boxes for backups. See https://forum.cloudron.io/post/96271 for how to create dedicated passwordless ie no passphrase key pairs for using with it when mounting via sshfs. It took me a while to understand what to do, but it's easy once you know how.
  • 8 Votes
    8 Posts
    1k Views
    scookeS
    @robi said in Loops on Cloudron - self-hosted TikTok alternative from the Pixelfed team: Should be straightforward for the @appdevs I wish I was an appdev!
  • Passbolt password manager

    10
    12 Votes
    10 Posts
    3k Views
    marcusquinnM
    @luckym agreed, the cli is handy too, now we're using AI more and more for operations
  • 10 Votes
    30 Posts
    6k Views
    jadudmJ
    Nevermind. It was temporary. I retried later.
  • Pydio free file sharing

    41
    11 Votes
    41 Posts
    12k Views
    timconsidineT
    I have found that Pydio Cells needs a decent amount of memory. 1Gb might be a viable minimum. I am experimenting with 2Gb and will report back how that goes.
  • Syncthing Discovery Server

    2
    6 Votes
    2 Posts
    158 Views
    robiR
    Cool, thank you! I also use an app called LocalSend which works across desktop and mobile when you are on the same network/vlan. Cheers