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.2k 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
    13k Views
    jdaviescoatesJ
    @nottheend personally I think no need to delete it
  • Lore from Epic Games - alternative to GitHub, GitLab, Gitea, etc

    8
    2
    4 Votes
    8 Posts
    116 Views
    robiR
    @LoudLemur why does it need a UI? Just use a holding page for the /healthcheck
  • Tymeslot - Better Meeting Scheduling than cal.com

    47
    10 Votes
    47 Posts
    4k Views
    E
    @tshirt-chihuahu Thank you, that is lovely to hear!
  • 1 Votes
    1 Posts
    4 Views
    No one has replied
  • Dify.ai, a self-hosted prompt-management tool

    42
    9 Votes
    42 Posts
    14k Views
    L
    @timconsidine Bug report for the Cloudron Dify community package: plugins fail: "failed to find uv path" Package: io.timconsidine.dify (community), version 2.0.15, image forgejo.tcjc.uk/cca/cloudron-dify:2.0.15 Cloudron: 9.x Symptom Installing any model-provider plugin from the Marketplace (e.g. Text Embedding Inference / langgenius/huggingface_tei) fails with: failed to launch plugin: failed to find uv path: failed to find uv path: exit status 1 failed to init environment Because in Dify 2.0 every model provider is a Python plugin, this blocks all providers — embeddings, LLMs, and rerank — so the app can't be wired to any model. Root cause (verified in the running container) The image does not contain the uv binary, but the plugin daemon shells out to uv to build each plugin's Python venv. which uv, find / -name uv -type f, /app/code/api/.venv/bin/uv, and python -c "import uv" all come up empty. start.sh expects uv: it creates /app/data/cache/uv and /app/data/uv/python and exports UV_CACHE_DIR / UV_PYTHON_INSTALL_DIR, but the binary itself was never installed, and no UV_PATH is set. The plugin daemon's PATH (inherited from start.sh → supervisord) is /app/code/api/.venv/bin:/usr/local/...:/usr/bin:... — all read-only, none containing uv. It is not fixable at runtime by the operator: the rootfs is read-only, and start.sh regenerates /app/data/api-env on every boot, so there is no persistent hook to add uv or UV_PATH. Suggested fix (image-side) Install uv into the image and make it discoverable to the plugin daemon. Any one of: In the Dockerfile, install uv into the API venv: pip install uv (puts uv in /app/code/api/.venv/bin, already on the daemon's PATH), or copy the static binary: COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv. Optionally also export an explicit UV_PATH=/usr/local/bin/uv (or the venv path) in start.sh so the daemon doesn't rely on PATH lookup. After that, confirm a Marketplace plugin (e.g. langgenius/huggingface_tei) installs and a Rerank model can be added. Note Pin/ship a known uv version for reproducibility. This is the same class as langgenius/dify#19522, but here uv is genuinely absent from the image rather than mis-detected.
  • Langfuse - Open Source LLM Engineering Platform

    8
    6 Votes
    8 Posts
    2k Views
    L
    Langfuse is now available as a Cloudron Community Package: https://forum.cloudron.io/topic/15652/langfuse-on-cloudron-community-package
  • Indico - A feature-rich event management system

    events
    3
    2 Votes
    3 Posts
    917 Views
    jdaviescoatesJ
    @da5nsy upvote the top post in this thread
  • 9 Votes
    13 Posts
    5k Views
    L
    There is now a community package: https://forum.cloudron.io/post/126125
  • 2 Votes
    2 Posts
    75 Views
    L
    There is now a Cloudron Community Package for agentgateway: https://forum.cloudron.io/topic/15641/agentgateway-on-cloudron-a-community-packages-for-an-open-source-gateway-for-mcp-model-context-protocol-servers-and-llm-large-language-model-backends Lets hope we can have an officially supported agentgateway soon
  • Archon - Harness builder - Make AI coding deterministic and repeatable.

    1
    0 Votes
    1 Posts
    69 Views
    No one has replied
  • 6 Votes
    25 Posts
    7k Views
    timconsidineT
    Grrr - they dropped upstream 2.0 Having a bash at packaging it
  • WiseMapping

    6
    6 Votes
    6 Posts
    2k Views
    L
    @mononym https://forum.cloudron.io/post/94152
  • 2 Votes
    8 Posts
    1k Views
    timconsidineT
    TinaCMS-based Cloudron app now exists, but a quick note on positioning: TinaCMS is not an out-of-the-box full-featured CMS. It needs configuring, and Tina themselves mainly document it around content-model/schema setup plus general site configuration. What I’ve built is about 90% TinaCMS, but configured as a generic, customizable brochure-website editor aimed at non-technical users, rather than e.g. a docs site or an e-commerce site. The implementation is quite opinionated, so it may not suit everyone’s preferences or use case. I’m not releasing it as a Community App for general use yet, as I want more testing and a few more tweaks first. That said, if someone has a strong use case and genuine interest, I can make it available on request.
  • 5 Votes
    6 Posts
    448 Views
    timconsidineT
    @jdaviescoates oh, yes, rather good point !
  • LinkStack (was Littlelink-Custom)

    51
    19 Votes
    51 Posts
    18k Views
    M
    @jdaviescoates Thanks. I can only confirm. Should have read the right posts. I get the feeling that LAMP-doable apps need their show window as well.
  • Bewcloud

    1
    6 Votes
    1 Posts
    118 Views
    No one has replied
  • Fedisuite

    2
    6 Votes
    2 Posts
    258 Views
    David 0D
    Hey, @luckow! Could this app be considered for the catalog of safeserver applications?
  • SnapOtter

    9
    5 Votes
    9 Posts
    456 Views
    humptyH
    It's Docker desktop ON Windows. https://docs.snapotter.com/guide/deployment#hardware-requirements Hardware Specs [image: 1780002076896-a2df5b08-98e5-454f-8a9a-480dc4411ce3-image.jpeg]
  • Anytype (finally) released for public beta

    Moved
    41
    14
    22 Votes
    41 Posts
    28k Views
    C
    It would be amazing to have AnyType on Cloudron!