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 #18 from YunoHost-Apps/testing

Testing to master
This commit is contained in:
Limezy 2022-04-21 08:32:45 +07:00 committed by GitHub
commit 67de0f8968
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 19 additions and 13 deletions

View file

@ -18,13 +18,13 @@ 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.01.28~ynh2
**Shipped version:** 2022.04.16~ynh1
## Screenshots
![](./doc/screenshots/minio-browser.jpg)
![](./doc/screenshots/minio-browser.png)
## Disclaimers / important information

View file

@ -14,13 +14,13 @@ 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.01.28~ynh2
**Version incluse :** 2022.04.16~ynh1
## Captures d'écran
![](./doc/screenshots/minio-browser.jpg)
![](./doc/screenshots/minio-browser.png)
## Avertissements / informations importantes

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://dl.min.io/server/minio/release/linux-amd64/archive/minio.RELEASE.2022-02-16T00-35-27Z
SOURCE_SUM=49b15d0d30c9243cfdea8fa681092f4099a20d03f9a145c1486f78dc031cd292
SOURCE_URL=https://dl.min.io/server/minio/release/linux-amd64/archive/minio.RELEASE.2022-04-16T04-26-02Z
SOURCE_SUM=cd27696aaa3fc8fdc63f15d84a8ada4efee3b345c35ad2c6a5cc3cc1bc411844
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-02-16T00-35-27Z
SOURCE_SUM=a453a4f00de13b357331ac01fecf676483b00a2a4a8e0ae11e302444cfd87dd7
SOURCE_URL=https://dl.min.io/server/minio/release/linux-arm64/archive/minio.RELEASE.2022-04-16T04-26-02Z
SOURCE_SUM=665f6690b630a7f7f5326dd3cbbf0647bbbc14c4a6cadbe7dfc919a23d727d56
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-01-29T01-03-27Z
SOURCE_SUM=6bad19afdd2846986c8893935cde4b3f8ea03591575c930b4790602ee03e196c
SOURCE_URL=https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2022-04-16T21-11-21Z
SOURCE_SUM=ba30f3907a67fc769447b3f1c9036781cf2c9ac9d4bad92e1b403ae28a97e9e9
SOURCE_SUM_PRG=sha256sum
SOURCE_IN_SUBDIR=false
SOURCE_FILENAME=mc

6
conf/mc_arm64.src Normal file
View file

@ -0,0 +1,6 @@
SOURCE_URL=https://dl.min.io/client/mc/release/linux-arm64/archive/mc.RELEASE.2022-04-16T21-11-21Z
SOURCE_SUM=1d4abc64870a7a149735b1322226cf07095c94877f5120bd29f75e314b1d1b1a
SOURCE_SUM_PRG=sha256sum
SOURCE_IN_SUBDIR=false
SOURCE_FILENAME=mc
SOURCE_EXTRACT=false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View file

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

View file

@ -87,7 +87,7 @@ ynh_script_progression --message="Setting up source files..." --weight=10
ynh_app_setting_set --app=$app --key=final_path --value=$final_path
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path" --source_id="$architecture"
ynh_setup_source --dest_dir="$mc_path" --source_id="mc"
ynh_setup_source --dest_dir="$mc_path" --source_id="mc_$architecture"
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"

View file

@ -82,7 +82,7 @@ then
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path" --source_id="$architecture" --keep="$final_path/.env"
ynh_setup_source --dest_dir="$mc_path" --source_id="mc"
ynh_setup_source --dest_dir="$mc_path" --source_id="mc_$architecture"
fi
chmod 750 "$final_path"