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

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

    Pinned
    9
    11 Votes
    9 Posts
    8k Views
    jdaviescoatesJ
    @nottheend personally I think no need to delete it
  • twenty - A Modern Open Source CRM

    wishlist app wishlist
    38
    21 Votes
    38 Posts
    6k Views
    Z
    Release v1.5.0 https://github.com/twentyhq/twenty/releases/tag/v1.5.0
  • CCAI : Cloudron Custom App Installer

    15
    11 Votes
    15 Posts
    827 Views
    timconsidineT
    New version : v4.3.2 (git.cloudron.io updated) Added optional Cloudflare Turnstile support. Default : not enabled Edit /app/data/.env to enable and add your config keys The 'hosted-as-a-service` ccai.appx.uk is now running with Turnstile for anti-bot protection. If you install this to your own Cloudron, you can choose to run without Turnstile or to enable it. Why Cloudflare Turnstile ? easiest / best non-google captcha type anti-bot free account with generous free-tier usage minimal code dependencies to simplify app building Beyond this, it would need a user registration or failed login rate limiter.
  • BTCpayserver

    63
    13 Votes
    63 Posts
    8k Views
    nostrdevN
    done! we would like to add that the packaging team should prioritise the custom app installer over btcpay server (as we can easily deploy apps using the package installer from that point onward)
  • Keila - Open Source Email Newsletters

    18
    13 Votes
    18 Posts
    2k Views
    girishG
    @andreasdueren thanks, I have added it to @vladimir.d 's list but he also has a big backlog .
  • Campfire

    2
    7 Votes
    2 Posts
    200 Views
    jamesJ
    Hello @vvarp-0 and welcome to the Cloudron community
  • NZBGet on Cloudron - Efficient Usenet Downloader

    nzbget usenet newsreader sabnzbd
    3
    1 Votes
    3 Posts
    485 Views
    L
    nzbget docker image https://docs.linuxserver.io/images/docker-nzbget/
  • nzbget - Efficient binary downloader for usenet

    3
    2 Votes
    3 Posts
    733 Views
    L
    nzbget docker image https://docs.linuxserver.io/images/docker-nzbget/
  • SABnzbd - Binary Newsgroup Reader

    14
    1
    4 Votes
    14 Posts
    3k Views
    L
    sabnzbd docker image https://docs.linuxserver.io/images/docker-sabnzbd/
  • 3 Votes
    2 Posts
    849 Views
    robiR
    They now have a new domain at https://sim.ai
  • BookLore

    1
    1
    6 Votes
    1 Posts
    101 Views
    No one has replied
  • INN - InternetNewsNetwork on Cloudron: self-host a Usenet Server

    inn usenet
    4
    3 Votes
    4 Posts
    895 Views
    L
    Perhaps this would work as the Docker: https://github.com/greenbender/inn-docker Does anybody want to package INN to let people run a newsnet server using Cloudron?
  • the *arr family (Sonarr, Radarr, Lidarr and Readarr) + Jackett

    13
    6 Votes
    13 Posts
    32k Views
    L
    Sonarr is the most important one and worth to be at cloudron
  • SEO Toaster OSS CMS/CRM & Ecommerce - alternative to WordPress, Ghost

    20
    2
    3 Votes
    20 Posts
    3k Views
    E
    Hi @timconsidine and the cloudtron gang, I hope you all had a great summertime! Please let me know if we can help in any way. We also have a major release coming up with another whole functional area, more about this in the coming weeks... I'm so excited about this
  • FrankenWP (Wordpress on FrankenPHP)

    2
    3 Votes
    2 Posts
    158 Views
    L
    via Arya 🦾 Cool Applications for FrankenPHP FrankenPHP's unique architecture—merging the Caddy web server with a modern PHP worker—unlocks a new tier of performance and functionality for PHP applications. Here are some exciting use cases it can support. High-Performance Web Applications & APIs Native PHP Frameworks (Laravel, Symfony): Benefit: Dramatically reduces response times by keeping the application bootstrapped in memory between requests. Eliminates the traditional PHP-FPM overhead. Ideal For: High-traffic SaaS platforms, enterprise applications, and complex APIs where every millisecond of latency counts. Headless CMS Backends (Strapi, Directus - PHP ports/custom): Benefit: Provides incredibly fast content delivery for JAMstack sites, mobile apps, and other frontends. The worker mode ensures instant API responses. Ideal For: Developers building sites with Next.js, Nuxt, or SvelteKit who want a powerful, programmable backend without Node.js. Real-time Applications: Benefit: While not a WebSocket server itself, its performance makes it an excellent backend for real-time features (handled by a separate WebSocket server) that require rapid API calls for data persistence and authentication. ️ Specialized Workloads & Microservices gRPC Services: Benefit: FrankenPHP has built-in support for gRPC, a high-performance RPC framework. You can now write microservices in PHP that communicate efficiently with services in other languages (Go, Python, Java). Ideal For: Creating a performant, inter-service communication layer within a larger microservices architecture. Queue Workers: Benefit: You can write long-running PHP scripts that process queues (e.g., for sending emails, processing video, generating reports) without worrying about script timeouts, as the worker is persistent. Ideal For: Offloading heavy, asynchronous tasks from your main web application. Data Processing & ETL Pipelines: Benefit: The ability to run persistent scripts makes PHP viable for data-intensive tasks that require loading large datasets into memory once and processing them continuously. Ideal For: Building custom internal tools for data transformation, aggregation, and analysis. ️ Developer Experience & Modern Workflows Static Site Generators: Benefit: The embedded Caddy server can serve built static files with exceptional performance. You can also build a dynamic SSG in PHP that runs at near-instant speed due to worker mode. Ideal For: Generating blogs, documentation sites, and marketing pages with the power of PHP templating but the speed of static hosting. Development Environments & Tooling: Benefit: The single-binary nature of FrankenPHP makes it trivial to version and distribute. It's perfect for docker-compose setups or local dev environments, eliminating complex webserver configs. Ideal For: Teams standardizing their development environment to be fast, consistent, and easy to set up. Serverless Functions (Early Stage): Benefit: With its quick cold start times (especially using the --worker script), FrankenPHP is a compelling runtime for PHP-based serverless functions or FaaS (Function-as-a-Service) platforms. Ideal For: Event-driven computing where you need to run PHP code without managing a full server. Key FrankenPHP Features That Enable This: Worker Mode: Persists your application in memory. This is the game-changer. Automatic HTTPS: Powered by Caddy, it's set up by default. Early Hints: Send 103 Early Hints responses to speed up page loads. Built-in Compression: Automatic gzip and Brotli compression. Single Binary: Easy to install, deploy, and run anywhere.
  • Plex Media Server

    68
    36 Votes
    68 Posts
    26k Views
    L
    plex will be a nice addition to cloudron!
  • Wanderer - komoot alternative

    4
    17 Votes
    4 Posts
    558 Views
    D
    This has my support. I'm still waiting for it to be added to the apps.
  • 10 Votes
    2 Posts
    270 Views
    D
    Yes, please... I can't wait.
  • ActivePieces - nocode alternative to Zapier, Make, n8n etc

    25
    2
    19 Votes
    25 Posts
    7k Views
    JOduMonTJ
    @marcusquinn compare to n8n? as a long time user and believer of n8n I recently rediscover ActivePieces few months, if not years; I tried ActivePieces; and I thought it was just a pale fork/copy of n8n with a limited team that was focusing on Marketing Automation. I would say now; they definitely differentiate themselves In ActivePieces: it is easier to do workflow, AI Agent, Authentification, ... In n8n you can do more and more in-depth; you can connect with more services; transform more datas, ... At the end I use both; Start with ActivePieces for simplicity And when it is not enough I use n8n.