@andreasdueren you're working miracles ! Well done and thank you.
timconsidine
Posts
-
Ente for cloudron, help for testing wanted. -
Thank you, Cloudron!@mirotalk-57bab571 I used to use Jitsi but discontinued it.
Tried out Mirotalk P2P and very pleased with it.
Thank you for a great product.
-
First Dawarich, now BTCPayServer!@scooke ooops sorry

Well you could stick to your original approach and run it separately ?
-
First Dawarich, now BTCPayServer!@nostrdev maybe I should add bitcoin.core to CCAI ?
I didn't realise it was needed when I added BTCPayServer.
Maybe that will resolve @scooke issue, or help others.
Searching for a built docker image for bitcoin which Custom App Installer can use ....
EDIT #1 : found it at git.nostrdev.com/stuff/cloudron-bitcoin-core:latest
EDIT #2 : bitcoin core now added to ccai.appx.uk so both it and BTCpayserver can be installed. (untested currently)
-
AFFiNE - open-source Notion, Miro, Monday, Outline, Appflowy alternative@andreasdueren I added it to Custom App Installer ccai.appx.uk
Hope this is ok (I'll remove if you want)
-
Agno - python-based open-source alternative to n8nI took a peek, but could not get my head around it (due to head being too full just now).
But I agree it looks very interesting.
Will try to look again when more open to incoming information ! -
Thinking of moving away from Gandi, DNS provider recommendationsI use Cloudns for DNS - they’re good
-
InvoiceShelf@lukas said in InvoiceShelf:
Docker Image Files: https://github.com/InvoiceShelf/docker
Err no, there is no Dockerfile, just docker-compose, so packaging would need to be from scratch
There is a docker image but that's not useful for Cloudron packaging
-
Thinking of moving away from Gandi, DNS provider recommendationsI use Dynadot after moving away from Uniregistry / GoDaddy
-
AWS and now Azure ?!@robi interesting
-
AWS and now Azure ?!We all know systems can be vulnerable and the complexity of AWS and Azure and GCP must be huge.
But really Azure down so soon after AWS ?!
I don’t go for conspiracy theories, and cockup is often the truest explanation. But …. Really ?
I don’t trust any explanation from the parties affected, they’re going to put the simplest spin on things and accept the embarrassment.
I smell a big fat rat in the works, maybe someone tinkering with inter connect cables.
-
BentoPDF: privacy-first, client-side PDF toolkit (alternative to Stirling PDF)I’m not a fan of Stirling so look forward to checking this out
-
Ladybird - a new, independent web-browserGood on them for this initiative.
Despite web browser now being fundamental functionality, the offerings from all the others are frankly pretty poor, bloated dinosaurs.
Look forward to their first usable release -
Building custom packages@tronical personally I do this process :
- fork the repo
- make changes
- docker build etc.
- docker push etc
- cloudron install etc.
Maybe I should learn
cloudron buildbut I am an old dog with limited brain space
My build script (usually in folder above the app dev folder) :
#!/bin/bash if [ "$#" -lt 1 ]; then echo "Usage: $0 <image-name> [cache|nocache] <appname.yourdomain.tld>" exit 1 fi # Get the directory from which the script was called BUILD_DIR="$(pwd)" if [ "$2" = "cache" ]; then echo "Building with cache ..." docker build --platform linux/amd64 -t $1 "$BUILD_DIR" else echo "Building with no cache ..." docker build --no-cache --platform linux/amd64 -t $1 "$BUILD_DIR" fi docker push $1 cloudron install --image $1 --location $3e.g.
../cld.sh dockerregistry.yourdomain.tld/appname:version cache appname.yourdomain.tld -
📍Dawarich: Your Journey, Your Control 🛄@nebulon thanks for packaging this

One more app I can remove from my non-cloudron VPS

Installed fine, logged in and changed user and password, connected to my iOS app.
All appears working - will try to test more. -
📍Dawarich: Your Journey, Your Control 🛄@scooke
docker build --platform linux/amd64 -t your docker.tld/cloudron-dawarich:v1 .Or, you can install from my image :
cloudron install --image tcmbp132021/cloudron-dawarich:v1 --location dawarich.yourdomain.tld -
📍Dawarich: Your Journey, Your Control 🛄Dawarich package now available at https://ccai.uk for easy installation
Note PostInstall :
Username: demo@dawarich.app
Password: password -
📍Dawarich: Your Journey, Your Control 🛄@scooke I cloned the repo, built it and used cloudron CLI to install it.
It works
Just adding it to my custom app installer to ease the pain
-
perpetual licensing@adisonverlice2 IMHO you're confusing apples and pears - that's the polite expression, there are others.
It seems you COMPLETELY underestimate or misunderstand the ongoing work needed to maintain and develop Cloudron, and keep it stable.Cloudron is not providing some hardware, and some base software or reselling / redistributing a 3rd party software (eg pfSense).
I completely fail to understand why anyone would agree to receive a single payment for the next xx years work they have to do, unless that is 20x the annual price.
I repeat : pay a single fee for perpetual licence for a fixed version of Cloudron ? maybe that might work. Want the benefits of a maintained platform with upgrades, forget it.
I've had enough of this discussion, which is IMHO is just plain silly.
-
perpetual licensing@adisonverlice2 maybe you should address your questions to netgate