-
Notifications
You must be signed in to change notification settings - Fork 25
/
egg-share-x-upload-server.json
31 lines (31 loc) · 1.18 KB
/
egg-share-x-upload-server.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2023-03-28T17:30:18-04:00",
"name": "ShareX Upload Server",
"author": "[email protected]",
"description": "Tanner ShareX Egg, Made by DanBotHosting LTD.",
"features": null,
"docker_images": {
"quay.io\/parkervcp\/pterodactyl-images:debian_nodejs-16": "quay.io\/parkervcp\/pterodactyl-images:debian_nodejs-16"
},
"file_denylist": [],
"startup": "\/usr\/local\/bin\/node \/home\/container\/src\/index.js",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"\"\r\n}",
"logs": "{}",
"stop": "^c"
},
"scripts": {
"installation": {
"script": "#\/bin\/ash\r\n\r\napk add --no-cache git make gcc g++ python\r\n\r\ncd \/mnt\/server\r\n\r\ngit clone https:\/\/github.com\/TannerReynolds\/ShareX-Upload-Server .\r\n\r\n\/usr\/local\/bin\/npm install\r\n\r\necho -e \"install complete\"\r\nexit 0",
"container": "node:10-alpine",
"entrypoint": "ash"
}
},
"variables": []
}