feat: add nextcloud deployment
This commit is contained in:
parent
b129b7e146
commit
5b6ec5284e
5 changed files with 34 additions and 1 deletions
|
|
@ -1,4 +1,19 @@
|
|||
# Garage configuration for backend host
|
||||
garage_s3_domain: "storage.local.test"
|
||||
garage_webui_domain: "console.storage.local.test"
|
||||
garage_webui_enabled: true
|
||||
garage_webui_enabled: true
|
||||
|
||||
# provisioning
|
||||
garage_bootstrap_enabled: true
|
||||
garage_bootstrap_zone: "ch1"
|
||||
garage_bootstrap_capacity: "1G"
|
||||
|
||||
garage_s3_keys:
|
||||
- name: "nextcloud"
|
||||
buckets:
|
||||
- name: "nextcloud"
|
||||
permissions: ["read", "write"]
|
||||
- name: "nextcloud-backup"
|
||||
buckets:
|
||||
- name: "nextcloud"
|
||||
permissions: ["read"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue