2024-06-02 20:44:28 +02:00
{
2024-10-20 20:26:37 +02:00
"_comment" : "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO" ,
2024-06-02 20:44:28 +02:00
"meta" : {
2024-10-20 20:26:37 +02:00
"version" : "PTDL_v2" ,
"update_url" : null
2024-06-02 20:44:28 +02:00
} ,
2024-10-20 20:26:37 +02:00
"exported_at" : "2024-10-20T20:24:42+02:00" ,
2024-06-02 20:44:28 +02:00
"name" : "Hogwarp" ,
"author" : "imkringle@proton.me" ,
2024-10-20 20:26:37 +02:00
"description" : "A Pterodactyl egg for the Hogwarts Legacy mod Hogwarp - For more info see their Nexus: https:\/\/www.nexusmods.com\/hogwartslegacy\/mods\/1378" ,
2024-06-02 20:44:28 +02:00
"features" : null ,
"docker_images" : {
2024-10-20 20:26:37 +02:00
"ghcr.io\/parkervcp\/yolks:wine_latest" : "ghcr.io\/parkervcp\/yolks:wine_latest"
2024-06-02 20:44:28 +02:00
} ,
"file_denylist" : [ ] ,
"startup" : "export WINEDLLOVERRIDES=\"mscoree=n,b;mshtml=n,b\"; wine HogWarpServer.exe" ,
"config" : {
"files" : "{\r\n \"config.json\": {\r\n \"parser\": \"json\",\r\n \"find\": {\r\n \"ApiKey\": \"{{env.API_KEY}}\",\r\n \"Name\": \"{{env.SERV_NAME}}\",\r\n \"Port\": \"{{server.build.default.port}}\",\r\n \"Description\": \"{{env.SERV_DESC}}\",\r\n \"MaxPlayer\": \"{{env.MAX_PLAYERS}}\",\r\n \"IconUrl\": \"{{env.SERV_ICON}}\"\r\n }\r\n }\r\n}" ,
"startup" : "{\r\n \"done\": \"Server started on port \"\r\n}" ,
2024-10-20 20:26:37 +02:00
"logs" : "{}" ,
2024-06-02 20:44:28 +02:00
"stop" : "^^C"
} ,
"scripts" : {
"installation" : {
2024-10-20 20:26:37 +02:00
"script" : "#Hogwarp Install Script\r\n\r\napt update -y\r\napt install -y curl file unzip\r\n\r\nif [ ! -d \/mnt\/server ]; then\r\n mkdir -p \/mnt\/server\/\r\nfi\r\n\r\ncd \/mnt\/server\/\r\nARCHIVE_NAME=\"Hogwarp.zip\"\r\n\r\n# Validate link\r\nif [ ! -z \"${DOWNLOAD_URL}\" ]; then \r\n if curl --output \/dev\/null --silent --head --fail ${DOWNLOAD_URL}; then\r\n echo -e \"link is valid. setting download link to ${DOWNLOAD_URL}\"\r\n DOWNLOAD_LINK=${DOWNLOAD_URL}\r\n else \r\n echo -e \"link is invalid closing out\"\r\n exit 2\r\n fi\r\nfi\r\n\r\ncurl -sSL ${DOWNLOAD_LINK} -o $ARCHIVE_NAME\r\n\r\n# Unpack Server zip\r\n# Backup and restore logic for config.json\r\nif [ -f \/mnt\/server\/config.json ]; then\r\n mv \/mnt\/server\/config.json \/mnt\/server\/config-backup.json\r\n unzip -o $ARCHIVE_NAME -d \/mnt\/server\r\n rm -f \/mnt\/server\/config.json\r\n mv \/mnt\/server\/config-backup.json \/mnt\/server\/config.json\r\nelse\r\n unzip -o $ARCHIVE_NAME -d \/mnt\/server\r\nfi\r\n\r\n#Create the Plugins folder\r\nmkdir -p \/mnt\/server\/plugins\/\r\n\r\n\r\n## Install End\r\necho \"-----------------------------------------\"\r\necho \"Hogwarp Is Installed!\"\r\necho \"-----------------------------------------\"" ,
"container" : "ghcr.io\/parkervcp\/installers:debian" ,
"entrypoint" : "bash"
2024-06-02 20:44:28 +02:00
}
} ,
"variables" : [
{
"name" : "Wine Tricks" ,
"description" : "" ,
"env_variable" : "WINETRICKS_RUN" ,
2024-10-20 20:26:37 +02:00
"default_value" : "dotnet8" ,
2024-06-02 20:44:28 +02:00
"user_viewable" : false ,
"user_editable" : false ,
"rules" : "nullable|string" ,
"field_type" : "text"
} ,
{
"name" : "Hogwarp API Key" ,
2024-10-20 20:26:37 +02:00
"description" : "A API required to boot - https:\/\/presence.hogwarp.com\/login\r\n- If not set on install it will fail. Set API Key then Reinstall Files" ,
2024-06-02 20:44:28 +02:00
"env_variable" : "API_KEY" ,
"default_value" : "CHANGEME" ,
"user_viewable" : true ,
"user_editable" : true ,
"rules" : "required|string" ,
"field_type" : "text"
} ,
{
"name" : "Server Name" ,
"description" : "A name that displays on the Hogwarp list" ,
"env_variable" : "SERV_NAME" ,
"default_value" : "Ptero Hogwarp Server" ,
"user_viewable" : true ,
"user_editable" : true ,
"rules" : "required|string" ,
"field_type" : "text"
} ,
{
"name" : "WineARCH" ,
"description" : "Arch type for Wine" ,
"env_variable" : "WINEARCH" ,
"default_value" : "win64" ,
"user_viewable" : false ,
"user_editable" : false ,
"rules" : "required" ,
"field_type" : "text"
} ,
{
"name" : "Max Players" ,
2024-10-20 20:26:37 +02:00
"description" : "Max players for a server, this depends on your Patreon level for Hogwarp\r\nhttps:\/\/www.patreon.com\/tiltedphoques - ( 4, 8, 16, No Limit ) In that order." ,
2024-06-02 20:44:28 +02:00
"env_variable" : "MAX_PLAYERS" ,
"default_value" : "4" ,
"user_viewable" : true ,
"user_editable" : true ,
"rules" : "required|integer" ,
"field_type" : "text"
} ,
{
"name" : "Server Icon URL" ,
"description" : "The icon that displays on Hogwarps multiplayer listing" ,
"env_variable" : "SERV_ICON" ,
"default_value" : "" ,
"user_viewable" : true ,
"user_editable" : true ,
"rules" : "nullable|string" ,
"field_type" : "text"
} ,
{
"name" : "Server Description" ,
"description" : "The description that shows on the Multiplayer list" ,
"env_variable" : "SERV_DESC" ,
"default_value" : "" ,
"user_viewable" : true ,
"user_editable" : true ,
"rules" : "nullable|string" ,
"field_type" : "text"
} ,
{
"name" : "Download URL" ,
2024-10-20 20:26:37 +02:00
"description" : "URL to pull the files from - By default this is blank. Files can be found in Discord!" ,
2024-06-02 20:44:28 +02:00
"env_variable" : "DOWNLOAD_URL" ,
2024-10-20 20:26:37 +02:00
"default_value" : "" ,
2024-06-02 20:44:28 +02:00
"user_viewable" : false ,
"user_editable" : false ,
2024-10-20 20:26:37 +02:00
"rules" : "nullable|string" ,
2024-06-02 20:44:28 +02:00
"field_type" : "text"
} ,
{
"name" : "WINEDEBUG" ,
"description" : "" ,
"env_variable" : "WINEDEBUG" ,
"default_value" : "-all" ,
"user_viewable" : false ,
"user_editable" : false ,
"rules" : "nullable" ,
"field_type" : "text"
}
]
}