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
b7f81df954
commit
351622cfab
5 changed files with 183 additions and 27 deletions
6
ALL_README.md
Normal file
6
ALL_README.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# All available README files by language
|
||||||
|
|
||||||
|
- [Read the README in English](README.md)
|
||||||
|
- [Lire le README en français](README_fr.md)
|
||||||
|
- [Le o README en galego](README_gl.md)
|
||||||
|
- [Leggi il “README” in italiano](README_it.md)
|
22
README.md
22
README.md
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
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.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -9,10 +9,10 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=minio)
|
[](https://install-app.yunohost.org/?app=minio)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Read this README is other languages.](./ALL_README.md)*
|
||||||
|
|
||||||
> *This package allows you to install MinIO server quickly and simply on a YunoHost server.
|
> *This package allows you to install MinIO server quickly and simply on a YunoHost server.*
|
||||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
@ -54,17 +54,17 @@ popd
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: <https://min.io>
|
- Official app website: <https://min.io>
|
||||||
* Official admin documentation: <https://docs.min.io/>
|
- Official admin documentation: <https://docs.min.io/>
|
||||||
* Upstream app code repository: <https://github.com/minio/minio>
|
- Upstream app code repository: <https://github.com/minio/minio>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/minio>
|
- YunoHost Store: <https://apps.yunohost.org/app/minio>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/minio_ynh/issues>
|
- Report a bug: <https://github.com/YunoHost-Apps/minio_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/minio_ynh/tree/testing).
|
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.
|
To try the `testing` branch, please proceed like that:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/minio_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/minio_ynh/tree/testing --debug
|
||||||
|
|
28
README_fr.md
28
README_fr.md
|
@ -1,6 +1,6 @@
|
||||||
<!--
|
<!--
|
||||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
Nota bene : ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||||
It shall NOT be edited by hand.
|
Il NE doit PAS être modifié à la main.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# MinIO server pour YunoHost
|
# MinIO server pour YunoHost
|
||||||
|
@ -9,10 +9,10 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=minio)
|
[](https://install-app.yunohost.org/?app=minio)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Lire le README dans d'autres langues.](./ALL_README.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d’installer MinIO server rapidement et simplement sur un serveur YunoHost.
|
> *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.*
|
> *Si vous n’avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’installer et en profiter.*
|
||||||
|
|
||||||
## Vue d’ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ pushd "$mc_path"
|
||||||
popd
|
popd
|
||||||
```
|
```
|
||||||
|
|
||||||
**Version incluse :** 2023.09.07~ynh1
|
**Version incluse :** 2023.09.07~ynh1
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
@ -54,17 +54,17 @@ popd
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l’app : <https://min.io>
|
- Site officiel de l’app : <https://min.io>
|
||||||
* Documentation officielle de l’admin : <https://docs.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>
|
- Dépôt de code officiel de l’app : <https://github.com/minio/minio>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/minio>
|
- YunoHost Store : <https://apps.yunohost.org/app/minio>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/minio_ynh/issues>
|
- Signaler un bug : <https://github.com/YunoHost-Apps/minio_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/minio_ynh/tree/testing).
|
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.
|
Pour essayer la branche `testing`, procédez comme suit :
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/minio_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/minio_ynh/tree/testing --debug
|
||||||
|
@ -72,4 +72,4 @@ ou
|
||||||
sudo yunohost app upgrade minio -u https://github.com/YunoHost-Apps/minio_ynh/tree/testing --debug
|
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>
|
||||||
|
|
75
README_gl.md
Normal file
75
README_gl.md
Normal file
|
@ -0,0 +1,75 @@
|
||||||
|
<!--
|
||||||
|
NOTA: Este README foi creado automáticamente por <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||||
|
NON debe editarse manualmente.
|
||||||
|
-->
|
||||||
|
|
||||||
|
# MinIO server para YunoHost
|
||||||
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/minio)  
|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=minio)
|
||||||
|
|
||||||
|
*[Le este README en outros idiomas.](./ALL_README.md)*
|
||||||
|
|
||||||
|
> *Este paquete permíteche instalar MinIO server de xeito rápido e doado nun servidor YunoHost.*
|
||||||
|
> *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.*
|
||||||
|
|
||||||
|
## Vista xeral
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
## How to create a Yunohost app using MinIO
|
||||||
|
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.
|
||||||
|
|
||||||
|
### First step: retrieve MinIO credentials
|
||||||
|
```
|
||||||
|
#=================================================
|
||||||
|
# SETUP MINIO CREDENTIALS
|
||||||
|
#=================================================
|
||||||
|
minio_domain=$(ynh_app_setting_get --app="minio" --key=domain)
|
||||||
|
minio_admin=$(ynh_app_setting_get --app="minio" --key=admin)
|
||||||
|
minio_password=$(ynh_app_setting_get --app="minio" --key=password)
|
||||||
|
mc_path=$(ynh_app_setting_get --app="minio" --key=mc_path)
|
||||||
|
```
|
||||||
|
|
||||||
|
### Second step: create and setup your bucket
|
||||||
|
```
|
||||||
|
#=================================================
|
||||||
|
# SETUP MINIO BUCKET
|
||||||
|
#=================================================
|
||||||
|
ynh_script_progression --message="Setting up MinIO bucket for YOURAPP..." --weight=1
|
||||||
|
|
||||||
|
pushd "$mc_path"
|
||||||
|
ynh_exec_warn_less sudo -u minio ./mc mb minio/NAME_OF_YOUR_BUCKET --region "NAME_OF_YOUR_REGION"
|
||||||
|
ynh_exec_warn_less sudo -u minio ./mc policy set NEEDED_POLICY minio/NAME_OF_YOUR_BUCKET
|
||||||
|
popd
|
||||||
|
```
|
||||||
|
|
||||||
|
**Versión proporcionada:** 2023.09.07~ynh1
|
||||||
|
|
||||||
|
## Capturas de pantalla
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Documentación e recursos
|
||||||
|
|
||||||
|
- Web oficial da app: <https://min.io>
|
||||||
|
- Documentación oficial para admin: <https://docs.min.io/>
|
||||||
|
- Repositorio de orixe do código: <https://github.com/minio/minio>
|
||||||
|
- Tenda YunoHost: <https://apps.yunohost.org/app/minio>
|
||||||
|
- Informar dun problema: <https://github.com/YunoHost-Apps/minio_ynh/issues>
|
||||||
|
|
||||||
|
## Info de desenvolvemento
|
||||||
|
|
||||||
|
Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/minio_ynh/tree/testing).
|
||||||
|
|
||||||
|
Para probar a rama `testing`, procede deste xeito:
|
||||||
|
|
||||||
|
```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
|
||||||
|
```
|
||||||
|
|
||||||
|
**Máis info sobre o empaquetado da app:** <https://yunohost.org/packaging_apps>
|
75
README_it.md
Normal file
75
README_it.md
Normal file
|
@ -0,0 +1,75 @@
|
||||||
|
<!--
|
||||||
|
N.B.: Questo README è stato automaticamente generato da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||||
|
NON DEVE essere modificato manualmente.
|
||||||
|
-->
|
||||||
|
|
||||||
|
# MinIO server per YunoHost
|
||||||
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/minio)  
|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=minio)
|
||||||
|
|
||||||
|
*[Leggi questo README in altre lingue.](./ALL_README.md)*
|
||||||
|
|
||||||
|
> *Questo pacchetto ti permette di installare MinIO server su un server YunoHost in modo semplice e veloce.*
|
||||||
|
> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.*
|
||||||
|
|
||||||
|
## Panoramica
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
## How to create a Yunohost app using MinIO
|
||||||
|
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.
|
||||||
|
|
||||||
|
### First step: retrieve MinIO credentials
|
||||||
|
```
|
||||||
|
#=================================================
|
||||||
|
# SETUP MINIO CREDENTIALS
|
||||||
|
#=================================================
|
||||||
|
minio_domain=$(ynh_app_setting_get --app="minio" --key=domain)
|
||||||
|
minio_admin=$(ynh_app_setting_get --app="minio" --key=admin)
|
||||||
|
minio_password=$(ynh_app_setting_get --app="minio" --key=password)
|
||||||
|
mc_path=$(ynh_app_setting_get --app="minio" --key=mc_path)
|
||||||
|
```
|
||||||
|
|
||||||
|
### Second step: create and setup your bucket
|
||||||
|
```
|
||||||
|
#=================================================
|
||||||
|
# SETUP MINIO BUCKET
|
||||||
|
#=================================================
|
||||||
|
ynh_script_progression --message="Setting up MinIO bucket for YOURAPP..." --weight=1
|
||||||
|
|
||||||
|
pushd "$mc_path"
|
||||||
|
ynh_exec_warn_less sudo -u minio ./mc mb minio/NAME_OF_YOUR_BUCKET --region "NAME_OF_YOUR_REGION"
|
||||||
|
ynh_exec_warn_less sudo -u minio ./mc policy set NEEDED_POLICY minio/NAME_OF_YOUR_BUCKET
|
||||||
|
popd
|
||||||
|
```
|
||||||
|
|
||||||
|
**Versione pubblicata:** 2023.09.07~ynh1
|
||||||
|
|
||||||
|
## Screenshot
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Documentazione e risorse
|
||||||
|
|
||||||
|
- Sito web ufficiale dell’app: <https://min.io>
|
||||||
|
- Documentazione ufficiale per gli amministratori: <https://docs.min.io/>
|
||||||
|
- Repository upstream del codice dell’app: <https://github.com/minio/minio>
|
||||||
|
- Store di YunoHost: <https://apps.yunohost.org/app/minio>
|
||||||
|
- Segnala un problema: <https://github.com/YunoHost-Apps/minio_ynh/issues>
|
||||||
|
|
||||||
|
## Informazioni per sviluppatori
|
||||||
|
|
||||||
|
Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/minio_ynh/tree/testing).
|
||||||
|
|
||||||
|
Per provare la branch di `testing`, si prega di procedere in questo modo:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/minio_ynh/tree/testing --debug
|
||||||
|
o
|
||||||
|
sudo yunohost app upgrade minio -u https://github.com/YunoHost-Apps/minio_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
**Maggiori informazioni riguardo il pacchetto di quest’app:** <https://yunohost.org/packaging_apps>
|
Loading…
Add table
Reference in a new issue