Packaged
AppDev
Cloudron App Packagers
Posts
-
Excalidraw - Virtual whiteboard for sketching hand-drawn like diagrams -
Dify.ai, a self-hosted prompt-management tool@LoudLemur also already packaged as community app
If you don’t check before posting, you risk becoming a bot posting slop -
Docassemble on Cloudron - Expert system for guided interviews and document assembly@LoudLemur “just packaged it” - seems a decade ago in my butterfly mind
I don’t think it was as hard as your summary suggests
The hard work is in populating the content and framework docs. I didn’t have a use case for it so I didn’t get into that.
The packaging code is there if you want to clone and develop further - my project list is a little full but will bear this in mind if I need a diversion -
Full-day appointments last at least two daysThat sounds like a classic timezone issue. Allday appointments don't really need timezone information, but lots of client still include them.
And when a client then parses it, that wants to use a different timezone you end up with an appointment that is shown over multiple days because it starts at e.g. 1:00 and not 0:00 because of the timezone.
Calendars are not as easy as they look.
-
Remove deprecated X-XSS-Protection header from the nginx configI think
X-Permitted-Cross-Domain-Policiesis for the long dead adobe flash which used to use some crossdomain.xml .X-Content-Type-Options: nosniffmight be worth putting back. But over time, I have removed many headers likeX-Frame-Options(which is in OWASP) because they are causing browser warnings. -
Remove deprecated X-XSS-Protection header from the nginx configThanks for reporting, I have removed these.
-
SeaweedFS - Package UpdatesYou can use this thread to track updates to the SeaweedFS package.
Please open issues in a separate topic instead of replying here.
-
Minio now in maintenance modeThis is fascinating! https://github.com/orgs/rustfs/discussions/2213 I wonder if we could simply swap it out in the dockerfile?
-
Private CloudronVersions.jsonIt would be nice if they could be hosted by the local registry app.
The docker images? That should already work and is close to my above suggestion with a private registry. You'd just need to configure the docker registry in the Cloudron dashboard under
/#/docker.I believe what @robi meant is to be able to store the
CloudronVersions.jsonin a registry, much like what authentik does with blueprints. -
Private CloudronVersions.json@robi That'd be a great solution