@LoudLemur Didier’s instructions were correct
in your cloudron instance
Make sure your Cloudron backups are up to date
on your local desktop / laptop :
open your terminal program
Clone the app's repo from https://code.malenfant.net/didier/agate-app.git
Install the cloudron CLI (this is one time task, do it once, then you can install any custom app)
npm install -g cloudron
Login to your cloudron server
cloudron login my.example.com
CD into the cloned repo's folder
Type cloudron install --image:didiermalenfant/net.malenfant.agate:latest
Enter the subdomain you want to install the app at, e.g. agate.domain.tld
in your cloudron instance :
find the app in in your cloudron portal - use as any other installed app
use the app’s File Manager to open public folder and create your index.gmi
GUI’s are helpful but you don’t need Cubby for this.
It’s only 3 terminal commands (plus the one-off command to install Cloudron CLI if you don’t have it already)
Be brave - you can do it