add middlewares (source nginx template on source helm values), and default_phone_region
All checks were successful
/ continuous-deploy (push) Successful in 24s
All checks were successful
/ continuous-deploy (push) Successful in 24s
This commit is contained in:
@@ -84,10 +84,6 @@ resources:
|
||||
cronjob:
|
||||
enabled: true
|
||||
|
||||
# openssl.cafile = /etc/ssl/certs/ca-certificates.crt
|
||||
#openssl.capath = /etc/ssl/certs
|
||||
|
||||
|
||||
nextcloud:
|
||||
|
||||
extraInitContainers:
|
||||
@@ -191,17 +187,16 @@ nextcloud:
|
||||
mountPath: /mnt/shared/NerdStuff
|
||||
|
||||
configs:
|
||||
# appstore.override.config.php: |-
|
||||
# <?php
|
||||
# $CONFIG = array (
|
||||
# 'appstoreenabled' => true,
|
||||
# 'appstoreurl' => 'https://apps.nextcloud.com/api/v1',
|
||||
# );
|
||||
global.config.php: |-
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'allow_local_remote_servers' => true
|
||||
'allow_local_remote_servers' => true,
|
||||
);
|
||||
phone.config.php: |-
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'default_phone_region' => 'PT',
|
||||
);
|
||||
|
||||
https.config.php: |-
|
||||
<?php
|
||||
@@ -228,7 +223,7 @@ nextcloud:
|
||||
onlyoffice.config.php: |-
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'onlyoffice' =>
|
||||
'onlyoffice' =>
|
||||
array (
|
||||
'verify_peer_off' => true,
|
||||
'allow_local_remote_servers' => true,
|
||||
|
||||
Reference in New Issue
Block a user