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