Skip to content

Commit 32cb910

Browse files
minio-s3 fixes (#52)
Changed a incorrect URL in the script & changed the script container to ghcr.io/ptero-eggs/installers:debian
1 parent 7a4dd04 commit 32cb910

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

minio/egg-minio-s3.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL - PTERODACTYL.io",
2+
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
33
"meta": {
4-
"update_url": null,
5-
"version": "PTDL_v2"
4+
"version": "PTDL_v2",
5+
"update_url": null
66
},
7-
"exported_at": "2024-06-02T14:32:00+00:00",
7+
"exported_at": "2025-10-02T23:22:38+02:00",
88
"name": "Minio S3",
99
"author": "[email protected]",
1010
"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.",
1111
"features": null,
1212
"docker_images": {
13-
"ghcr.io/ptero-eggs/yolks:debian": "ghcr.io/ptero-eggs/yolks:debian"
13+
"ghcr.io\/ptero-eggs\/yolks:debian": "ghcr.io\/ptero-eggs\/yolks:debian"
1414
},
1515
"file_denylist": [],
16-
"startup": "./minio.sh",
16+
"startup": ".\/minio.sh",
1717
"config": {
1818
"files": "{}",
19+
"startup": "{\r\n \"done\": \"Docs:\"\r\n}",
1920
"logs": "{}",
20-
"startup": "{\r\n \"done\": \"guide\",\r\n \"done\": \"Documentation:\"\r\n}",
2121
"stop": "^C"
2222
},
2323
"scripts": {
2424
"installation": {
25-
"container": "debian:buster-slim",
26-
"entrypoint": "bash",
27-
"script": "#!/bin/bash\r\n#\r\napt update\r\napt install -y wget\r\nARCH=$([[ \"$(uname -m)\" == \"x86_64\" ]] \u0026\u0026 echo \"amd64\" || echo \"arm64\")\r\ncd /mnt/server\r\nwget https://dl.min.io/server/minio/release/linux-${ARCH}/minio\r\nchmod +x minio\r\nmkdir data\r\nmkdir keys\r\n\r\nwget https://github.com//ptero-eggs/eggs/raw/master/storage/minio/minio.sh\r\nchmod +x minio.sh\r\nexport MINIO_ACCESS_KEY=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)\r\necho $MINIO_ACCESS_KEY \u003e keys/key.txt\r\nexport MINIO_SECRET_KEY=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)\r\necho $MINIO_SECRET_KEY \u003e keys/secret.txt\r\necho done"
25+
"script": "#!\/bin\/bash\r\n#\r\napt update\r\napt install -y wget\r\nARCH=$([[ \"$(uname -m)\" == \"x86_64\" ]] && echo \"amd64\" || echo \"arm64\")\r\ncd \/mnt\/server\r\nwget https:\/\/dl.min.io\/server\/minio\/release\/linux-${ARCH}\/minio\r\nchmod +x minio\r\nmkdir data\r\nmkdir keys\r\n\r\nwget https:\/\/raw.githubusercontent.com\/Ptero-Eggs\/application-eggs\/main\/minio\/minio.sh\r\nchmod +x minio.sh\r\nexport MINIO_ACCESS_KEY=$(cat \/dev\/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)\r\necho $MINIO_ACCESS_KEY > keys\/key.txt\r\nexport MINIO_SECRET_KEY=$(cat \/dev\/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)\r\necho $MINIO_SECRET_KEY > keys\/secret.txt\r\necho done",
26+
"container": "ghcr.io\/ptero-eggs\/installers:debian",
27+
"entrypoint": "bash"
2828
}
2929
},
3030
"variables": [

0 commit comments

Comments
 (0)