The new package allows to override that variable now in the env.sh file.
Staff
Cloudron.io Staff
Posts
-
Public Forms redirect to OIDC due to hardcoded GRIST_FORCE_LOGIN -
Enabling Grist Enterprise does not workSo just to update this here, we have to roll back the enterprise edition, since apparently this requires access to a now private git repo to build the app

-
Public Forms redirect to OIDC due to hardcoded GRIST_FORCE_LOGINHello @paramedicspecialist
This is because the app currently sets this value on each start and overwritting the
env.sh
https://git.cloudron.io/packages/grist-app/-/blob/main/start.sh?ref_type=heads#L28We will have to publish an app update to make this configurable by the user.
-
Refresh rate for ics imported calendarSo currently the app will resync the external calendar every 30min. This is just hardcoded for the moment and I am not sure if it is really useful to expose custom intervals or so, seems very geeky.
-
Not possible to stop sharing calendar or remove shared calendarThanks! I've added a work item to track this at https://git.cloudron.io/apps/calendar/-/work_items/26
-
Public view of calendar(s)Yes that is on the roadmap and tracked at https://git.cloudron.io/apps/calendar/-/work_items/3
Lets collect requirements for this here in the forum though.
-
Cal.com closing sourceHave to see where this goes. Maybe they will have a change of mind. We will take a decision in some weeks to see what to do with the existing package.
-
Password auth for SSHFSGenerally it is always better to use public/private keys with SSH, so I guess we didn't even consider passwords. while investigating how to add this, turns out ssh does not natively support non-interactive password input unless using
sshpassso given that this is also the first time it came up, I think we won't add this, also since the manual sshfs mount still works as a fallback.I am curious though why your provider does not support SSH keys?
-
Support PowerDNS ProviderHello @jk
That is rather odd.
I will forward this to the team to have a look. -
[Docmost - Unstable] File uploads failing with "Error processing file upload"Hello @michaeladam and welcome to the Cloudron forum
Yes, the Cloudron forum.
Since you have stated:
I just set up docmost on my server via docker compose behind a nginx.
Unfortunately you are not a Cloudron user, thus we can't really provide you with any help here.
We fixed this issue by configuring the following https://git.cloudron.io/packages/docmost-app/-/commit/afc7e7df88589c0cfdfdf60947edace8e2249b3fMaybe you should try Cloudron? It makes self-hosting @docmost a lot easier.