added update startup variable

added update startup variable
This commit is contained in:
tmunsch
2021-01-11 15:35:55 -05:00
committed by GitHub
parent 035d2b7b00
commit 155b522f6f

View File

@@ -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"
}
]
}