From 257fd670a2454521e5053b2a65e75fb2cffea4b3 Mon Sep 17 00:00:00 2001 From: antonand03 Date: Sun, 13 May 2018 00:24:17 +0200 Subject: [PATCH 1/3] Update README.md Added Rage-MP --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 824f9012..74a597c8 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ If you are submitting PR's try and keep names and titles the same. #### FiveM The [FiveM](https://fivem.net/) GTA 5 dedicated server +#### Rage-MP +The [Rage-MP](https://rage.mp/) GTA 5 dedicated server + #### SA:MP The [SA:MP](https://www.sa-mp.com/) GTA San Andreas dedicated server @@ -86,4 +89,4 @@ My own stupid chat bot [parkertron](https://github.com/parkervcp/parkertron) - More of a reason/way to test a python container. #### Sinusbot -TS3 and Discord music bot. [sinusbot](https://www.sinusbot.com/) \ No newline at end of file +TS3 and Discord music bot. [sinusbot](https://www.sinusbot.com/) From d24cf25bb9516e9932483730e9be85dfaf354038 Mon Sep 17 00:00:00 2001 From: antonand03 Date: Sun, 13 May 2018 00:28:33 +0200 Subject: [PATCH 2/3] Create conf.json --- GTA/RageMP/conf.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 GTA/RageMP/conf.json diff --git a/GTA/RageMP/conf.json b/GTA/RageMP/conf.json new file mode 100644 index 00000000..654321d9 --- /dev/null +++ b/GTA/RageMP/conf.json @@ -0,0 +1,11 @@ +{ + { + "announce": false, + "bind": "0.0.0.0", + "gamemode": "freeroam", + "name": "RAGE:MP Unofficial server", + "maxplayers": 100, + "port": 22005, + "streamdistance": 500.0 + } +} From b7e98e1d0bc1e4ec3897f68af84e3d6fb8f3dcb3 Mon Sep 17 00:00:00 2001 From: antonand03 Date: Sun, 13 May 2018 00:29:10 +0200 Subject: [PATCH 3/3] Create egg-rage--m-p.json --- GTA/RageMP/egg-rage--m-p.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 GTA/RageMP/egg-rage--m-p.json diff --git a/GTA/RageMP/egg-rage--m-p.json b/GTA/RageMP/egg-rage--m-p.json new file mode 100644 index 00000000..2daa09b3 --- /dev/null +++ b/GTA/RageMP/egg-rage--m-p.json @@ -0,0 +1,26 @@ +{ + "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", + "meta": { + "version": "PTDL_v1" + }, + "exported_at": "2018-05-12T21:29:00+02:00", + "name": "Rage.MP", + "author": "noreply.waypointhosting@gmail.com", + "description": "https:\/\/rage.mp\/", + "image": "quay.io\/pterodactyl\/core:glibc", + "startup": ".\/server", + "config": { + "files": "{\r\n \"conf.json\": {\r\n \"parser\": \"json\",\r\n \"find\": {\r\n \"port\": \"{{server.build.default.port}}\"\r\n }\r\n }\r\n}", + "startup": "{}", + "logs": "{\r\n \"custom\": true,\r\n \"location\": \"logs\/latest.log\"\r\n}", + "stop": "^C" + }, + "scripts": { + "installation": { + "script": "apt update\r\napt -y install curl tar libstdc++6\r\n\r\ncd \/mnt\/server\r\ncurl -sSL -o ragemp-srv.tar.gz https:\/\/cdn.rage.mp\/lin\/ragemp-srv.tar.gz\r\n\r\ntar -xzvf ragemp-srv.tar.gz --strip 1 -C \/mnt\/server\r\nrm ragemp-srv.tar.gz\r\nchmod +x .\/server\r\n\r\nif [ -e conf.json ]; then\r\n echo \"server config file exists\"\r\nelse\r\n echo \"Downloading default rage.mp config\"\r\n curl https:\/\/raw.githubusercontent.com\/LordDamionDevil\/ragemppterodactyl\/master\/conf.json >> conf.json\r\nfi\r\n\r\necho \"install complete\"\r\n\r\nexit 0", + "container": "ubuntu:16.04", + "entrypoint": "bash" + } + }, + "variables": [] +}