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.7k Topics 15.2k Posts
  • Please use this template to make an App Wishlist request

    Pinned app wishlist template
    13
    5 Votes
    13 Posts
    3k Views
    jamesJ
    Hello @baris Again, just wow and huge thanks!
  • Please search & upvote before opening a new topic

    Pinned
    9
    11 Votes
    9 Posts
    11k Views
    jdaviescoatesJ
    @nottheend personally I think no need to delete it
  • Bluesky Personal Data Server

    39
    13 Votes
    39 Posts
    9k Views
    S
    @girish / - An informational landing page. You can see it here: https://at.sethfeldkamp.com/ /oauth - OAuth routes Then data is available from /xrpc - Http API /.well-known/atproto-did - DID verification That's all I can find for routes in the source code. https://github.com/bluesky-social/atproto/tree/main/packages/pds
  • Snikket Server - Your own messaging server in a box

    18
    16 Votes
    18 Posts
    7k Views
    L
    Lets support XMPP on Cloudron by packaging Snickket! There is an ai summary of progress since @robi made the original request here: https://privatebin.demo.cloudron.io/?39e1a2ac0124f319#7wVtyc66t51BK2SpX7TudDPVpZm5sDqSmJCDvsrBqCXn
  • Mostlymatter (i.e. FOSS fork of Mattermost)

    2
    6 Votes
    2 Posts
    32 Views
    L
    There is an ai summary comparing the relative merits of mostlymatter and rocket.chat here: https://privatebin.demo.cloudron.io/?4d4ec89bf8d15f94#2XdR8C2xbBzHRHZEfA2ZBSASHKhxokgsr79v31Xb6UtC
  • BTCpayserver

    72
    14 Votes
    72 Posts
    19k Views
    L
    It seems that we are very nearly there with BTCpayserver. Lets wrap up this project and publish it officially on cloudron. Here are the main improvements on BTCserver just over the past year (2025): BTCPay Server Main Improvements (Jan 2025 - Jan 2026) POS & Checkout Tax rates applied to items with breakdowns in checkout/receipts Improved total breakdown, receipts, and cart views POS reports now include tips/subtotals Numeric keypad shows input amount (not total); item list support Receipts displayable in iframes; hide back-to-store link in iframes Disable zero-amount invoices; improved mobile UX Wallet & Transactions Wallet policy output descriptors (BIP388/389) and Taproot signing (BIP86) for hardware wallets RBF sweeping transactions and CPFP UX improvements Manual coin selection with advanced filters ("Clear All") Browse generated addresses; fiat amount previews in tx details Tx fee/fee rate info; exchange rate tracking; additional rates via store settings BBQr PSBT support (up to 16MB); improved PSBT error messages API & Greenfield New webhooks: InvoiceExpiredPaidPartial, InvoicePaidAfterExpiration amountPaid on invoices; email settings endpoint Subscriptions API; store users API (update/retrieve by ID/email) Payment requests link to external invoices (e.g., QuickBooks) via Reference ID PoS data without auth; payout methods optional for pull payments Histograms with Lightning data; image upload for app items Reporting & Invoices Renamed/reordered invoice report columns; export all metadata Payment request reports with improved filtering Refund reports; "Reporting" button for quick access Responsive UI; sales stats filter to paid invoices only Admin can view users' invoices; manual payout state transitions (InProgress → AwaitingPayment) Subscriptions & Automation Recurring payments with reminders; prefilled subscriber email Ambassadors can monetize server access Installable backend language packs Advanced server email rules (conditions, placeholders, CC/BCC) UI/UX & Accessibility Custom HTML meta tags/lang for SEO (crowdfund/PoS) Improved hardware wallet import (no confirm addresses page; auto-label by model) Dashboard tweaks (remove store headline, hide LN balance for non-admins) Tooltip/link for pull-payment tags; copy link button Auto-disable crashed plugins; cleanup expired data Integrations & Providers Phoenixd, Coinmate (CZK), Kraken (CAD), Yadio, Norwegian exchanges (Bitmynt/Bare Bitcoin) Fallback rate sources; rate providers configurable Shopify integration deprecation warning + new plugin link Multisig flow improvements (BTCPay-only users); confirmation prompts Bug Fixes & Reliability RBF label consistency; fee rate crashes; Yadio rate lookup Archived invoices private; status filter 500 errors Lightning payment detection post-connection string swap Vault signing for large PSBTs; pending payouts on unresponsive LN Notifications API crashes; Boltcard reset issues; escaped HTML in UTXOs Zero-amount payment requests; receipt options from store settings Sources: GitHub releases (up to v2.3.3), Changelog.md. Full notes: Releases.
  • 10 Votes
    23 Posts
    8k 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
    3 Votes
    1 Posts
    18 Views
    No one has replied
  • Seafile - cloud storage platform

    35
    1
    49 Votes
    35 Posts
    9k Views
    timconsidineT
    I started packaging Meilisearch I have a basic app packaged, but it is a bit hard-coded on indexing, so need to make it more flexible for different deployment and configuration scenarios, before sharing it.
  • SeaClone - backup utility for Seafile

    4
    1
    2 Votes
    4 Posts
    31 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]
  • 10 Votes
    7 Posts
    1k 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?
  • GLPI - Asset and IT Management Software

    13
    3 Votes
    13 Posts
    3k Views
    V
    thank you — in GLPI you can fully configure authentication directly via the CLI, since all auth settings are stored in the database. The idea is simply to inject the configuration at install time, during the app initialization phase, instead of doing anything in the GUI. In a Cloudron context, that means: • Enable the ldap addon in CloudronManifest.json • Let Cloudron inject the LDAP environment variables • Use the GLPI CLI (bin/console) to create and enable the LDAP directory • Do all of this inside the init script, once the database is ready Example of what I’m planning to wire into init-glpi.sh: php bin/console glpi:ldap:create --default --active --name="Cloudron LDAP" --host="${CLOUDRON_LDAP_URL#ldap://}" --port=389 --basedn="ou=users,${CLOUDRON_LDAP_BASE_DN}" --rootdn="${CLOUDRON_LDAP_BIND_DN}" --rootdn-pass="${CLOUDRON_LDAP_BIND_PASSWORD}" --login-field="username" --email-field="mail" --firstname-field="givenName" --realname-field="sn" --use-tls=0 This config is written directly to the GLPI database, so no UI interaction is required. I haven’t tested this end-to-end yet — I’m a bit short on time this week — but from GLPI’s CLI and schema, this should be the correct approach. I’ll validate and clean it up when I have more bandwidth.
  • 4 Votes
    1 Posts
    28 Views
    No one has replied
  • Comm App - Self-Hosted Alternative to Signal, Wire, WhatsApp, Telegram

    11
    7 Votes
    11 Posts
    540 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
    150 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.
  • 19 Votes
    6 Posts
    2k Views
    I
    I really love all the features here.
  • Sync In : Your data belongs to you

    37
    11 Votes
    37 Posts
    3k 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.
  • Nextcloud Talk high-performance back-end

    nextcloud nextcloud talk video
    60
    25 Votes
    60 Posts
    24k Views
    jdaviescoatesJ
    @charlesnw because Nextcloud Talk nicely integrates with the rest of Nextcloud. But also quite a few reports on here of people having issues with MiroTalk, even if eventually resolved.
  • 8 Votes
    8 Posts
    919 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!
  • 19 Votes
    49 Posts
    7k Views
    jdaviescoatesJ
    @nebulon have you had a chance to explore if we could have this on Cloudron using Garage? and/ or just by letting people connect with/ use whatever S3 service they want with it? (e.g. I think most of use are already using some external S3 service for apps like PeerTube, Mastodon, PixelFed, Ente, etc. I think @jadudm and @timconsidine have both package Garage for Cloudron and @jadudm is in the process of trying to merge their efforts...