| @@ -1,19 +1,21 @@ | |||||||
| { | { | ||||||
|     "_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": "2021-07-21T18:23:17+03:00", |     "exported_at": "2022-10-24T19:20:23+02:00", | ||||||
|     "name": "Generic Java", |     "name": "Generic Java", | ||||||
|     "author": "sneaky@sneakyhub.com", |     "author": "sneaky@sneakyhub.com", | ||||||
|     "description": "Creates a container that runs java.", |     "description": "Creates a container that runs java.", | ||||||
|     "features": null, |     "features": null, | ||||||
|     "images": [ |     "docker_images": { | ||||||
|         "ghcr.io\/parkervcp\/yolks:java_8", |         "ghcr.io\/parkervcp\/yolks:java_8": "ghcr.io\/parkervcp\/yolks:java_8", | ||||||
|         "ghcr.io\/parkervcp\/yolks:java_11", |         "ghcr.io\/parkervcp\/yolks:java_11": "ghcr.io\/parkervcp\/yolks:java_11", | ||||||
|         "ghcr.io\/parkervcp\/yolks:java_16" |         "ghcr.io\/parkervcp\/yolks:java_16": "ghcr.io\/parkervcp\/yolks:java_16", | ||||||
|     ], |         "ghcr.io\/parkervcp\/yolks:java_17": "ghcr.io\/parkervcp\/yolks:java_17", | ||||||
|  |         "ghcr.io\/parkervcp\/yolks:java_19": "ghcr.io\/parkervcp\/yolks:java_19" | ||||||
|  |     }, | ||||||
|     "file_denylist": [], |     "file_denylist": [], | ||||||
|     "startup": "java -Dterminal.jline=false -Dterminal.ansi=true -jar {{JARFILE}}", |     "startup": "java -Dterminal.jline=false -Dterminal.ansi=true -jar {{JARFILE}}", | ||||||
|     "config": { |     "config": { | ||||||
| @@ -25,7 +27,7 @@ | |||||||
|     "scripts": { |     "scripts": { | ||||||
|         "installation": { |         "installation": { | ||||||
|             "script": "#!\/bin\/bash\r\n# Java Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\nPROJECT=java\r\n\r\napt update\r\napt install -y curl jq\r\n\r\ncd \/mnt\/server", |             "script": "#!\/bin\/bash\r\n# Java Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\nPROJECT=java\r\n\r\napt update\r\napt install -y curl jq\r\n\r\ncd \/mnt\/server", | ||||||
|             "container": "debian:buster-slim", |             "container": "ghcr.io\/parkervcp\/yolks:debian", | ||||||
|             "entrypoint": "bash" |             "entrypoint": "bash" | ||||||
|         } |         } | ||||||
|     }, |     }, | ||||||
| @@ -37,7 +39,8 @@ | |||||||
|             "default_value": "sneakyhub.jar", |             "default_value": "sneakyhub.jar", | ||||||
|             "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" | ||||||
|         } |         } | ||||||
|     ] |     ] | ||||||
| } | } | ||||||
		Reference in New Issue
	
	Block a user