@marcusquinn you know what, I'd forgotten that I had started looking at this ! Goldfish ! Might have a look this weekend.
AppDev
Cloudron App Packagers
Posts
-
NetBird - WireGuard based VPN -
First steps / discoveriesIt's a bit convoluted, but setting
OIDC_IGNORE_ROLES=truein the/app/data/envat least lets you persist role changes across restarts/re-auths when using SSO. Otherwise each SSO-login will reset the roles based on their OIDC groups based role assignment.That way you could:
a) login via SSO
b) logout and re-login with the default admin
c) make your SSO logged in user an admin
d) deactivate the default adminAnd have a usable system through Cloudron SSO.

-
First steps / discoveriesUploading avatars is also currently not possible (apparently due to the read-only file system):
Object { code: "E_UNPROCESSABLE_ENTITY", message: "EROFS: read-only file system, mkdir '/app/code/.tmp'" } ​ code: "E_UNPROCESSABLE_ENTITY" ​ message: "EROFS: read-only file system, mkdir '/app/code/.tmp'" ​ <prototype>: Object { … } index-DaNiSWdh.js:32:6638 The above error occurred in task queueRequest index-DaNiSWdh.js:32:6655maybe there is a way we can "mount around" that?
It also would be super cool if we could edit the terms (see docs: https://docs.planka.cloud/docs/configuration/customizing-end-user-terms). Maybe we can symlink
/var/www/planka/terms/customto a folder in/app/data? -
NetBird - WireGuard based VPNI also like Netbird, I have a server running on a non-Cloudron VPS, connecting devices to each other when needed, and making an in-house box available to selected people in external organisations.
"Netbird on Cloudron" can mean :
- use an app on Cloudron to act as 'server'
- install the Netbird client at Cloudron VPS command line (not an app - outside of Cloudron platform), so Cloudron box is on the Netbird network, but no Cloudron app needed. I'd tend towards this if it viable, but my network routing knowledge is poor.
Are peeps here thinking about it a different way ?
-
Umami not responding@James fair point .... but still stupid IMHO. Especially as it worked perfectly well in 3Gb until recent updates. Not much time to research an alternative just now so will live with it. Simply because I'm lucky enough to have 128Gb RAM on my Cloudron VPS .... but I didn't spec it that way to be wasted on Umami.
-
SeaweedFS is now availableSeaweedFS is a distributed storage system for object storage (S3), file systems, and Iceberg tables, designed to handle billions of files with O(1) disk access and effortless horizontal scaling.
Forum category is at https://forum.cloudron.io/category/227/seaweedfs
The docs will be at https://docs.cloudron.io/packages/seaweedfs/
Package repo is at https://git.cloudron.io/packages/seaweedfs-app -
SeaWeedFS - Alternative to Minio / S3 / GatewaysNow available
-
MicroBin - Package UpdatesThis topic is to track Microbin package updates.
Please open issues in a separate topic instead of replying here.
-
Umami not respondingStupidly big for an app of this nature.
I’m replacing it if 8Gb is needed. -
listmonk: outgoing Message-ID uses localhost.localdomain@filter i have submitted a PR here - https://github.com/knadh/listmonk/pull/3012