mirror of
https://github.com/parkervcp/eggs.git
synced 2025-02-15 18:43:29 +08:00
Merge pull request #854 from acl1704/update/cuberite
Fix Cuberite unpack
This commit is contained in:
commit
192ee814e7
@ -3,10 +3,11 @@
|
|||||||
"meta": {
|
"meta": {
|
||||||
"version": "PTDL_v1"
|
"version": "PTDL_v1"
|
||||||
},
|
},
|
||||||
"exported_at": "2019-12-14T12:24:30-05:00",
|
"exported_at": "2020-12-08T17:25:20-08:00",
|
||||||
"name": "Cuberite",
|
"name": "Cuberite",
|
||||||
"author": "parker@parkervcp.com",
|
"author": "parker@parkervcp.com",
|
||||||
"description": "A lightweight, fast and extensible game server for Minecraft",
|
"description": "A lightweight, fast and extensible game server for Minecraft",
|
||||||
|
"features": null,
|
||||||
"image": "quay.io\/parkervcp\/pterodactyl-images:base_debian",
|
"image": "quay.io\/parkervcp\/pterodactyl-images:base_debian",
|
||||||
"startup": ".\/Cuberite",
|
"startup": ".\/Cuberite",
|
||||||
"config": {
|
"config": {
|
||||||
@ -17,7 +18,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"installation": {
|
"installation": {
|
||||||
"script": "#!\/bin\/ash\r\n# Cuberite\r\n#\r\n# Server Files: \/mnt\/server\r\napt update\r\napt install -y wget\r\n\r\ncd \/mnt\/server\r\n\r\nwget https:\/\/download.cuberite.org\/linux-x86_64\/Cuberite.tar.gz\r\n\r\ntar --strip-components=1 -xf Cuberite.tar.gz",
|
"script": "#!\/bin\/ash\r\n# Cuberite\r\n#\r\n# Server Files: \/mnt\/server\r\napt update\r\napt install -y wget\r\n\r\ncd \/mnt\/server\r\n\r\nwget https:\/\/download.cuberite.org\/linux-x86_64\/Cuberite.tar.gz\r\n\r\ntar -xzf Cuberite.tar.gz",
|
||||||
"container": "debian:buster-slim",
|
"container": "debian:buster-slim",
|
||||||
"entrypoint": "bash"
|
"entrypoint": "bash"
|
||||||
}
|
}
|
||||||
@ -28,8 +29,8 @@
|
|||||||
"description": "Server Description",
|
"description": "Server Description",
|
||||||
"env_variable": "SERV_DESC",
|
"env_variable": "SERV_DESC",
|
||||||
"default_value": "Cuberite on Pterodactyl!",
|
"default_value": "Cuberite on Pterodactyl!",
|
||||||
"user_viewable": 1,
|
"user_viewable": true,
|
||||||
"user_editable": 1,
|
"user_editable": true,
|
||||||
"rules": "nullable|string"
|
"rules": "nullable|string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -37,8 +38,8 @@
|
|||||||
"description": "The password for the webadmin panel 'admin' user",
|
"description": "The password for the webadmin panel 'admin' user",
|
||||||
"env_variable": "ADMIN_PASS",
|
"env_variable": "ADMIN_PASS",
|
||||||
"default_value": "ChangeMe",
|
"default_value": "ChangeMe",
|
||||||
"user_viewable": 1,
|
"user_viewable": true,
|
||||||
"user_editable": 1,
|
"user_editable": true,
|
||||||
"rules": "nullable|string"
|
"rules": "nullable|string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -46,8 +47,8 @@
|
|||||||
"description": "Port for the cuberite webadmin panel.",
|
"description": "Port for the cuberite webadmin panel.",
|
||||||
"env_variable": "WEB_PORT",
|
"env_variable": "WEB_PORT",
|
||||||
"default_value": "8080",
|
"default_value": "8080",
|
||||||
"user_viewable": 1,
|
"user_viewable": true,
|
||||||
"user_editable": 0,
|
"user_editable": false,
|
||||||
"rules": "required|integer|between:1,65535"
|
"rules": "required|integer|between:1,65535"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user