mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
change categorization for storage part
This commit is contained in:
parent
1156374da7
commit
ea0841245a
1 changed files with 6 additions and 6 deletions
|
@ -300,20 +300,20 @@ type = "select"
|
|||
#### S3 SETTINGS
|
||||
####################
|
||||
|
||||
[storage.s3]
|
||||
[storage.storage.s3]
|
||||
|
||||
name = "S3 storage settings"
|
||||
|
||||
help = "Use ONLY if you KNOW what you're doing! Only required when running with the s3 storage backend."
|
||||
visible = "storage-backend == 's3'"
|
||||
|
||||
[storage.s3.storage_s3_endpoint]
|
||||
[storage.storage.s3.storage_s3_endpoint]
|
||||
ask.en = "API endpoint of the S3 compatible service."
|
||||
ask.fr = "Point de terminaison de l'API du service compatible S3."
|
||||
bind = "storage-s3-endpoint:__FINALPATH__/config.yaml"
|
||||
type = "string"
|
||||
|
||||
[storage.s3.storage_s3_proxy]
|
||||
[storage.storage.s3.storage_s3_proxy]
|
||||
ask.en = "If data stored in S3 should be proxied through GoToSocial instead of redirecting to a presigned URL."
|
||||
ask.fr = "Si les données stockées dans S3 doivent être proxifiées par GoToSocial au lieu de rediriger vers une URL présignée."
|
||||
bind = "storage-s3-proxy:__FINALPATH__/config.yaml"
|
||||
|
@ -323,19 +323,19 @@ help.en = "Default: false"
|
|||
help.fr = "Par défaut : false"
|
||||
type = "select"
|
||||
|
||||
[storage.s3.storage_s3_access_key]
|
||||
[storage.storage.s3.storage_s3_access_key]
|
||||
ask.en = "Access key part of the S3 credentials."
|
||||
ask.fr = "Clé d'accès du service compatible S3."
|
||||
bind = "storage-s3-access-key:__FINALPATH__/config.yaml"
|
||||
type = "string"
|
||||
|
||||
[storage.s3.storage_s3_secret_key]
|
||||
[storage.storage.s3.storage_s3_secret_key]
|
||||
ask.en = "Secret key part of the S3 credentials."
|
||||
ask.fr = "Clé secrète du service compatible S3."
|
||||
bind = "storage-s3-secret-key:__FINALPATH__/config.yaml"
|
||||
type = "password"
|
||||
|
||||
[storage.s3.storage_s3_bucket]
|
||||
[storage.storage.s3.storage_s3_bucket]
|
||||
ask.en = "Name of the storage bucket."
|
||||
ask.fr = "Nom du bucket de stockage."
|
||||
bind = "storage-s3-bucket:__FINALPATH__/config.yaml"
|
||||
|
|
Loading…
Reference in a new issue