-
Notifications
You must be signed in to change notification settings - Fork 39
/
egg-python--universal.json
53 lines (53 loc) · 1.79 KB
/
egg-python--universal.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v1",
"update_url": null
},
"exported_at": "2021-01-12T05:54:35-05:00",
"name": "Python-Universal",
"author": "[email protected]",
"description": "Python egg with compatibility for multiple Python versions.",
"features": null,
"images": [
"quay.io\/yajtpg\/pterodactyl-images:python-2.7",
"quay.io\/yajtpg\/pterodactyl-images:python-3.8",
"quay.io\/yajtpg\/pterodactyl-images:python-3.9",
"quay.io\/yajtpg\/pterodactyl-images:python-3.10",
"quay.io\/yajtpg\/pterodactyl-images:python-3.11"
],
"startup": "\/start.sh",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"\",\r\n \"userInteraction\": []\r\n}",
"logs": "{\r\n \"custom\": true,\r\n \"location\": \"logs\/latest.log\"\r\n}",
"stop": "^C"
},
"scripts": {
"installation": {
"script": null,
"container": "alpine:3",
"entrypoint": "ash"
}
},
"variables": [
{
"name": "Startup Command 1",
"description": "First Startup Command",
"env_variable": "STARTUP_CMD",
"default_value": "pip install -r requirements.txt",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:256"
},
{
"name": "Startup Command 2 (Optional)",
"description": "Second Startup Command",
"env_variable": "SECOND_CMD",
"default_value": "python bot.py",
"user_viewable": true,
"user_editable": true,
"rules": "nullable|string|max:256"
}
]
}