Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Cannot Write Into "config" directory #25

@jwall87

Description

@jwall87

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:
image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions