Skip to content
Snippets Groups Projects
Commit 3f3958c5 authored by xeruf's avatar xeruf
Browse files

nextcloud: add defaults.config.php

parent 825f98af
No related branches found
No related tags found
No related merge requests found
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
kind: Kustomization
metadata:
name: examle-apps
name: apps
namespace: stackspout
spec:
interval: 10m
......
......@@ -6,6 +6,17 @@ metadata:
name: stackspin-nextcloud-override
data:
values.yaml: |
nextcloud:
configs:
defaults.config.php: |-
<?php
$CONFIG = array (
'allow_user_to_change_display_name' => false,
'default_phone_region' => 'DE',
'default_locale' => 'de',
#'defaultapp' => 'dashboard,files',
#'default_language' => 'en',
);
apps:
# Basics
- name: password_policy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment