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

Merge pull request #23 from YunoHost-Apps/testing

Testing to Master
This commit is contained in:
Limezy 2022-07-21 19:31:12 +02:00 committed by GitHub
commit e51b9fa60d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 12 additions and 12 deletions

View file

@ -18,7 +18,7 @@ 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.05.19~ynh1
**Shipped version:** 2022.07.17~ynh1
## Screenshots

View file

@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# MinIO server pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/minio.svg)](https://dash.yunohost.org/appci/app/minio) ![Status du fonctionnement](https://ci-apps.yunohost.org/ci/badges/minio.status.svg) ![Status de maintenance](https://ci-apps.yunohost.org/ci/badges/minio.maintain.svg)
[![Niveau d'intégration](https://dash.yunohost.org/integration/minio.svg)](https://dash.yunohost.org/appci/app/minio) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/minio.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/minio.maintain.svg)
[![Installer MinIO server avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=minio)
*[Read this readme in english.](./README.md)*
@ -18,7 +18,7 @@ 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.05.19~ynh1
**Version incluse :** 2022.07.17~ynh1
## Captures d'écran

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://dl.min.io/server/minio/release/linux-amd64/archive/minio.RELEASE.2022-05-19T18-20-59Z
SOURCE_SUM=0091fda7df1cfbaf0f31ba1e9bff6bacda8963d7cf7e06a0115cd67c21630d7b
SOURCE_URL=https://dl.min.io/server/minio/release/linux-amd64/archive/minio.RELEASE.2022-07-17T15-43-14Z
SOURCE_SUM=d178ddfa1196585f69d2e86b568f73955332ece7bac46bbd24ad9d2a6769e514
SOURCE_SUM_PRG=sha256sum
SOURCE_IN_SUBDIR=false
SOURCE_FILENAME=minio

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://dl.min.io/server/minio/release/linux-arm64/archive/minio.RELEASE.2022-05-19T18-20-59Z
SOURCE_SUM=4cf8a78d5eaf5dab4541a972269e9f721ce5619c1ebbe07d9a46be8eebf7748d
SOURCE_URL=https://dl.min.io/server/minio/release/linux-arm64/archive/minio.RELEASE.2022-07-17T15-43-14Z
SOURCE_SUM=1a173f589594db71390d3009d2e8ccd7e868d9da9928e8f24524b41a6151326f
SOURCE_SUM_PRG=sha256sum
SOURCE_IN_SUBDIR=false
SOURCE_FILENAME=minio

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2022-05-09T04-08-26Z
SOURCE_SUM=032941682f0dad14ba756af0377bc1f517fd475c5c98e957a07cdedddb9b1d31
SOURCE_URL=https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2022-07-15T09-20-55Z
SOURCE_SUM=971683c7a81c2cdd3d7016f928988f244a314702ed230d3348243afc21e06734
SOURCE_SUM_PRG=sha256sum
SOURCE_IN_SUBDIR=false
SOURCE_FILENAME=mc

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://dl.min.io/client/mc/release/linux-arm64/archive/mc.RELEASE.2022-05-09T04-08-26Z
SOURCE_SUM=695d80ed00d1dceef6f9113daff1324dc0dc3f724d1d4aa702862c7ce8030818
SOURCE_URL=https://dl.min.io/client/mc/release/linux-arm64/archive/mc.RELEASE.2022-07-15T09-20-55Z
SOURCE_SUM=3a4489114d993509a83b61cb4c771c1fe183e3a07f9903e39b7373f0efa73ae0
SOURCE_SUM_PRG=sha256sum
SOURCE_IN_SUBDIR=false
SOURCE_FILENAME=mc

View file

@ -6,7 +6,7 @@
"en": "High Performance, Kubernetes Native Object Storage",
"fr": "Serveur de stockage d'objets hautes performances"
},
"version": "2022.05.19~ynh1",
"version": "2022.07.17~ynh1",
"url": "https://min.io/",
"upstream": {
"license": "AGPL-3.0-only",