0% found this document useful (0 votes)
264 views1 page

Egg Python Universal - Json

The document describes a Pterodactyl panel configuration for a Python-Universal egg compatible with multiple Python versions. It includes details about the author, images for different Python versions, startup commands, and configuration variables for user interaction. The setup allows for customizable startup commands and logging features.

Uploaded by

titanplayz89
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
264 views1 page

Egg Python Universal - Json

The document describes a Pterodactyl panel configuration for a Python-Universal egg compatible with multiple Python versions. It includes details about the author, images for different Python versions, startup commands, and configuration variables for user interaction. The setup allows for customizable startup commands and logging features.

Uploaded by

titanplayz89
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

{

"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL -


[Link]",
"meta": {
"version": "PTDL_v1",
"update_url": null
},
"exported_at": "2021-01-12T[Link]-05:00",
"name": "Python-Universal",
"author": "yajtpg@[Link]",
"description": "Python egg with compatibility for multiple Python versions.",
"features": null,
"images": [
"[Link]\/yajtpg\/pterodactyl-images:python-2.7",
"[Link]\/yajtpg\/pterodactyl-images:python-3.8",
"[Link]\/yajtpg\/pterodactyl-images:python-3.9",
"[Link]\/yajtpg\/pterodactyl-images:python-3.10",
"[Link]\/yajtpg\/pterodactyl-images:python-3.11"
],
"startup": "\/[Link]",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"\",\r\n \"userInteraction\": []\r\n}",
"logs": "{\r\n \"custom\": true,\r\n \"location\":
\"logs\/[Link]\"\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 [Link]",
"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 [Link]",
"user_viewable": true,
"user_editable": true,
"rules": "nullable|string|max:256"
}
]
}

You might also like