From 8fc69fe51be28b2cdef1c0f128b31620a501763c Mon Sep 17 00:00:00 2001 From: hwalker928 Date: Fri, 26 Mar 2021 21:28:33 +0000 Subject: [PATCH 1/3] Create egg-haste-server.json --- software/haste-server/egg-haste-server.json | 30 +++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 software/haste-server/egg-haste-server.json diff --git a/software/haste-server/egg-haste-server.json b/software/haste-server/egg-haste-server.json new file mode 100644 index 00000000..48d21609 --- /dev/null +++ b/software/haste-server/egg-haste-server.json @@ -0,0 +1,30 @@ +{ + "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", + "meta": { + "version": "PTDL_v1", + "update_url": null + }, + "exported_at": "2021-03-26T17:25:19-04:00", + "name": "haste-server", + "author": "freelance@harrydev.me", + "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, + "images": [ + "quay.io\/parkervcp\/pterodactyl-images:debian_nodejs-12" + ], + "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\/seejohnrun\/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", + "container": "node:12-buster-slim", + "entrypoint": "bash" + } + }, + "variables": [] +} From 2da2fefa20c4c7270b0c9fe85ac6f6556ec3bbcf Mon Sep 17 00:00:00 2001 From: hwalker928 Date: Fri, 26 Mar 2021 21:31:48 +0000 Subject: [PATCH 2/3] Create README.md --- software/haste-server/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 software/haste-server/README.md diff --git a/software/haste-server/README.md b/software/haste-server/README.md new file mode 100644 index 00000000..3d2e1881 --- /dev/null +++ b/software/haste-server/README.md @@ -0,0 +1,8 @@ +# haste-server +### Their [Github](https://github.com/seejohnrun/haste-server) +Host your own [Hastebin](https://hastebin.com). +### Server Ports +Ports required to run the server in a table format. +| Port | default | +| ---- | ------- | +| Game | 7777 | From 7603a494ca5fd47d8cb0320e0378b0d353b2722c Mon Sep 17 00:00:00 2001 From: hwalker928 Date: Fri, 26 Mar 2021 21:34:53 +0000 Subject: [PATCH 3/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f9d759a..41c887ca 100644 --- a/README.md +++ b/README.md @@ -215,4 +215,6 @@ If you are reading this it looks like you are looking to add an egg to your serv ## [Software](/software/) ### Code Server -* [Code-Server](/software/code-server) \ No newline at end of file +* [Code-Server](/software/code-server) +### haste-server +* [haste-server](/software/haste-server)