2021-04-24 01:35:56 +08:00
|
|
|
{
|
|
|
|
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
|
|
|
|
"meta": {
|
2024-04-07 21:03:34 +08:00
|
|
|
"version": "PTDL_v2",
|
2021-04-24 01:35:56 +08:00
|
|
|
"update_url": null
|
|
|
|
},
|
2024-04-07 21:03:34 +08:00
|
|
|
"exported_at": "2024-04-01T13:16:40+02:00",
|
2021-04-24 01:35:56 +08:00
|
|
|
"name": "OpenArena",
|
|
|
|
"author": "parker@parkervcp.com",
|
|
|
|
"description": "OpenArena is a community-produced deathmatch FPS based on GPL idTech3 technology.\r\n\r\nhttp:\/\/www.openarena.ws\/",
|
|
|
|
"features": null,
|
2024-04-07 21:03:34 +08:00
|
|
|
"docker_images": {
|
|
|
|
"ghcr.io\/parkervcp\/yolks:debian": "ghcr.io\/parkervcp\/yolks:debian"
|
|
|
|
},
|
2021-04-24 01:35:56 +08:00
|
|
|
"file_denylist": [],
|
|
|
|
"startup": ".\/oa_ded.x86_64 +set net_port {{SERVER_PORT}} +map {{GAME_MAP}}",
|
|
|
|
"config": {
|
|
|
|
"files": "{}",
|
|
|
|
"startup": "{\r\n \"done\": \"AAS initialized\"\r\n}",
|
|
|
|
"logs": "{}",
|
2024-04-07 21:03:34 +08:00
|
|
|
"stop": "^C"
|
2021-04-24 01:35:56 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"installation": {
|
2024-04-07 21:03:34 +08:00
|
|
|
"script": "#!\/bin\/bash\r\n# dirty install script for openarena\r\n# will get updated more later\r\n\r\nif [ ! -d \/mnt\/server\/ ]; then\r\n\tmkdir -p \/mnt\/server\/\r\nfi\r\n\r\ncd \/mnt\/server\/\r\n\r\nwget http:\/\/www.openarena.ws\/request.php?4 -O openarena.zip\r\n\r\nunzip -o openarena.zip openarena-*\/oa_ded.x86_64 openarena-*\/missionpack\/* openarena-*\/baseoa\/*\r\n\r\nmv -f openarena-*\/* \/mnt\/server\/\r\n\r\nrm -rf openarena-*\/ openarena.zip\r\n\r\n## install end\r\necho \"-----------------------------------------\"\r\necho \"Installation completed...\"\r\necho \"-----------------------------------------\"",
|
|
|
|
"container": "ghcr.io\/parkervcp\/installers:debian",
|
2021-04-24 01:35:56 +08:00
|
|
|
"entrypoint": "bash"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"variables": [
|
|
|
|
{
|
|
|
|
"name": "Game Map",
|
|
|
|
"description": "The map to load when the server starts.\r\nSee here for all maps available by default - https:\/\/openarena.fandom.com\/wiki\/Maps",
|
|
|
|
"env_variable": "GAME_MAP",
|
|
|
|
"default_value": "aggressor",
|
|
|
|
"user_viewable": true,
|
|
|
|
"user_editable": true,
|
2024-04-07 21:03:34 +08:00
|
|
|
"rules": "required|string",
|
|
|
|
"field_type": "text"
|
2021-04-24 01:35:56 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|