mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
test
This commit is contained in:
parent
a0875d3306
commit
a9087bf67e
1 changed files with 18 additions and 18 deletions
|
|
@ -57,24 +57,24 @@ nextcloud:
|
|||
# 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:
|
||||
# s3.config.php: |-
|
||||
# <?php
|
||||
# $CONFIG = array (
|
||||
# 'objectstore' => array(
|
||||
# 'class' => '\\OC\\Files\\ObjectStore\\S3',
|
||||
# 'arguments' => array(
|
||||
# 'bucket' => 'nextcloud',
|
||||
# 'autocreate' => false,
|
||||
# 'key' => '9qTcNX9Q6nw1teIM',
|
||||
# 'secret' => 'THbopkCtESSWui6A1Z0DDDLG5WZo4Eon',
|
||||
# 'region' => 'us-east-1',
|
||||
# 'hostname' => '192.168.20.253',
|
||||
# 'port' => 9768,
|
||||
# 'use_ssl' => false
|
||||
# )
|
||||
# )
|
||||
# );
|
||||
configs:
|
||||
s3.config.php: |-
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'objectstore' => array(
|
||||
'class' => '\\OC\\Files\\ObjectStore\\S3',
|
||||
'arguments' => array(
|
||||
'bucket' => 'nextcloud',
|
||||
'autocreate' => true,
|
||||
'key' => '9qTcNX9Q6nw1teIM',
|
||||
'secret' => 'THbopkCtESSWui6A1Z0DDDLG5WZo4Eon',
|
||||
'hostname' => '192.168.20.253',
|
||||
'port' => 9768,
|
||||
'use_ssl' => false
|
||||
'use_path_style' =>true
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
internalDatabase:
|
||||
enabled: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue