Hello,
I'm using Unraid and grabbed your Docker from the Community App Store.
When running, I see the following in my logs:
Executing Cron Tasks: Fri Mar 8 21:15:00 UTC 2024
-------------------------------------------------------------
> Nextcloud Container ID: 1259567c48db
> Running Script: ./run-cron-php.sh
Cannot write into "config" directory!
This can usually be fixed by giving the web server write access to the config directory.
But, if you prefer to keep config.php file read only, set the option "config_is_read_only" to true in it.
See https://docs.nextcloud.com/server/28/go.php?to=admin-config
> Done
Any advice? I've tried to add the cron docker to the Nextcloud PHP config as follows:
'trusted_proxies' =>
array (
0 => 'NginxProxyManagerOfficial',
1 => 'Nextcloud-cronjob',
),
This is the error log directly from nextcloud:

I just cant seem to figure it out. Thank you!!