21 lines
522 B
Plaintext
21 lines
522 B
Plaintext
|
PHP_ReadWritePaths:
|
||
|
- /usr/share/webapps/nextcloud/apps
|
||
|
- /etc/webapps/nextcloud/config
|
||
|
- /mnt/diskstation
|
||
|
php_memory_limit: 512M #need for nextcloud be carefull on low memory device
|
||
|
php_extention_enable:
|
||
|
- iconv
|
||
|
- mysqli
|
||
|
- pdo_mysql
|
||
|
- pgsql
|
||
|
- pdo_pgsql
|
||
|
- soap
|
||
|
- intl
|
||
|
- bcmath #need for nextcloud
|
||
|
- gmp #need for nextcloud
|
||
|
- gd #need for nextcloud
|
||
|
- imagick #need for nextcloud
|
||
|
- exif # need for nextcloud
|
||
|
php_zend_extention_enable:
|
||
|
- opcache #need for nextcloud
|
||
|
|