nextcloud / ansible-collection-nextcloud-admin

The ansible galaxy for your nextcloud administrative needs.
https://galaxy.ansible.com/nextcloud/admin
BSD 2-Clause "Simplified" License
138 stars 77 forks source link

open_basedir set inside config.php #302

Closed cm-schl closed 1 year ago

cm-schl commented 1 year ago

Hi,

looking at the resulting config.php there is set a line 'open_basedir' => '/dev/urandom'.

https://github.com/nextcloud/ansible-collection-nextcloud-admin/blob/40710864b8336cbc6884bfb39b02e29de2146bab/roles/install_nextcloud/defaults/main.yml#L77

I can't find anything on this in the Nextcloud documentation for configuration parameters and "normally" this is set inside the php.ini.

Can the open_basedir really be set inside the config.php?

staticdev commented 1 year ago

Fair point.. it seems not.