1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-07 08:07:09 +02:00
parkervcp-pterodactyl-eggs/software/haste-server/egg-haste-server.json

31 lines
1.5 KiB
JSON
Raw Normal View History

2021-03-26 22:28:33 +01:00
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
2022-11-26 18:59:43 +01:00
"version": "PTDL_v2",
2021-03-26 22:28:33 +01:00
"update_url": null
},
2022-11-26 18:59:43 +01:00
"exported_at": "2022-11-26T18:59:06+01:00",
2021-03-26 22:28:33 +01:00
"name": "haste-server",
2021-09-09 17:57:31 +02:00
"author": "eggs@harryw.link",
2021-03-26 22:28:33 +01:00
"description": "Haste is an open-source pastebin software written in node.js, which is easily installable in any network. It can be backed by either redis or filesystem, and has a very easy adapter interface for other stores. A publicly available version can be found at hastebin.com",
"features": null,
2022-11-26 18:59:43 +01:00
"docker_images": {
"ghcr.io\/parkervcp\/yolks:nodejs_18": "ghcr.io\/parkervcp\/yolks:nodejs_18"
},
"file_denylist": [],
2021-03-26 22:28:33 +01:00
"startup": "npm start",
"config": {
"files": "{\r\n \"config.js\": {\r\n \"parser\": \"json\",\r\n \"find\": {\r\n \"port\": \"{{server.build.default.port}}\"\r\n }\r\n }\r\n}",
"startup": "{\r\n \"done\": \"listening on\"\r\n}",
"logs": "{}",
"stop": "^C"
},
"scripts": {
"installation": {
"script": "#!\/bin\/bash\r\n\r\napt update\r\napt install -y git curl\r\nmkdir -p \/mnt\/server\r\ncd \/mnt\/server\r\n\r\ngit clone https:\/\/github.com\/toptal\/haste-server\r\ncd haste-server\r\nmv * \/mnt\/server\r\ncd ..\r\nrm -rf haste-server\r\nnpm install\r\n\r\nexit 0",
2022-11-26 18:59:43 +01:00
"container": "node:16-bullseye-slim",
2021-03-26 22:28:33 +01:00
"entrypoint": "bash"
}
},
"variables": []
2022-11-26 18:59:43 +01:00
}