mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 00:31:31 -05:00
test
This commit is contained in:
parent
79071d2761
commit
0227416e87
1 changed files with 17 additions and 0 deletions
|
|
@ -60,6 +60,23 @@ nextcloud:
|
||||||
$CONFIG = array (
|
$CONFIG = array (
|
||||||
'overwriteprotocol' => 'https'
|
'overwriteprotocol' => 'https'
|
||||||
);
|
);
|
||||||
|
storage.config.php: |-
|
||||||
|
<?php
|
||||||
|
$CONFIG = array (
|
||||||
|
'objectstore' => array(
|
||||||
|
'class' => '\\OC\\Files\\ObjectStore\\S3',
|
||||||
|
'arguments' => array(
|
||||||
|
'bucket' => 'nextcloud',
|
||||||
|
'autocreate' => true,
|
||||||
|
'key' => 'DeTWD5Dc2hNwCYft',
|
||||||
|
'secret' => 'tHfIcq4tmCrNNlL679YcjAe6pscs9PJd',
|
||||||
|
'hostname' => '192.168.20.253',
|
||||||
|
'port' => 9768,
|
||||||
|
'use_ssl' => false,
|
||||||
|
'use_path_style' => true
|
||||||
|
)
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
internalDatabase:
|
internalDatabase:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue