add middlewares (source nginx template on source helm values), and default_phone_region
All checks were successful
/ continuous-deploy (push) Successful in 24s

This commit is contained in:
Márcio Fernandes
2026-04-16 22:58:37 +00:00
parent 5acca5d4c7
commit 75aede94ac
4 changed files with 74 additions and 17 deletions

View File

@@ -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,