mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-11-04 10:58:06 +00:00 
			
		
		
		
	Exported from Panel
Exported from Panel
This commit is contained in:
		
							parent
							
								
									62cec86e02
								
							
						
					
					
						commit
						2f1747a816
					
				@ -1,19 +1,19 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
 | 
					    "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
 | 
				
			||||||
    "meta": {
 | 
					    "meta": {
 | 
				
			||||||
        "version": "PTDL_v1",
 | 
					        "version": "PTDL_v2",
 | 
				
			||||||
        "update_url": null
 | 
					        "update_url": null
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "exported_at": "2022-05-06T10:50:50+02:00",
 | 
					    "exported_at": "2023-05-10T03:31:04+02:00",
 | 
				
			||||||
    "name": "Project Zomboid",
 | 
					    "name": "Project Zomboid",
 | 
				
			||||||
    "author": "iamkubi@gmail.com",
 | 
					    "author": "pkrawiecki@gmail.com",
 | 
				
			||||||
    "description": "Project Zomboid is an open world survival horror video game in alpha stage development by British and Canadian independent developer, The Indie Stone. The game is set in a post apocalyptic, zombie infested world where the player is challenged to survive for as long as possible before inevitably dying.",
 | 
					    "description": "Project Zomboid is an open world survival horror video game in alpha stage development by British and Canadian independent developer, The Indie Stone. The game is set in a post apocalyptic, zombie infested world where the player is challenged to survive for as long as possible before inevitably dying.",
 | 
				
			||||||
    "features": [
 | 
					    "features": [
 | 
				
			||||||
        "steam_disk_space"
 | 
					        "steam_disk_space"
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "images": [
 | 
					    "docker_images": {
 | 
				
			||||||
        "ghcr.io\/parkervcp\/games:source"
 | 
					        "ghcr.io\/parkervcp\/games:source": "ghcr.io\/parkervcp\/games:source"
 | 
				
			||||||
    ],
 | 
					    },
 | 
				
			||||||
    "file_denylist": [],
 | 
					    "file_denylist": [],
 | 
				
			||||||
    "startup": "\/home\/container\/start-server.sh -port {{SERVER_PORT}} -udpport {{STEAM_PORT}} -cachedir=\/home\/container\/.cache -servername \"{{SERVER_NAME}}\" -adminusername {{ADMIN_USER}} -adminpassword \"{{ADMIN_PASSWORD}}\"",
 | 
					    "startup": "\/home\/container\/start-server.sh -port {{SERVER_PORT}} -udpport {{STEAM_PORT}} -cachedir=\/home\/container\/.cache -servername \"{{SERVER_NAME}}\" -adminusername {{ADMIN_USER}} -adminpassword \"{{ADMIN_PASSWORD}}\"",
 | 
				
			||||||
    "config": {
 | 
					    "config": {
 | 
				
			||||||
@ -37,7 +37,8 @@
 | 
				
			|||||||
            "default_value": "Pterodactyl",
 | 
					            "default_value": "Pterodactyl",
 | 
				
			||||||
            "user_viewable": true,
 | 
					            "user_viewable": true,
 | 
				
			||||||
            "user_editable": true,
 | 
					            "user_editable": true,
 | 
				
			||||||
            "rules": "required|alpha_num|max:64"
 | 
					            "rules": "required|alpha_num|max:64",
 | 
				
			||||||
 | 
					            "field_type": "text"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "Admin Username",
 | 
					            "name": "Admin Username",
 | 
				
			||||||
@ -46,7 +47,8 @@
 | 
				
			|||||||
            "default_value": "admin",
 | 
					            "default_value": "admin",
 | 
				
			||||||
            "user_viewable": true,
 | 
					            "user_viewable": true,
 | 
				
			||||||
            "user_editable": true,
 | 
					            "user_editable": true,
 | 
				
			||||||
            "rules": "required|string|max:20"
 | 
					            "rules": "required|string|max:20",
 | 
				
			||||||
 | 
					            "field_type": "text"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "Admin Password",
 | 
					            "name": "Admin Password",
 | 
				
			||||||
@ -55,16 +57,18 @@
 | 
				
			|||||||
            "default_value": "password",
 | 
					            "default_value": "password",
 | 
				
			||||||
            "user_viewable": true,
 | 
					            "user_viewable": true,
 | 
				
			||||||
            "user_editable": true,
 | 
					            "user_editable": true,
 | 
				
			||||||
            "rules": "required|string|max:32"
 | 
					            "rules": "required|string|max:32",
 | 
				
			||||||
 | 
					            "field_type": "text"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "SteamPort",
 | 
					            "name": "SteamPort",
 | 
				
			||||||
            "description": "Sets the UFPPort option",
 | 
					            "description": "Sets the UDPPort option",
 | 
				
			||||||
            "env_variable": "STEAM_PORT",
 | 
					            "env_variable": "STEAM_PORT",
 | 
				
			||||||
            "default_value": "16262",
 | 
					            "default_value": "16262",
 | 
				
			||||||
            "user_viewable": true,
 | 
					            "user_viewable": true,
 | 
				
			||||||
            "user_editable": true,
 | 
					            "user_editable": true,
 | 
				
			||||||
            "rules": "required|string|max:20"
 | 
					            "rules": "required|string|max:20",
 | 
				
			||||||
 | 
					            "field_type": "text"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "Max Players",
 | 
					            "name": "Max Players",
 | 
				
			||||||
@ -73,7 +77,8 @@
 | 
				
			|||||||
            "default_value": "10",
 | 
					            "default_value": "10",
 | 
				
			||||||
            "user_viewable": true,
 | 
					            "user_viewable": true,
 | 
				
			||||||
            "user_editable": false,
 | 
					            "user_editable": false,
 | 
				
			||||||
            "rules": "required|string|max:20"
 | 
					            "rules": "required|string|max:20",
 | 
				
			||||||
 | 
					            "field_type": "text"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "PZ Steam App ID",
 | 
					            "name": "PZ Steam App ID",
 | 
				
			||||||
@ -82,7 +87,8 @@
 | 
				
			|||||||
            "default_value": "380870",
 | 
					            "default_value": "380870",
 | 
				
			||||||
            "user_viewable": false,
 | 
					            "user_viewable": false,
 | 
				
			||||||
            "user_editable": false,
 | 
					            "user_editable": false,
 | 
				
			||||||
            "rules": "required|string|max:20"
 | 
					            "rules": "required|string|max:20",
 | 
				
			||||||
 | 
					            "field_type": "text"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "Steam Beta Branch [requires reinstall]",
 | 
					            "name": "Steam Beta Branch [requires reinstall]",
 | 
				
			||||||
@ -91,7 +97,8 @@
 | 
				
			|||||||
            "default_value": "",
 | 
					            "default_value": "",
 | 
				
			||||||
            "user_viewable": true,
 | 
					            "user_viewable": true,
 | 
				
			||||||
            "user_editable": true,
 | 
					            "user_editable": true,
 | 
				
			||||||
            "rules": "nullable|string|max:64"
 | 
					            "rules": "nullable|string|max:64",
 | 
				
			||||||
 | 
					            "field_type": "text"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "Steam Auto Update",
 | 
					            "name": "Steam Auto Update",
 | 
				
			||||||
@ -100,7 +107,8 @@
 | 
				
			|||||||
            "default_value": "0",
 | 
					            "default_value": "0",
 | 
				
			||||||
            "user_viewable": true,
 | 
					            "user_viewable": true,
 | 
				
			||||||
            "user_editable": true,
 | 
					            "user_editable": true,
 | 
				
			||||||
            "rules": "required|string|max:20"
 | 
					            "rules": "required|string|max:20",
 | 
				
			||||||
 | 
					            "field_type": "text"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user