test
This commit is contained in:
@@ -54,6 +54,28 @@ 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:
|
||||||
|
storage.config.php: |-
|
||||||
|
<?php
|
||||||
|
$CONFIG = array (
|
||||||
|
'objectstore' => array(
|
||||||
|
'class' => '\\OC\\Files\\ObjectStore\\S3',
|
||||||
|
'arguments' => array(
|
||||||
|
'bucket' => 'nextcloud',
|
||||||
|
'autocreate' => true,
|
||||||
|
'key' => 'DeTWD5Dc2hNwCYft',
|
||||||
|
'secret' => 'tHfIcq4tmCrNNlL679YcjAe6pscs9PJd',
|
||||||
|
'hostname' => 'http://192.168.20.253',
|
||||||
|
'port' => 9768,
|
||||||
|
'use_ssl' => false,
|
||||||
|
'use_path_style' => true
|
||||||
|
)
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
internalDatabase:
|
internalDatabase:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
@@ -70,7 +92,7 @@ nextcloud:
|
|||||||
nodePort: nil
|
nodePort: nil
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: false
|
||||||
annotations: {}
|
annotations: {}
|
||||||
storageClass: "longhorn"
|
storageClass: "longhorn"
|
||||||
accessMode: ReadWriteMany
|
accessMode: ReadWriteMany
|
||||||
|
|||||||
Reference in New Issue
Block a user