Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps - Status | Demo | Docs | Install

AppDev

Private

Cloudron App Packagers

Posts


  • Scaleway backup
    timconsidineT timconsidine

    @cloudron_jf this is going to sound silly but I have had issues with Scaleway relating to time of day.
    Backups fail at “busy times” but go through at quiet times.
    I hesitated to raise this but as your other steps haven’t produced a solution, I thought maybe now I should throw it in the mix.
    My primary backups are to Hetzner but I still use Scaleway backups for some things.

    Support backup scaleway

  • How to Package and Deploy Strapi v5 as a Custom App on Cloudron
    fbartelsF fbartels

    @fanvyr said:

    For a Cloudron app that means building a new image, push it and update your app. No magic. (And for sure no complicated strapi transfer workaround needed....).

    Maybe what is then needed is a kind of example or started git project that one can fork and add their own personal website on top of this fork. Maybe add example github/gitea actions to it.

    App Packaging & Development strapi custom-app headless-cms nodejs postgresql

  • Openclaw - your free open-source AI personal assistant (formerly Clawdbot & Moltbot)
    andreasduerenA andreasdueren

    @robi These were patches made to the openclaw package. I'd say best is you guys test what you are trying to do then we can make all moving parts work

    App Wishlist

  • Conduit - OpenWebUi Client for mobile devices
    timconsidineT timconsidine

    @charlesnw
    Screenshot 2026-03-18 at 18.32.36.png

    you should invite some friends !

    OpenWebUI

  • Openclaw - your free open-source AI personal assistant (formerly Clawdbot & Moltbot)
    andreasduerenA andreasdueren

    I think it works now. Too slow on CPU so can't actually test it without waiting ages. Ollama will only work with a model that supports tool use, so no tinyllama.

    1. Node.js version override

    Cloudron base image ships Node 22.14, OpenClaw requires 22.16+. We symlink /usr/local/node-22.14.0/bin/node → /usr/bin/node (NodeSource 22.22) so both the gateway
    and openclaw CLI use the correct version.

    2. Gateway config for reverse proxy

    OpenClaw doesn't expect to run behind a proxy by default. start.sh creates /app/data/config/openclaw.json on first run with:

    • gateway.mode: "local" — skips pairing requirement
    • gateway.trustedProxies: ["172.18.0.0/16"] — trusts Cloudron's Docker network
    • gateway.controlUi.dangerouslyAllowHostHeaderOriginFallback: true — allows web UI behind Cloudron's reverse proxy
    • gateway.controlUi.dangerouslyDisableDeviceAuth: true — skips device pairing for web UI
    3. Ollama auth proxy

    OpenClaw's Ollama model discovery (/api/tags) doesn't send auth headers. Cloudron's Ollama package requires Bearer token auth. start.sh starts a Node.js HTTP proxy on localhost:11434 that:

    • Intercepts all requests to Ollama
    • Injects Authorization: Bearer <OLLAMA_API_KEY> header
    • Forwards to the real OLLAMA_BASE_URL
    • Overrides OLLAMA_BASE_URL to http://127.0.0.1:11434 so OpenClaw talks to the proxy

    Activated when both OLLAMA_API_KEY and OLLAMA_BASE_URL are set in /app/data/.env.

    4. Auth auto-provisioning

    start.sh auto-creates /app/data/agents/main/agent/auth-profiles.json from:

    • CLAUDE_SETUP_TOKEN → type: "token" profile
    • ANTHROPIC_API_KEY → type: "api_key" profile

    Not sure if this is actually valuable for anyone but it should work.

    App Wishlist

  • BTCpayserver
    timconsidineT timconsidine

    @nostrdev thank you !

    BTC Core is running 29.0.0 and is fully synced to network

    About the community app release, can you give more details? What would need to happen?

    Community Apps are a new feature of Cloudron 9.1.3.
    https://docs.cloudron.io/packaging/publishing

    A Community App is a custom app which does not have to be accepted into the official AppStore, but the user can install it almost as if it were.

    Community App can be made with some simple additional steps to a traditional custom app :

    • make sure you are on 9.1.3
    • in project directory run cloudron versions init
    • ensure extra fields in CloudronManifest.json are populated
    • ensure you use a CHANGELOG or CHANGELOG.md file (specified in CloudronManifest.json)
    • build as normal
    • run cloudron versions add
    • the populated CloudronVersions.json can be shared (git repo, static website, or static link here in forum even)

    User can use that link to install the Community App to their Cloudron instance. It's sweet !

    My BTC Core is working and I can get a curl response from it.

    My BTC Pay does not login, I must have screwed up the config.yaml, investigating it.

    App Wishlist

  • Openclaw - your free open-source AI personal assistant (formerly Clawdbot & Moltbot)
    andreasduerenA andreasdueren

    actually looks a bit more complicated and that ollama won't let openclaw do model discovery without api key… I'll have to look more into this

    App Wishlist

  • BTCpayserver
    timconsidineT timconsidine

    @nostrdev just checking in

    • what are the latest current versions of BTCCore and BTCPayserver ?
    • any plans to make BTCPayServer into a Community App Release ?

    I have BTCCore running but BTCPayServer is not responding. Just wanted to check in before I invest time in resolving.

    App Wishlist

  • Openclaw - your free open-source AI personal assistant (formerly Clawdbot & Moltbot)
    andreasduerenA andreasdueren

    Pushing an update now for easy ollama configuration. You should be able to pass endpoint and API key through the .env

    To connect your Cloudron Ollama with OpenClaw:

    • install Ollama
    • download a model in Ollama, for example by running ollama pull tinyllama in the web terminal.
    • grab the Ollama API key with cat /app/data/.api_keyor from the file explorer
    • install OpenClaw
    • open file explorer for OpenClaw app and open .env
    • add endpoint and api key from ollama
    • restart OpenClaw
    App Wishlist

  • Community Apps
    timconsidineT timconsidine

    Excalidraw

    Detail Link / Info
    Wishlist topic Excalidraw
    Author @timconsidine
    Repository Repository
    Install CloudronVersions.json

    If you have questions or issues about this community app, please open a separate topic in the @community-apps category and link to this reply.

    Community Apps

Member List

girishG girish
P pathab
rmdesR rmdes
vitetjV vitetj
andreasduerenA andreasdueren
canadaduaneC canadaduane
njN nj
T TheNils
eyecreateE eyecreate
LanhildL Lanhild
W walski
KubernetesK Kubernetes
timconsidineT timconsidine
R random_eric
B bram
jeauJ jeau
marioM mario
eriktadE eriktad
BrutalBirdieB BrutalBirdie
mehdiM mehdi
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search