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:
parent
d446a7556b
commit
68a82e1b63
2 changed files with 27 additions and 25 deletions
23
README.md
23
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# MinIO server for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/minio)  
|
||||
[](https://dash.yunohost.org/appci/app/minio)  
|
||||
[](https://install-app.yunohost.org/?app=minio)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -18,13 +18,11 @@ 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.
|
||||
|
||||
|
||||
**Shipped version:** 2022.04.16~ynh1
|
||||
|
||||
|
||||
**Shipped version:** 2022.05.19~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
|
@ -57,21 +55,22 @@ popd
|
|||
```
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: https://min.io
|
||||
* Official admin documentation: https://docs.min.io/
|
||||
* Upstream app code repository: https://github.com/minio/minio
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_minio
|
||||
* Report a bug: https://github.com/YunoHost-Apps/minio_ynh/issues
|
||||
* Official app website: <https://min.io>
|
||||
* Official admin documentation: <https://docs.min.io/>
|
||||
* Upstream app code repository: <https://github.com/minio/minio>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_minio>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/minio_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/minio_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/minio_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade minio -u https://github.com/YunoHost-Apps/minio_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
29
README_fr.md
29
README_fr.md
|
@ -1,10 +1,14 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# MinIO server pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/minio)  
|
||||
[](https://dash.yunohost.org/appci/app/minio)  
|
||||
[](https://install-app.yunohost.org/?app=minio)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer MinIO server rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
|
@ -14,13 +18,11 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
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 :** 2022.04.16~ynh1
|
||||
|
||||
|
||||
**Version incluse :** 2022.05.19~ynh1
|
||||
|
||||
## Captures d'écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -53,21 +55,22 @@ popd
|
|||
```
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : https://min.io
|
||||
* Documentation officielle de l'admin : https://docs.min.io/
|
||||
* Dépôt de code officiel de l'app : https://github.com/minio/minio
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_minio
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/minio_ynh/issues
|
||||
* Site officiel de l'app : <https://min.io>
|
||||
* Documentation officielle de l'admin : <https://docs.min.io/>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/minio/minio>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_minio>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/minio_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/minio_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/minio_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade minio -u https://github.com/YunoHost-Apps/minio_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
Loading…
Add table
Reference in a new issue