mirror of
https://github.com/YunoHost-Apps/minio_ynh.git
synced 2024-09-03 19:46:18 +02:00
Merge pull request #29 from Limezy/fix-images-error-400
Fix images error 400
This commit is contained in:
commit
5e6930f03c
6 changed files with 11 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://dl.min.io/server/minio/release/linux-amd64/archive/minio.RELEASE.2022-08-13T21-54-44Z
|
||||
SOURCE_SUM=8f4056138673dea87356f0f82c50e22ca4cc431dfec7f48dd0e52849b387908f
|
||||
SOURCE_URL=https://dl.min.io/server/minio/release/linux-amd64/archive/minio.RELEASE.2022-09-01T23-53-36Z
|
||||
SOURCE_SUM=7744624b4c2664f649a9aeb92a7480f6d99e7566e0081ce18bbadf4a0e5fc0cb
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_IN_SUBDIR=false
|
||||
SOURCE_FILENAME=minio
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://dl.min.io/server/minio/release/linux-arm64/archive/minio.RELEASE.2022-08-13T21-54-44Z
|
||||
SOURCE_SUM=124467363d4a57dbfb9f6cb198d470d19930be19552644d2f565950600b60cde
|
||||
SOURCE_URL=https://dl.min.io/server/minio/release/linux-arm64/archive/minio.RELEASE.2022-09-01T23-53-36Z
|
||||
SOURCE_SUM=3aa91cfc382be5adeaaf74d3a95cbe54af0a0c625a276e4c104f519be22521f7
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_IN_SUBDIR=false
|
||||
SOURCE_FILENAME=minio
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2022-08-11T00-30-48Z
|
||||
SOURCE_SUM=1e1030c88a92e5ba9457c08ef7a98543f57d701457f5f2870e16e915bce174a7
|
||||
SOURCE_URL=https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2022-08-28T20-08-11Z
|
||||
SOURCE_SUM=21b409ad36e2c9384fc6ec5d4d320512420bab06a3ed986e15b8924ab32d7326
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_IN_SUBDIR=false
|
||||
SOURCE_FILENAME=mc
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://dl.min.io/client/mc/release/linux-arm64/archive/mc.RELEASE.2022-08-11T00-30-48Z
|
||||
SOURCE_SUM=e2859bc76fbb42edd3775be7c12ad8de42e5030162fe67ceaf7f2292bf5251ae
|
||||
SOURCE_URL=https://dl.min.io/client/mc/release/linux-arm64/archive/mc.RELEASE.2022-08-28T20-08-11Z
|
||||
SOURCE_SUM=05d98a91099a560101cecbf5b9f7a3bc2a491ae15caa3f73a56f395df38fbc5a
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_IN_SUBDIR=false
|
||||
SOURCE_FILENAME=mc
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
rewrite ^$ /;
|
||||
location ~ ^(/api|/login|/styles|/static|/manifest.json|/$) {
|
||||
location ~ ^(/api|/images|/Loader.svg|/apple-icon-180x180.png|/favicon-96x96.png|/favicon-16x16.png|/favicon-32x32.png|/login|/styles|/static|/manifest.json|/$) {
|
||||
|
||||
proxy_pass http://127.0.0.1:__CONSOLE_PORT__;
|
||||
proxy_http_version 1.1;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "High Performance, Kubernetes Native Object Storage",
|
||||
"fr": "Serveur de stockage d'objets hautes performances"
|
||||
},
|
||||
"version": "2022.08.13~ynh1",
|
||||
"version": "2022.09.01~ynh1",
|
||||
"url": "https://min.io/",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-only",
|
||||
|
@ -20,7 +20,7 @@
|
|||
"name": "Raoul de Limezy"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.3.0"
|
||||
"yunohost": ">= 11.0.9"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
|
|
Loading…
Add table
Reference in a new issue