@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.
AppDev
Cloudron App Packagers
Posts
-
Scaleway backup -
How to Package and Deploy Strapi v5 as a Custom App on CloudronFor 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.
-
Openclaw - your free open-source AI personal assistant (formerly Clawdbot & Moltbot)@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
-
Conduit - OpenWebUi Client for mobile devicesyou should invite some friends !
-
Openclaw - your free open-source AI personal assistant (formerly Clawdbot & Moltbot)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 requires22.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.jsonon first run with:gateway.mode: "local"— skips pairing requirementgateway.trustedProxies: ["172.18.0.0/16"]— trusts Cloudron's Docker networkgateway.controlUi.dangerouslyAllowHostHeaderOriginFallback: true— allows web UI behind Cloudron's reverse proxygateway.controlUi.dangerouslyDisableDeviceAuth: true— skips device pairing for web UI
3. Ollama auth proxy
OpenClaw's Ollama model discovery (
/api/tags) doesn't sendauthheaders. Cloudron's Ollama package requiresBearer tokenauth.start.shstarts a Node.js HTTP proxy onlocalhost:11434that:- Intercepts all requests to Ollama
- Injects
Authorization: Bearer <OLLAMA_API_KEY>header - Forwards to the real
OLLAMA_BASE_URL - Overrides
OLLAMA_BASE_URLtohttp://127.0.0.1:11434so OpenClaw talks to the proxy
Activated when both
OLLAMA_API_KEYandOLLAMA_BASE_URLare set in/app/data/.env.4. Auth auto-provisioning
start.sh auto-creates
/app/data/agents/main/agent/auth-profiles.jsonfrom:CLAUDE_SETUP_TOKEN→ type: "token" profileANTHROPIC_API_KEY→ type: "api_key" profile
Not sure if this is actually valuable for anyone but it should work.
-
BTCpayserver@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/publishingA 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.
-
Openclaw - your free open-source AI personal assistant (formerly Clawdbot & Moltbot)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
-
BTCpayserver@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.
-
Openclaw - your free open-source AI personal assistant (formerly Clawdbot & Moltbot)Pushing an update now for easy ollama configuration. You should be able to pass endpoint and API key through the
.envTo connect your Cloudron Ollama with OpenClaw:
- install Ollama
- download a model in Ollama, for example by running
ollama pull tinyllamain 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
-
Community AppsExcalidraw
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.
