1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-13 16:29:13 +00:00

Compare commits

...

28 Commits

Author SHA1 Message Date
Girish Ramakrishnan
3e62f036a3 Version 1.104.0 2020-04-16 10:27:52 -07:00
Girish Ramakrishnan
8f3c6357f5 Update minio to RELEASE.2020-04-15T19-42-18Z 2020-04-16 09:33:24 -07:00
Girish Ramakrishnan
eaa2b6e2b4 Version 1.103.0 2020-04-15 11:55:19 -07:00
Girish Ramakrishnan
92856faf70 Update minio to RELEASE.2020-04-15T00-39-01Z 2020-04-15 11:39:24 -07:00
Girish Ramakrishnan
1302e71321 Update minio to RELEASE.2020-04-10T03-34-42Z 2020-04-10 09:53:17 -07:00
Girish Ramakrishnan
c3195428df Version 1.101.0 2020-04-06 11:53:19 -07:00
Girish Ramakrishnan
99f10e9b3e Update minio to RELEASE.2020-04-04T05-39-31Z 2020-04-06 11:40:14 -07:00
Girish Ramakrishnan
136f41b004 Version 1.100.0 2020-04-02 18:32:36 -07:00
Girish Ramakrishnan
541185cfa6 Update minio to 2020-04-02T21-34-49Z 2020-04-02 18:27:36 -07:00
Girish Ramakrishnan
8b6fd80d74 Version 1.99.0 2020-03-26 09:37:41 -07:00
Girish Ramakrishnan
c6f0bdc5ef Update minio to RELEASE.2020-03-25T07-03-04Z 2020-03-26 09:33:33 -07:00
Girish Ramakrishnan
63747ef487 Version 1.98.0 2020-03-23 12:06:35 -07:00
Girish Ramakrishnan
8272354a77 Update minio to RELEASE.2020-03-19T21-49-00Z 2020-03-23 11:55:20 -07:00
Girish Ramakrishnan
5e15088198 Version 1.97.0 2020-03-15 16:42:04 -07:00
Girish Ramakrishnan
0535814733 Update minio to RELEASE.2020-03-14T02-21-58Z 2020-03-15 16:35:51 -07:00
Girish Ramakrishnan
7cb935a0c4 Version 1.96.0 2020-03-11 10:17:32 -07:00
Girish Ramakrishnan
e263bde545 Update minio to RELEASE.2020-03-09T18-26-53Z 2020-03-11 10:07:04 -07:00
Girish Ramakrishnan
5f31e7fd2f Version 1.95.0 2020-03-08 18:11:48 -07:00
Girish Ramakrishnan
582fda2720 Update minio to RELEASE.2020-03-06T22-23-56Z 2020-03-08 17:19:12 -07:00
Girish Ramakrishnan
ea2898c1b2 Version 1.94.0 2020-02-28 09:34:07 -08:00
Girish Ramakrishnan
b6acac345b Update minio to 2020-02-27T00-23-05Z 2020-02-28 09:33:45 -08:00
Girish Ramakrishnan
91c29432e3 Version 1.93.0 2020-02-21 17:19:24 -08:00
Girish Ramakrishnan
5e83c9cf88 Update minio to 2020-02-20T22-51-23Z 2020-02-21 17:11:48 -08:00
Girish Ramakrishnan
9834ec1c8e Version 1.92.0 2020-02-09 07:50:44 -08:00
Girish Ramakrishnan
7ed03bef1b Update minio to 2020-02-07T23-28-16Z 2020-02-09 07:43:45 -08:00
Girish Ramakrishnan
d6958e05db Version 1.91.0 2020-01-26 15:08:31 -08:00
Girish Ramakrishnan
588125b5f4 Update minio to 2020-01-25T02-50-51Z 2020-01-26 14:55:52 -08:00
Girish Ramakrishnan
891169e87b add some basic key validation 2020-01-17 11:09:14 -08:00
7 changed files with 394 additions and 506 deletions

View File

@@ -411,3 +411,45 @@
[1.90.0] [1.90.0]
* Update minio to 2020-01-16T22-40-29Z * Update minio to 2020-01-16T22-40-29Z
[1.91.0]
* Update minio to 2020-01-25T02-50-51Z
[1.92.0]
* Update minio to 2020-02-07T23-28-16Z
[1.93.0]
* Update minio to 2020-02-20T22-51-23Z
[1.94.0]
* Update minio to 2020-02-27T00-23-05Z
[1.95.0]
* Update minio to 2020-03-06T22-23-56Z
[1.96.0]
* Update minio to 2020-03-09T18-26-53Z
[1.97.0]
* Update minio to 2020-03-14T02-21-58Z
[1.98.0]
* Update minio to 2020-03-19T21-49-00Z
[1.99.0]
* Update minio to 2020-03-25T07-03-04Z
[1.100.0]
* Update minio to 2020-04-02T21-34-49Z
[1.101.0]
* Update minio to 2020-04-04T05-39-31Z
[1.102.0]
* Update minio to 2020-04-10T03-34-42Z
[1.103.0]
* Update minio to 2020-04-15T00-39-01Z
[1.104.0]
* Update minio to 2020-04-15T19-42-18Z

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md", "description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG", "changelog": "file://CHANGELOG",
"tagline": "Distributed object storage", "tagline": "Distributed object storage",
"version": "1.90.0", "version": "1.104.0",
"healthCheckPath": "/minio/login", "healthCheckPath": "/minio/login",
"httpPort": 8000, "httpPort": 8000,
"addons": { "addons": {

View File

@@ -1,4 +1,4 @@
This app packages Minio <upstream>2020-01-16T22-40-29Z</upstream>. This app packages Minio <upstream>2020-04-15T19-42-18Z</upstream>.
Minio is a distributed object storage server built for cloud applications and devops. Minio is a distributed object storage server built for cloud applications and devops.

View File

@@ -1,6 +1,6 @@
FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617 FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617
ARG VERSION=RELEASE.2020-01-16T22-40-29Z ARG VERSION=RELEASE.2020-04-15T19-42-18Z
RUN mkdir -p /app/code \ RUN mkdir -p /app/code \
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio \ && wget https://dl.minio.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio \

View File

@@ -24,6 +24,10 @@ if (process.argv[2] === 'get') {
} else if (process.argv[2] === 'set') { } else if (process.argv[2] === 'set') {
if (process.argv.length !== 5) return usage(); if (process.argv.length !== 5) return usage();
// https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateAccessKey.html
if (process.argv[4].length < 5) return console.log('secret key must be atleast 5 characters');
if (!/^[\w+=,.@-]+$/.test(process.argv[3])) return console.log('access key has invalid characters');
accessKey.value = process.argv[3]; accessKey.value = process.argv[3];
if (process.argv[4].length < 8) return console.log('secret key must be atleast 8 characters'); if (process.argv[4].length < 8) return console.log('secret key must be atleast 8 characters');

834
test/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -9,14 +9,14 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"chromedriver": "^79.0.0", "chromedriver": "^81.0.0",
"ejs": "^3.0.1", "ejs": "^3.0.2",
"expect.js": "^0.3.1", "expect.js": "^0.3.1",
"mkdirp": "^0.5.1", "mkdirp": "^1.0.4",
"mocha": "^7.0.0", "mocha": "^7.1.1",
"rimraf": "^3.0.0", "rimraf": "^3.0.2",
"selenium-server-standalone-jar": "^3.141.59", "selenium-server-standalone-jar": "^3.141.59",
"selenium-webdriver": "^3.6.0", "selenium-webdriver": "^3.6.0",
"superagent": "^5.2.1" "superagent": "^5.2.2"
} }
} }