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

  • Please use this template to make an App Wishlist request

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

    Pinned
    9
    11 Votes
    9 Posts
    12k Views
    jdaviescoatesJ
    @nottheend personally I think no need to delete it
  • Anytype (finally) released for public beta

    Moved
    39
    14
    21 Votes
    39 Posts
    23k Views
    fbartelsF
    I just learned about https://github.com/grishy/any-sync-bundle/ it is a repackaged server to make self hosting the sync server easier. This example lists the environment variables that it needs to have set for external redis and mongodb: https://github.com/grishy/any-sync-bundle/blob/main/compose.external.yml
  • InvoiceShelf

    7
    1
    8 Votes
    7 Posts
    1k Views
    J
    I am tired of InvoiceNinja's limitations - no true multi-domain support for multiple companies (10) that it allows. I had always want to try out building a cloudron package, so I will try to build one for InvoiceShelf. Looks very doable. The structure is: 4 files: CloudronManifest.json, Dockerfile, start.sh, logo.png Base image (cloudron/base:5.0.0) already has PHP 8.4, Node 22, Composer, Apache, Supervisor — no installing dependencies Cloudron provides MySQL, Redis, email, cron, TLS, backups as addons - just need to declare them in the manifest Reference package: Akaunting on git.cloudron.io is an identical pattern (Laravel invoicing app) Dev workflow: cloudron install → cloudron logs -f → cloudron update
  • Sabre/dav - CalDAV and CardDAV server, alternative to Radicale.

    27
    7 Votes
    27 Posts
    9k Views
    foliovisionF
    @timconsidine said: did you look at the contacts app here ? or explore Baikal CardDav ? I have not yet - I don't generally use contacts app. Yes, I've tried all of them, including sponsoring etesync/tasn for two and a half years and paying for Fruux for many years. I finally got fed up when Tom refused to add support for Apple Silicon Macs (etesync requires that Rosetta 2, about 2GB of RAM, run at all times). etesync only syncs two users though so it's of limited use in a group or even family setting. @nebulon Your contacts project sounds very exciting. We'll definitely try it.
  • 7 Votes
    7 Posts
    3k Views
    S
    I have heard some people raving about this. Not only do they have cross platform apps, but they have a webclipper. I found this tutorial on installing via docker. https://fareedwarrad.substack.com/p/how-to-self-host-notesnook-sync-server Not sure if you still need a subscription if you selfhost.
  • Fluxer.app

    5
    6 Votes
    5 Posts
    456 Views
    S
    @stalecontext ah thanks for the information
  • BTCpayserver

    85
    14 Votes
    85 Posts
    24k Views
    nostrdevN
    Hi Joseph - yes you can - we use these apps ourselves and plan to maintain them (until such time as someone else ever does) I notice that BTC Pay link points to btc-core - there are actually two apps (some features in BTC Pay depend on BTC Core): Bitcoin Core: https://git.nostrdev.com/stuff/cloudron-bitcoin-core/raw/branch/main/CloudronVersions.json BTC Pay Server: https://git.nostrdev.com/stuff/cloudron-btcpay/raw/branch/main/CloudronVersions.json One instance of BTC Core can serve all instances of BTC Pay. You can also run BTC Pay without core, or using another instance of core.
  • 3 Votes
    12 Posts
    494 Views
    robiR
    @LoudLemur yeah they did a good job.. and def has its place in the embedded market.
  • Docmost - collaborative wiki and documentation software

    Locked Solved
    13
    8 Votes
    13 Posts
    4k Views
    robiR
    @hakunamatata I was excited for this too, but many of the "fun" features are behind their paid licence, including Full-text search in attachments (PDF, DOCX), API access, AI features, etc.
  • 3 Votes
    2 Posts
    490 Views
    robiR
    There is a packaging effort going on here: https://forum.cloudron.io/topic/15278/ironclaw-rust-based-secure-ai-assistant-with-opencode-free-models
  • 12 Votes
    59 Posts
    17k Views
    andreasduerenA
    @Joseph Sorry about that, just updated the package. It's now here: https://git.due.ren/andreas/ente-cloudron/-/raw/main/CloudronVersions.json
  • Tymeslot - Better Meeting Scheduling than cal.com

    15
    10 Votes
    15 Posts
    370 Views
    E
    No, they rarely have. There are so many deployment strategies out there, but I think cloudron would solve someone's problems sometimes even better.
  • SEO Toaster OSS CMS/CRM & Ecommerce - alternative to WordPress, Ghost

    36
    2
    3 Votes
    36 Posts
    6k Views
    E
    Hi @timconsidine @robi and gang. We now have released the tablet version for the point of sale app, rapid refund process from QR codes on orders print receipt and more . Please let me know if you have any questions or need help with anything to add seotoaster to the package list. Thanks!
  • Cap - The open source alternative to Loom

    17
    22 Votes
    17 Posts
    4k Views
    KinziK
    Upvote +1
  • Excalidraw - Virtual whiteboard for sketching hand-drawn like diagrams

    35
    13 Votes
    35 Posts
    28k Views
    timconsidineT
    In https://forum.cloudron.io/post/118908 @girish rightly questioned how private bundling stock Excalidraw is, and as a result whether it is not just easier to use the hosted version. But I like Excalidraw ! And I want it on my Cloudron ! And I want it to be as private as possible (completely private maybe not possible). And I liked @chmod777 suggestion in https://forum.cloudron.io/post/120436. So I have made package changes and pushed 1.1.2. There is now a file /app/data/user/json where you can set 2 options. {"privacyBundle":true,"useCSP":true} the first removes some stuff from the image (actually technically, builds a stock repo bundle, and a bundle with stuff removed) the second injects headers in your browser to stop the browser calling certain remote sites. Restart container after editing, of course. There is then also a new script in container /app/code/verify-runtime.sh which outputs diagnosis, with a summary at the end : == summary == settings: privacyBundle=true, useCSP=true servedIndex: /app/data/www/index.html bundleMatch: privacy cspMeta: YES cspConnectSrc: 'self' blob: privacyEndpoints: YES externalStringsInBundle: firebasestorage.googleapis.com, libraries.excalidraw.com, scripts.simpleanalyticscdn.com, excalidraw.nyc3.cdn.digitaloceanspaces.com externalStringsMeaning: present in static files, not proof of requests Is it private? I think so, as much as it can be. The glaring violations have been dealt with. If you're in paranoia mode, use browser Dev Tools to check network activity. So, now, it's def worth having this modified Excalidraw on Cloudron EDIT : surprisingly having 2 app versions in the same app does not increase dockermimage size much. I guess because of sharing of layers. But nonetheless
  • Dify.ai, a self-hosted prompt-management tool

    36
    9 Votes
    36 Posts
    8k Views
    RoundHouse1924R
    FWIW, Dify.ai is licensed under a modified version of the Apache License 2.0 with additional conditions:- https://github.com/langgenius/dify/blob/main/LICENSE
  • Bluesky Personal Data Server

    46
    13 Votes
    46 Posts
    12k Views
    sfeldkampS
    @girish Thank you for explaining! It doesn't appear to be working that way for installs. I don't see any visual indicator for the Community App when installing it, nor on the app after it's installed. Here is the link to the versions file. https://raw.githubusercontent.com/sfeldkamp/cloudron-bluesky-pds/main/CloudronVersions.json Let me know if I should cross post this to support as a bug report (or elsewhere). I haven't tested whether "testing" prevents an automatic update from being discovered.
  • Gravitational Teleport

    Moved
    2
    0 Votes
    2 Posts
    777 Views
    robiR
    Teleport provides connectivity, authentication, access controls and audit for infrastructure. You might use Teleport to: Set up single sign-on (SSO) for all of your cloud and on-prem infrastructure. Protect access to servers, Kubernetes clusters, databases, Windows desktops, web applications, and cloud APIs without long-lived keys or passwords. Establish secure tunnels to reach resources behind NATs and firewalls without VPNs or bastion hosts. Record and audit activity across SSH, Kubernetes, database, RDP, and web sessions. Apply consistent Role-Based and Attribute-Based Access Control (RBAC/ABAC) across users, machines, workloads, and resource types. Enforce least privilege and Just-in-Time (JIT) access requests for elevated roles or sensitive systems. Maintain a single identity and access layer for both human users and workloads. Teleport works with SSH, Kubernetes, databases, RDP, cloud consoles, internal web services, Git repositories, and Model Context Protocol (MCP) servers. [image: hero-teleport-platform.png] [image: 68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6772617669746174696f6e616c2f74656c65706f72743f736f72743d73656d766572266c6162656c3d52656c6561736526636f6c6f723d363531464646][image: 68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f676f2d6d6f642f676f2d76657273696f6e2f6772617669746174696f6e616c2f74656c65706f72743f636f6c6f723d376664356561] [image: 68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f6e747269627574652df09f998c2d677265656e2e737667] [image: 68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4147504c2d332e302d7265642e737667] More Information Teleport Getting Started Teleport Architecture Reference Guides FAQ Table of Contents Introduction Why We Built Teleport Supporting and Contributing Installing and Running Docker Building Teleport License FAQ Introduction Teleport includes an identity-aware access proxy, a CA that issues short-lived certificates, a unified access control system, and a tunneling system to access resources behind the firewall. Teleport is a single Go binary that integrates with multiple protocols and cloud services, including SSH nodes Kubernetes clusters PostgreSQL, MongoDB, CockroachDB and MySQL databases Model Context Protocol Internal Web apps Windows Hosts Networked servers You can set up Teleport as a Linux daemon or a Kubernetes deployment. Teleport focuses on best practices for infrastructure security, including: No shared secrets such as SSH keys or Kubernetes tokens; Teleport uses certificate-based auth with automatic expiration for all protocols. Multi-factor authentication (MFA) for everything. Single sign-on (SSO) for everything via GitHub Auth, OpenID Connect, or SAML with endpoints like Okta or Microsoft Entra ID. Session sharing for collaborative troubleshooting for issues. Infrastructure introspection to view the status of every SSH node, database instance, Kubernetes cluster, or internal web app through the Teleport CLI or Web UI. Teleport uses Go crypto. It is fully compatible with OpenSSH, sshd servers, and ssh clients, Kubernetes clusters and more. Project Links Description Teleport Website The official website of the project. Documentation Admin guide, user manual and more. Features Explore the complete list of Teleport capabilities. Blog Our blog where we publish Teleport news and helpful articles. Forum Ask us a setup question or post tutorials, feedback, or ideas. Developer Tools Dozens of free browser-based tools for code processing, cryptography, data transformation, and more. Teleport Academy How-to guides, best practices, and deep dives into topics like SSH, Kubernetes, MCP, and more. Slack Need help with your setup? Ping us in our Slack channel. Cloud & Self-Hosted Teleport Enterprise is a cloud-hosted option for teams that require easy and secure access to their computing environments. Why We Built Teleport While working together at Rackspace, the creators of Teleport noticed that most cloud users struggle with setting up and configuring infrastructure security. Many popular tools designed for this are complex to understand and expensive to maintain across modern, distributed computing infrastructure. We decided to build a solution that's easy to use, understand, and scale. A real-time representation of all your servers in the same room as you, as if they were magically teleported. And thus, Teleport was born! Today, Teleport is trusted by everyone from hobbyists to hyperscalers to simplify security across cloud CLIs and consoles, Kubernetes clusters, SSH servers, databases, internal web apps, and Model Context Protocol (MCP) used by AI agents. Learn more about Teleport and our history Cloudron feature or App? Useful for support? Or an integration for Cloudron in general?
  • 20 Votes
    51 Posts
    9k Views
    L
    We did an automated check on how suitable Docs is for packaging on Cloudron. TL/DR: it is a pretty good candidate: https://wanderingmonster.dev/blog/monster-manual-la-suite-docs/