mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-10-31 00:48:07 +00:00 
			
		
		
		
	* image updates replaced basic debian with installers Changed pterodactyl images to use parker images * replace alpine images update alpine* to use installer:alpine Remove extra space <3 * Remove use of all quay.io images * Update all eggs to PTDL_v2 * Add back features to generic dart * move away from bullseye or buster * Fix Muse install --------- Co-authored-by: Quinten <67589015+QuintenQVD0@users.noreply.github.com>
		
			
				
	
	
		
			72 lines
		
	
	
		
			4.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			72 lines
		
	
	
		
			4.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
 | |
|     "meta": {
 | |
|         "version": "PTDL_v2",
 | |
|         "update_url": null
 | |
|     },
 | |
|     "exported_at": "2024-04-01T11:32:04+02:00",
 | |
|     "name": "Grand Theft Auto Connected",
 | |
|     "author": "admin@softwarenoob.com",
 | |
|     "description": "Grand Theft Auto Connected is a custom scriptable multiplayer modification for multiple Grand Theft Auto games.",
 | |
|     "features": null,
 | |
|     "docker_images": {
 | |
|         "ghcr.io\/parkervcp\/yolks:debian": "ghcr.io\/parkervcp\/yolks:debian"
 | |
|     },
 | |
|     "file_denylist": [],
 | |
|     "startup": ".\/Server",
 | |
|     "config": {
 | |
|         "files": "{\r\n    \"server.xml\": {\r\n        \"parser\": \"xml\",\r\n        \"find\": {\r\n            \"server.servername\": \"{{server.build.env.SERVERNAME}}\",\r\n            \"server.port\": \"{{server.build.default.port}}\",\r\n            \"server.httpport\": \"{{server.build.default.port}}\",\r\n            \"server.game\": \"{{server.build.env.GAMETYPE}}\",\r\n            \"server.serverbrowser\": \"{{server.build.env.SERVERBROWSER}}\"\r\n        }\r\n    }\r\n}",
 | |
|         "startup": "{\r\n    \"done\": \"Successfully added server\"\r\n}",
 | |
|         "logs": "{}",
 | |
|         "stop": "quit"
 | |
|     },
 | |
|     "scripts": {
 | |
|         "installation": {
 | |
|             "script": "#!\/bin\/bash\r\ncd \/mnt\/server\r\n\r\n\r\nif [ \"${DL_VERSION}\" == \"latest\" ]; then\r\n    DOWNLOAD_LINK=https:\/\/gtaconnected.com\/downloads\/server\/latest\/linux\r\nelse\r\n    DOWNLOAD_LINK=https:\/\/gtaconnected.com\/downloads\/GTAC-Server-Linux-${DL_VERSION}.tar.gz\r\nfi\r\n\r\nif [ ! -z \"${DOWNLOAD_LINK}\" ]; then \r\n    if curl --output \/dev\/null --silent --head --fail --location ${DOWNLOAD_LINK}; then\r\n        echo -e \"Chosen server version is valid.\"\r\n    else\r\n        echo -e \"Chosen server version is invalid, tried $DOWNLOAD_LINK. Exiting installation\"\r\n        exit 2\r\n    fi\r\nelse\r\n    echo -e \"no download link, stopping installation\"\r\n    exit 3\r\nfi\r\n\r\necho -e \"Downloading ${DL_VERSION} version of the server\"\r\ncurl -sSL ${DOWNLOAD_LINK} -o GTAC.tar.gz\r\necho \"Extracting files\"\r\ntar -xf GTAC.tar.gz\r\n\r\nchmod +x Server\r\nrm GTAC.tar.gz\r\n\r\necho \"Install complete\"",
 | |
|             "container": "ghcr.io\/parkervcp\/installers:debian",
 | |
|             "entrypoint": "bash"
 | |
|         }
 | |
|     },
 | |
|     "variables": [
 | |
|         {
 | |
|             "name": "Game type",
 | |
|             "description": "Sets the game this server will support. Available options: gta:iii, gta:vc, gta:sa, gta:ug, gta:iv, gta:eflc",
 | |
|             "env_variable": "GAMETYPE",
 | |
|             "default_value": "gta:iv",
 | |
|             "user_viewable": true,
 | |
|             "user_editable": true,
 | |
|             "rules": "required|string|in:gta:iii,gta:vc,gta:sa,gta:ug,gta:iv,gta:eflc",
 | |
|             "field_type": "text"
 | |
|         },
 | |
|         {
 | |
|             "name": "Server Name",
 | |
|             "description": "The name of the server, which appears in the server browser.",
 | |
|             "env_variable": "SERVERNAME",
 | |
|             "default_value": "Pterodactyl Server",
 | |
|             "user_viewable": true,
 | |
|             "user_editable": true,
 | |
|             "rules": "required|string|max:60",
 | |
|             "field_type": "text"
 | |
|         },
 | |
|         {
 | |
|             "name": "serverbrowser",
 | |
|             "description": "Whether to show the server in the server browser, set to true or false",
 | |
|             "env_variable": "SERVERBROWSER",
 | |
|             "default_value": "true",
 | |
|             "user_viewable": true,
 | |
|             "user_editable": true,
 | |
|             "rules": "required|string|in:true,false",
 | |
|             "field_type": "text"
 | |
|         },
 | |
|         {
 | |
|             "name": "Server Version",
 | |
|             "description": "The version of GATC to install such as 1.2.10, enter latest for the latest version.",
 | |
|             "env_variable": "DL_VERSION",
 | |
|             "default_value": "latest",
 | |
|             "user_viewable": true,
 | |
|             "user_editable": true,
 | |
|             "rules": "required|string|max:20",
 | |
|             "field_type": "text"
 | |
|         }
 | |
|     ]
 | |
| } |