From 155b522f6f882e5c32c38a19a82e25d6e1e746a6 Mon Sep 17 00:00:00 2001 From: tmunsch Date: Mon, 11 Jan 2021 15:35:55 -0500 Subject: [PATCH] added update startup variable added update startup variable --- storage/minio/egg-minio-s3.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/storage/minio/egg-minio-s3.json b/storage/minio/egg-minio-s3.json index 9c48eb32..a491acea 100644 --- a/storage/minio/egg-minio-s3.json +++ b/storage/minio/egg-minio-s3.json @@ -1,14 +1,17 @@ { "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", "meta": { - "version": "PTDL_v1" + "version": "PTDL_v1", + "update_url": null }, - "exported_at": "2020-12-14T05:29:26+02:00", + "exported_at": "2021-01-11T15:35:14-05:00", "name": "Minio S3", "author": "accounts@bofanodes.io", "description": "MinIO is a cloud storage server compatible with Amazon S3, released under Apache License v2. As an object store, MinIO can store unstructured data such as photos, videos, log files, backups and container images. The maximum size of an object is 5TB.", "features": null, - "image": "quay.io\/parkervcp\/pterodactyl-images:ubuntu", + "images": [ + "quay.io\/parkervcp\/pterodactyl-images:ubuntu" + ], "startup": ".\/minio.sh", "config": { "files": "{}", @@ -31,7 +34,7 @@ "default_value": "normal", "user_viewable": true, "user_editable": true, - "rules": "required|string|in:normal,rotate" + "rules": "required|string|in:normal,rotate,update" } ] -} \ No newline at end of file +}