mirror of
https://github.com/YunoHost-Apps/minio_ynh.git
synced 2024-09-03 19:46:18 +02:00
Merge branch 'v2' of github.com:YunoHost-Apps/minio_ynh into v2
This commit is contained in:
commit
9ddb5b0673
2 changed files with 14 additions and 18 deletions
16
README.md
16
README.md
|
@ -18,15 +18,6 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.0. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads.
|
MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.0. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 2023.05.04~ynh1
|
|
||||||
|
|
||||||
## Screenshots
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Disclaimers / important information
|
|
||||||
|
|
||||||
## How to create a Yunohost app using MinIO
|
## How to create a Yunohost app using MinIO
|
||||||
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.
|
||||||
|
@ -54,6 +45,13 @@ pushd "$mc_path"
|
||||||
ynh_exec_warn_less sudo -u minio ./mc policy set NEEDED_POLICY minio/NAME_OF_YOUR_BUCKET
|
ynh_exec_warn_less sudo -u minio ./mc policy set NEEDED_POLICY minio/NAME_OF_YOUR_BUCKET
|
||||||
popd
|
popd
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Shipped version:** 2023.05.04~ynh2
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: <https://min.io>
|
* Official app website: <https://min.io>
|
||||||
|
|
16
README_fr.md
16
README_fr.md
|
@ -18,15 +18,6 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
|
|
||||||
MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.0. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads.
|
MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.0. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 2023.05.04~ynh1
|
|
||||||
|
|
||||||
## Captures d’écran
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Avertissements / informations importantes
|
|
||||||
|
|
||||||
## How to create a Yunohost app using MinIO
|
## How to create a Yunohost app using MinIO
|
||||||
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.
|
||||||
|
@ -54,6 +45,13 @@ pushd "$mc_path"
|
||||||
ynh_exec_warn_less sudo -u minio ./mc policy set NEEDED_POLICY minio/NAME_OF_YOUR_BUCKET
|
ynh_exec_warn_less sudo -u minio ./mc policy set NEEDED_POLICY minio/NAME_OF_YOUR_BUCKET
|
||||||
popd
|
popd
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Version incluse :** 2023.05.04~ynh2
|
||||||
|
|
||||||
|
## Captures d’écran
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l’app : <https://min.io>
|
* Site officiel de l’app : <https://min.io>
|
||||||
|
|
Loading…
Add table
Reference in a new issue