nextcloud: disable skeleton files

This commit is contained in:
rasmus 2024-02-04 20:42:19 +02:00
parent 5b75e489e7
commit d92522b8e4
1 changed files with 8 additions and 0 deletions

View File

@ -164,6 +164,9 @@ spec:
- mountPath: /var/www/html/config/oidc.config.php - mountPath: /var/www/html/config/oidc.config.php
name: config name: config
subPath: oidc.config.php subPath: oidc.config.php
- mountPath: /var/www/html/config/override.config.php
name: config
subPath: override.config.php
- name: php-config - name: php-config
mountPath: /usr/local/etc/php/conf.d/ mountPath: /usr/local/etc/php/conf.d/
securityContext: securityContext:
@ -251,6 +254,11 @@ kind: ConfigMap
metadata: metadata:
name: nextcloud-config name: nextcloud-config
data: data:
override.config.php: |-
<?php
$CONFIG = array (
'skeletondirectory' => '',
);
oidc.config.php: |- oidc.config.php: |-
<?php <?php
$CONFIG = array ( $CONFIG = array (