This repository was archived by the owner on Aug 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython-generic.json
More file actions
57 lines (57 loc) · 2.11 KB
/
python-generic.json
File metadata and controls
57 lines (57 loc) · 2.11 KB
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
54
55
56
57
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2024-04-27T22:41:28+01:00",
"name": "Python Generic",
"author": "development@zingyawesome.com",
"description": "A generic egg for Python.",
"features": null,
"docker_images": {
"Python 3.12, Java 21": "ghcr.io\/zingyawesome\/pyjava:3.12-21",
"Python 3.12": "ghcr.io\/parkervcp\/yolks:python_3.12",
"Python 3.11, Java 21": "ghcr.io\/zingyawesome\/pyjava:3.11-21",
"Python 3.11": "ghcr.io\/parkervcp\/yolks:python_3.11",
"Python 3.10, Java 21": "ghcr.io\/zingyawesome\/pyjava:3.10-21",
"Python 3.10": "ghcr.io\/parkervcp\/yolks:python_3.10"
},
"file_denylist": [],
"startup": "\/usr\/local\/bin\/python \/home\/container\/{{STARTUP_FILE}} {{EXTRA_ARGS}}",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": [\r\n \"Running on http\",\r\n \"is ready.\",\r\n \"has been loaded.\"\r\n ]\r\n}",
"logs": "{}",
"stop": "^C"
},
"scripts": {
"installation": {
"script": "#!\/bin\/sh\r\n# Installation Script\r\n\r\necho -e \"Server installation has been completed.\"\r\nexit 0",
"container": "alpine",
"entrypoint": "sh"
}
},
"variables": [
{
"name": "Startup File",
"description": "The .py file that starts the server.",
"env_variable": "STARTUP_FILE",
"default_value": "main.py",
"user_viewable": true,
"user_editable": true,
"rules": "required|string",
"field_type": "text"
},
{
"name": "Extra Arguments",
"description": "Any extra arguments to pass after the file.",
"env_variable": "EXTRA_ARGS",
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "nullable|string|max:50",
"field_type": "text"
}
]
}