mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
test
This commit is contained in:
parent
233c90eba0
commit
54f74bf794
1 changed files with 2 additions and 3 deletions
|
|
@ -58,17 +58,16 @@ nextcloud:
|
||||||
# ref: https://docs.nextcloud.com/server/13/admin_manual/configuration_files/primary_storage.html#simple-storage-service-s3
|
# ref: https://docs.nextcloud.com/server/13/admin_manual/configuration_files/primary_storage.html#simple-storage-service-s3
|
||||||
#
|
#
|
||||||
configs:
|
configs:
|
||||||
s3.config.php: |-
|
storage.config.php: |-
|
||||||
<?php
|
<?php
|
||||||
$CONFIG = array (
|
$CONFIG = array (
|
||||||
'objectstore' => array(
|
'objectstore' => array(
|
||||||
'class' => '\\OC\\Files\\ObjectStore\\S3',
|
'class' => '\\OC\\Files\\ObjectStore\\S3',
|
||||||
'arguments' => array(
|
'arguments' => array(
|
||||||
'bucket' => 'nextcloud',
|
'bucket' => 'nextcloud',
|
||||||
'autocreate' => true,
|
|
||||||
'key' => '9qTcNX9Q6nw1teIM',
|
'key' => '9qTcNX9Q6nw1teIM',
|
||||||
'secret' => 'THbopkCtESSWui6A1Z0DDDLG5WZo4Eon',
|
'secret' => 'THbopkCtESSWui6A1Z0DDDLG5WZo4Eon',
|
||||||
'hostname' => 'http://192.168.20.253',
|
'hostname' => '192.168.20.253',
|
||||||
'port' => 9768,
|
'port' => 9768,
|
||||||
'use_ssl' => false,
|
'use_ssl' => false,
|
||||||
'use_path_style' => true
|
'use_path_style' => true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue