mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
Update values.yaml
This commit is contained in:
parent
06bdf986a2
commit
605782cc56
1 changed files with 5 additions and 3 deletions
|
|
@ -54,10 +54,12 @@ nextcloud:
|
||||||
|
|
||||||
phpConfigs: {}
|
phpConfigs: {}
|
||||||
|
|
||||||
# For example, to use S3 as primary storage
|
|
||||||
# ref: https://docs.nextcloud.com/server/13/admin_manual/configuration_files/primary_storage.html#simple-storage-service-s3
|
|
||||||
#
|
|
||||||
configs:
|
configs:
|
||||||
|
nginx.config.php: |-
|
||||||
|
<?php
|
||||||
|
$CONFIG = array (
|
||||||
|
'overwriteprotocol' => 'https'
|
||||||
|
);
|
||||||
storage.config.php: |-
|
storage.config.php: |-
|
||||||
<?php
|
<?php
|
||||||
$CONFIG = array (
|
$CONFIG = array (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue