mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
remove s3 storage
This commit is contained in:
parent
fa652d3a94
commit
8166fd08da
1 changed files with 1 additions and 22 deletions
|
|
@ -54,27 +54,6 @@ 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' => '9qTcNX9Q6nw1teIM',
|
|
||||||
'secret' => 'THbopkCtESSWui6A1Z0DDDLG5WZo4Eon',
|
|
||||||
'hostname' => 'http://192.168.20.253:9768',
|
|
||||||
'use_ssl' => false,
|
|
||||||
'use_path_style' => true
|
|
||||||
)
|
|
||||||
)
|
|
||||||
);
|
|
||||||
|
|
||||||
internalDatabase:
|
internalDatabase:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
|
@ -91,7 +70,7 @@ nextcloud:
|
||||||
nodePort: nil
|
nodePort: nil
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: false
|
enabled: true
|
||||||
annotations: {}
|
annotations: {}
|
||||||
storageClass: "longhorn"
|
storageClass: "longhorn"
|
||||||
accessMode: ReadWriteMany
|
accessMode: ReadWriteMany
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue