2020-10-10 22:48:06 +08:00
{
"_comment" : "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO" ,
"meta" : {
2023-01-18 22:46:15 +08:00
"version" : "PTDL_v2" ,
2021-07-23 17:04:47 +08:00
"update_url" : null
2020-10-10 22:48:06 +08:00
} ,
2023-03-04 22:05:57 +08:00
"exported_at" : "2023-03-04T15:04:21+01:00" ,
2020-10-10 22:48:06 +08:00
"name" : "Among Us - Impostor Server" ,
"author" : "info@goover.de" ,
2023-01-18 22:46:15 +08:00
"description" : "Impostor is one of the first Among Us private servers, written in C#.\r\n\r\nThere are no special features at this moment, the goal is aiming to be as close as possible to the real server, for now. In a later stage, making modifications to game logic by modifying GameData packets can be looked at." ,
2020-11-20 22:01:21 +08:00
"features" : null ,
2023-01-18 22:46:15 +08:00
"docker_images" : {
"Dotnet_7" : "ghcr.io\/parkervcp\/yolks:dotnet_7" ,
"Dotnet_6" : "ghcr.io\/parkervcp\/yolks:dotnet_6"
} ,
2021-07-23 17:04:47 +08:00
"file_denylist" : [ ] ,
2020-10-10 22:48:06 +08:00
"startup" : ".\/Impostor.Server" ,
"config" : {
2020-11-12 21:11:39 +08:00
"files" : "{\r\n \"config.json\": {\r\n \"parser\": \"json\",\r\n \"find\": {\r\n \"Server.PublicPort\": \"{{server.build.default.port}}\",\r\n \"Server.ListenPort\": \"{{server.build.default.port}}\"\r\n }\r\n }\r\n}" ,
2021-07-23 17:04:47 +08:00
"startup" : "{\r\n \"done\": \"Matchmaker is listening on\"\r\n}" ,
2020-10-10 22:48:06 +08:00
"logs" : "{}" ,
2021-07-23 17:04:47 +08:00
"stop" : "^^C"
2020-10-10 22:48:06 +08:00
} ,
"scripts" : {
"installation" : {
2023-03-04 22:05:57 +08:00
"script" : "#!\/bin\/bash\r\n\r\napt update\r\napt -y install curl jq tar\r\n\r\nmkdir -p \/mnt\/server\r\ncd \/mnt\/server\r\n\r\n## get release info and download links\r\nLATEST_JSON=$(curl --silent \"https:\/\/api.github.com\/repos\/Impostor\/Impostor\/releases\/latest\")\r\nRELEASES=$(curl --silent \"https:\/\/api.github.com\/repos\/Impostor\/Impostor\/releases\")\r\nMATCH=$([[ \"$(uname -m)\" == \"x86_64\" ]] && echo \"linux-x64\" || echo \"linux-arm64\")\r\n\r\nif [ -z \"${VERSION}\" ] || [ \"${VERSION}\" == \"latest\" ]; then\r\n DOWNLOAD_URL=$(echo ${LATEST_JSON} | jq .assets | jq -r .[].browser_download_url | grep -i ${MATCH})\r\nelse\r\n VERSION_CHECK=$(echo ${RELEASES} | jq -r --arg VERSION \"${VERSION}\" '.[] | select(.tag_name==$VERSION) | .tag_name')\r\n if [ \"${VERSION}\" == \"${VERSION_CHECK}\" ]; then\r\n DOWNLOAD_URL=$(echo ${RELEASES} | jq -r --arg VERSION \"${VERSION}\" '.[] | select(.tag_name==$VERSION) | .assets[].browser_download_url' | grep -i ${MATCH})\r\n else\r\n echo -e \"defaulting to latest release\"\r\n DOWNLOAD_URL=$(echo ${LATEST_JSON} | jq .assets | jq -r .[].browser_download_url)\r\n fi\r\nfi\r\n\r\necho -e \"\\nDownloading from $DOWNLOAD_URL\"\r\ncurl -sSL -o imposter-server.tar.gz $DOWNLOAD_URL\r\n\r\n\r\necho -e \"\\nUnpacking .tar.gz\"\r\ntar xvf imposter-server.tar.gz\r\n\r\nrm imposter-server.tar.gz\r\nchmod +x Impostor.Server\r\n\r\necho -e \"\\nInstall completed\"" ,
2023-01-18 22:46:15 +08:00
"container" : "debian:bullseye-slim" ,
2020-10-10 22:48:06 +08:00
"entrypoint" : "bash"
}
} ,
"variables" : [
{
2021-07-23 17:04:47 +08:00
"name" : "Download Version" ,
2023-01-18 22:46:15 +08:00
"description" : "Version to Download. Leave latest for the latest release.\r\n\r\nFind all releases at https:\/\/github.com\/Impostor\/Impostor\/releases\r\nNote: versions start with a v, example: v1.8.0" ,
2020-10-23 21:15:37 +08:00
"env_variable" : "VERSION" ,
"default_value" : "latest" ,
"user_viewable" : true ,
"user_editable" : true ,
2023-01-18 22:46:15 +08:00
"rules" : "required|string|max:30" ,
"field_type" : "text"
2020-10-10 22:48:06 +08:00
}
]
2022-06-22 22:12:56 +08:00
}