mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
fix: sharry config
This commit is contained in:
@@ -57,27 +57,17 @@ spec:
|
|||||||
# All stores with enabled=false are
|
# All stores with enabled=false are
|
||||||
# removed from the list. The `default-store` must be enabled.
|
# removed from the list. The `default-store` must be enabled.
|
||||||
stores = {
|
stores = {
|
||||||
database =
|
|
||||||
{ enabled = true
|
|
||||||
type = "default-database"
|
|
||||||
}
|
|
||||||
|
|
||||||
filesystem =
|
|
||||||
{ enabled = false
|
|
||||||
type = "file-system"
|
|
||||||
directory = "/some/directory"
|
|
||||||
}
|
|
||||||
|
|
||||||
minio =
|
minio =
|
||||||
{ enabled = false
|
{ enabled = true
|
||||||
type = "s3"
|
type = "s3"
|
||||||
endpoint = "${SECRET_MINIO_ENDPOINT}"
|
endpoint = "https://${SECRET_MINIO_ENDPOINT}"
|
||||||
access-key = "${SECRET_MINIO_ACCESS_KEY}"
|
access-key = "${SECRET_MINIO_ACCESS_KEY}"
|
||||||
secret-key = "${SECRET_MINIO_SECRET_KEY}"
|
secret-key = "${SECRET_MINIO_SECRET_KEY}"
|
||||||
bucket = "sharry"
|
bucket = "sharry"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
...
|
|
||||||
}
|
}
|
||||||
webapp {
|
webapp {
|
||||||
# This is shown in the top right corner of the web application
|
# This is shown in the top right corner of the web application
|
||||||
|
Reference in New Issue
Block a user