1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minio_ynh.git synced 2024-09-03 19:46:18 +02:00

Auto-update README

This commit is contained in:
yunohost-bot 2023-09-15 14:59:49 +00:00
parent fd9870ffaf
commit a7ab1c240f
2 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@ MinIO is a High Performance Object Storage released under GNU Affero General Pub
During the install process, MinIO will install both the MinIO server and MinIO client. During the install process, MinIO will install both the MinIO server and MinIO client.
If your app needs to use an Amazon S3 storage, I recommend to use the MinIO client to create and setup buckets as per your app's requirements. You can have a look at outline_ynh app for reference. If your app needs to use an Amazon S3 storage, I recommend to use the MinIO client to create and setup buckets as per your app's requirements. You can have a look at outline_ynh app for reference.
### First step : retrieve MinIO credentials ### First step: retrieve MinIO credentials
``` ```
#================================================= #=================================================
# SETUP MINIO CREDENTIALS # SETUP MINIO CREDENTIALS
@ -33,7 +33,7 @@ minio_password=$(ynh_app_setting_get --app="minio" --key=password)
mc_path=$(ynh_app_setting_get --app="minio" --key=mc_path) mc_path=$(ynh_app_setting_get --app="minio" --key=mc_path)
``` ```
### Second step : create and setup your bucket ### Second step: create and setup your bucket
``` ```
#================================================= #=================================================
# SETUP MINIO BUCKET # SETUP MINIO BUCKET

View file

@ -22,7 +22,7 @@ MinIO is a High Performance Object Storage released under GNU Affero General Pub
During the install process, MinIO will install both the MinIO server and MinIO client. During the install process, MinIO will install both the MinIO server and MinIO client.
If your app needs to use an Amazon S3 storage, I recommend to use the MinIO client to create and setup buckets as per your app's requirements. You can have a look at outline_ynh app for reference. If your app needs to use an Amazon S3 storage, I recommend to use the MinIO client to create and setup buckets as per your app's requirements. You can have a look at outline_ynh app for reference.
### First step : retrieve MinIO credentials ### First step: retrieve MinIO credentials
``` ```
#================================================= #=================================================
# SETUP MINIO CREDENTIALS # SETUP MINIO CREDENTIALS
@ -33,7 +33,7 @@ minio_password=$(ynh_app_setting_get --app="minio" --key=password)
mc_path=$(ynh_app_setting_get --app="minio" --key=mc_path) mc_path=$(ynh_app_setting_get --app="minio" --key=mc_path)
``` ```
### Second step : create and setup your bucket ### Second step: create and setup your bucket
``` ```
#================================================= #=================================================
# SETUP MINIO BUCKET # SETUP MINIO BUCKET