From d0f79e117fb3f0e0c530583d6023d2ec698be759 Mon Sep 17 00:00:00 2001 From: Daave Date: Sat, 24 Mar 2018 09:53:38 +0000 Subject: [PATCH 1/7] Added arma 3 egg --- RVR4/egg-arma3.json | 108 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 RVR4/egg-arma3.json diff --git a/RVR4/egg-arma3.json b/RVR4/egg-arma3.json new file mode 100644 index 00000000..11380156 --- /dev/null +++ b/RVR4/egg-arma3.json @@ -0,0 +1,108 @@ +{ + "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", + "meta": { + "version": "PTDL_v1" + }, + "exported_at": "2018-03-24T09:51:46+00:00", + "name": "Arma 3", + "author": "daave@aaathats3as.com", + "description": "Experience true combat gameplay in a massive military sandbox. Deploying a wide variety of single- and multiplayer content, over 20 vehicles and 40 weapons, and limitless opportunities for content creation, this is the PC's premier military game. Authentic, diverse, open - Arma 3 sends you to war.", + "image": "quay.io\/daave\/containers:rvr4", + "startup": ".\/arma3server -netlog -ip=0.0.0.0 -port={{SERVER_PORT}} -cfg={{CFG}} -config={{CONFIG}} {{CUSTOM}} -mod=\"{{MODS}}\" -serverMod=\"{{SERVERMODS}}\"", + "config": { + "files": "{}", + "startup": "{\r\n \"done\": \"Connected to Steam servers\",\r\n \"userInteraction\": []\r\n}", + "logs": "{\r\n \"custom\": true,\r\n \"location\": \"latest.log\"\r\n}", + "stop": "^C" + }, + "scripts": { + "installation": { + "script": "#!\/bin\/ash\r\n# steamcmd: Installation Script\r\n# \r\napk update\r\napk add tar curl\r\n\r\ncd \/tmp\r\n\r\ncurl -sSLO http:\/\/media.steampowered.com\/installer\/steamcmd_linux.tar.gz\r\n\r\nmkdir -p \/mnt\/server\/steamcmd\r\nmkdir -p \"\/mnt\/server\/.local\/share\/Arma 3\" && mkdir -p \"\/mnt\/server\/.local\/share\/Arma 3 - Other Profiles\"\r\nmkdir -p \/mnt\/server\/server\/logs\r\ntouch mnt\/server\/latest.log\r\ntar -xzvf steamcmd_linux.tar.gz -C \/mnt\/server\/steamcmd", + "container": "alpine:3.4", + "entrypoint": "ash" + } + }, + "variables": [ + { + "name": "Update Server", + "description": "Set to 1 to update the server, otherwise keep at 0", + "env_variable": "UPDATE", + "default_value": "0", + "user_viewable": 1, + "user_editable": 1, + "rules": "required|boolean" + }, + { + "name": "Game App ID", + "description": "Steam CMD App ID.", + "env_variable": "APP_ID", + "default_value": "233780", + "user_viewable": 1, + "user_editable": 0, + "rules": "required|alpha_dash|between:1,100" + }, + { + "name": "Config CFG", + "description": "Config CFG", + "env_variable": "CFG", + "default_value": "cfg.cfg", + "user_viewable": 1, + "user_editable": 1, + "rules": "string" + }, + { + "name": "Config", + "description": "Config", + "env_variable": "CONFIG", + "default_value": "config.cfg", + "user_viewable": 1, + "user_editable": 1, + "rules": "string" + }, + { + "name": "Custom Command Line Option.", + "description": "Put -autoinit or related things in here :)", + "env_variable": "CUSTOM", + "default_value": "", + "user_viewable": 1, + "user_editable": 1, + "rules": "string" + }, + { + "name": "SERVERMODS", + "description": "This is where you put the files that go along with the -serverMods startup option.", + "env_variable": "SERVERMODS", + "default_value": "", + "user_viewable": 1, + "user_editable": 1, + "rules": "string" + }, + { + "name": "Mods", + "description": "This is where you put mods that go along with the -mods startup option", + "env_variable": "MODS", + "default_value": "", + "user_viewable": 1, + "user_editable": 1, + "rules": "string" + }, + { + "name": "Steam User", + "description": "Admin only", + "env_variable": "STEAM_USER", + "default_value": "", + "user_viewable": 0, + "user_editable": 0, + "rules": "required|string" + }, + { + "name": "STEAM_PASS", + "description": "STEAM_PASS", + "env_variable": "STEAM_PASS", + "default_value": "", + "user_viewable": 0, + "user_editable": 0, + "rules": "required|string" + } + ] +} From 47dc12e52fe308984175de929c8ee830ad721883 Mon Sep 17 00:00:00 2001 From: Daave Date: Sun, 25 Mar 2018 14:45:24 +0100 Subject: [PATCH 2/7] added arma 3 to the readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 75ec01cd..6aca4ff4 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ The [SA:MP](https://www.sa-mp.com/) GTA San Andreas dedicated server #### factorio The [Factorio](https://factorio.com/) dedicated server +### RVR4 +#### Arma 3 +The [Arma 3](https://arma3.com/) dedicated server + ### Terraria #### tShock The [tShock](https://tshock.co) modded server. From a1fc07e9ce55a38017bf3cac26c5bdbf9450b3f2 Mon Sep 17 00:00:00 2001 From: Daave Date: Tue, 27 Mar 2018 14:59:32 +0100 Subject: [PATCH 3/7] Moving egg --- RVR4/egg-arma3.json | 108 -------------------------------------------- 1 file changed, 108 deletions(-) delete mode 100644 RVR4/egg-arma3.json diff --git a/RVR4/egg-arma3.json b/RVR4/egg-arma3.json deleted file mode 100644 index 11380156..00000000 --- a/RVR4/egg-arma3.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", - "meta": { - "version": "PTDL_v1" - }, - "exported_at": "2018-03-24T09:51:46+00:00", - "name": "Arma 3", - "author": "daave@aaathats3as.com", - "description": "Experience true combat gameplay in a massive military sandbox. Deploying a wide variety of single- and multiplayer content, over 20 vehicles and 40 weapons, and limitless opportunities for content creation, this is the PC's premier military game. Authentic, diverse, open - Arma 3 sends you to war.", - "image": "quay.io\/daave\/containers:rvr4", - "startup": ".\/arma3server -netlog -ip=0.0.0.0 -port={{SERVER_PORT}} -cfg={{CFG}} -config={{CONFIG}} {{CUSTOM}} -mod=\"{{MODS}}\" -serverMod=\"{{SERVERMODS}}\"", - "config": { - "files": "{}", - "startup": "{\r\n \"done\": \"Connected to Steam servers\",\r\n \"userInteraction\": []\r\n}", - "logs": "{\r\n \"custom\": true,\r\n \"location\": \"latest.log\"\r\n}", - "stop": "^C" - }, - "scripts": { - "installation": { - "script": "#!\/bin\/ash\r\n# steamcmd: Installation Script\r\n# \r\napk update\r\napk add tar curl\r\n\r\ncd \/tmp\r\n\r\ncurl -sSLO http:\/\/media.steampowered.com\/installer\/steamcmd_linux.tar.gz\r\n\r\nmkdir -p \/mnt\/server\/steamcmd\r\nmkdir -p \"\/mnt\/server\/.local\/share\/Arma 3\" && mkdir -p \"\/mnt\/server\/.local\/share\/Arma 3 - Other Profiles\"\r\nmkdir -p \/mnt\/server\/server\/logs\r\ntouch mnt\/server\/latest.log\r\ntar -xzvf steamcmd_linux.tar.gz -C \/mnt\/server\/steamcmd", - "container": "alpine:3.4", - "entrypoint": "ash" - } - }, - "variables": [ - { - "name": "Update Server", - "description": "Set to 1 to update the server, otherwise keep at 0", - "env_variable": "UPDATE", - "default_value": "0", - "user_viewable": 1, - "user_editable": 1, - "rules": "required|boolean" - }, - { - "name": "Game App ID", - "description": "Steam CMD App ID.", - "env_variable": "APP_ID", - "default_value": "233780", - "user_viewable": 1, - "user_editable": 0, - "rules": "required|alpha_dash|between:1,100" - }, - { - "name": "Config CFG", - "description": "Config CFG", - "env_variable": "CFG", - "default_value": "cfg.cfg", - "user_viewable": 1, - "user_editable": 1, - "rules": "string" - }, - { - "name": "Config", - "description": "Config", - "env_variable": "CONFIG", - "default_value": "config.cfg", - "user_viewable": 1, - "user_editable": 1, - "rules": "string" - }, - { - "name": "Custom Command Line Option.", - "description": "Put -autoinit or related things in here :)", - "env_variable": "CUSTOM", - "default_value": "", - "user_viewable": 1, - "user_editable": 1, - "rules": "string" - }, - { - "name": "SERVERMODS", - "description": "This is where you put the files that go along with the -serverMods startup option.", - "env_variable": "SERVERMODS", - "default_value": "", - "user_viewable": 1, - "user_editable": 1, - "rules": "string" - }, - { - "name": "Mods", - "description": "This is where you put mods that go along with the -mods startup option", - "env_variable": "MODS", - "default_value": "", - "user_viewable": 1, - "user_editable": 1, - "rules": "string" - }, - { - "name": "Steam User", - "description": "Admin only", - "env_variable": "STEAM_USER", - "default_value": "", - "user_viewable": 0, - "user_editable": 0, - "rules": "required|string" - }, - { - "name": "STEAM_PASS", - "description": "STEAM_PASS", - "env_variable": "STEAM_PASS", - "default_value": "", - "user_viewable": 0, - "user_editable": 0, - "rules": "required|string" - } - ] -} From a028a8f0e6ec7378ca393822e3f1d30f4801ed8c Mon Sep 17 00:00:00 2001 From: Daave Date: Tue, 27 Mar 2018 15:00:02 +0100 Subject: [PATCH 4/7] Updated egg and moved it to follow file structure --- RVR4/Arma 3/egg-arma3.json | 108 +++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 RVR4/Arma 3/egg-arma3.json diff --git a/RVR4/Arma 3/egg-arma3.json b/RVR4/Arma 3/egg-arma3.json new file mode 100644 index 00000000..81652c0d --- /dev/null +++ b/RVR4/Arma 3/egg-arma3.json @@ -0,0 +1,108 @@ +{ + "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", + "meta": { + "version": "PTDL_v1" + }, + "exported_at": "2018-03-27T14:57:10+01:00", + "name": "Arma 3", + "author": "daave@aaathats3as.com", + "description": "Experience true combat gameplay in a massive military sandbox. Deploying a wide variety of single- and multiplayer content, over 20 vehicles and 40 weapons, and limitless opportunities for content creation, this is the PC's premier military game. Authentic, diverse, open - Arma 3 sends you to war.", + "image": "quay.io\/daave\/containers:rvr4", + "startup": ".\/arma3server -netlog -ip=0.0.0.0 -port={{SERVER_PORT}} -cfg={{CFG}} -config={{CONFIG}} {{CUSTOM}} -mod=\"{{MODS}}\" -serverMod=\"{{SERVERMODS}}\"", + "config": { + "files": "{}", + "startup": "{\r\n \"done\": \"Connected to Steam servers\",\r\n \"userInteraction\": []\r\n}", + "logs": "{\r\n \"custom\": true,\r\n \"location\": \"latest.log\"\r\n}", + "stop": "^C" + }, + "scripts": { + "installation": { + "script": "#!\/bin\/ash\r\n# steamcmd: Installation Script\r\n# \r\napk update\r\napk add tar curl\r\n\r\ncd \/tmp\r\n\r\ncurl -sSLO http:\/\/media.steampowered.com\/installer\/steamcmd_linux.tar.gz\r\n\r\nmkdir -p \/mnt\/server\/steamcmd\r\nmkdir -p \"\/mnt\/server\/.local\/share\/Arma 3\" && mkdir -p \"\/mnt\/server\/.local\/share\/Arma 3 - Other Profiles\"\r\nmkdir -p \/mnt\/server\/server\/logs\r\ntouch mnt\/server\/latest.log\r\ntar -xzvf steamcmd_linux.tar.gz -C \/mnt\/server\/steamcmd", + "container": "alpine:3.4", + "entrypoint": "ash" + } + }, + "variables": [ + { + "name": "Update Server", + "description": "Set to 1 to update the server, otherwise keep at 0", + "env_variable": "UPDATE", + "default_value": "0", + "user_viewable": 1, + "user_editable": 1, + "rules": "required|boolean" + }, + { + "name": "Game App ID", + "description": "Steam CMD App ID.", + "env_variable": "APP_ID", + "default_value": "233780", + "user_viewable": 1, + "user_editable": 0, + "rules": "required|alpha_dash|between:1,100" + }, + { + "name": "Config CFG", + "description": "Config CFG", + "env_variable": "CFG", + "default_value": "cfg.cfg", + "user_viewable": 1, + "user_editable": 1, + "rules": "string|nullable" + }, + { + "name": "Config", + "description": "Config", + "env_variable": "CONFIG", + "default_value": "config.cfg", + "user_viewable": 1, + "user_editable": 1, + "rules": "string|nullable" + }, + { + "name": "Custom Command Line Option.", + "description": "Put -autoinit or related things in here :)", + "env_variable": "CUSTOM", + "default_value": "", + "user_viewable": 1, + "user_editable": 1, + "rules": "string|nullable" + }, + { + "name": "SERVERMODS", + "description": "This is where you put the files that go along with the -serverMods startup option.", + "env_variable": "SERVERMODS", + "default_value": "", + "user_viewable": 1, + "user_editable": 1, + "rules": "string|nullable" + }, + { + "name": "Mods", + "description": "This is where you put mods that go along with the -mods startup option", + "env_variable": "MODS", + "default_value": "", + "user_viewable": 1, + "user_editable": 1, + "rules": "string|nullable" + }, + { + "name": "Steam User", + "description": "Admin only", + "env_variable": "STEAM_USER", + "default_value": "", + "user_viewable": 0, + "user_editable": 0, + "rules": "required|string" + }, + { + "name": "STEAM_PASS", + "description": "STEAM_PASS", + "env_variable": "STEAM_PASS", + "default_value": "", + "user_viewable": 0, + "user_editable": 0, + "rules": "required|string" + } + ] +} From 2180a8db08760da306aa4ee5c44c87878d1ebeb5 Mon Sep 17 00:00:00 2001 From: Daave Date: Sat, 21 Apr 2018 23:01:04 +0100 Subject: [PATCH 5/7] Changed variables and updated image. --- RVR4/Arma 3/egg-arma3.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RVR4/Arma 3/egg-arma3.json b/RVR4/Arma 3/egg-arma3.json index 81652c0d..191f9e87 100644 --- a/RVR4/Arma 3/egg-arma3.json +++ b/RVR4/Arma 3/egg-arma3.json @@ -3,7 +3,7 @@ "meta": { "version": "PTDL_v1" }, - "exported_at": "2018-03-27T14:57:10+01:00", + "exported_at": "2018-04-21T23:00:00+01:00", "name": "Arma 3", "author": "daave@aaathats3as.com", "description": "Experience true combat gameplay in a massive military sandbox. Deploying a wide variety of single- and multiplayer content, over 20 vehicles and 40 weapons, and limitless opportunities for content creation, this is the PC's premier military game. Authentic, diverse, open - Arma 3 sends you to war.", @@ -25,7 +25,7 @@ "variables": [ { "name": "Update Server", - "description": "Set to 1 to update the server, otherwise keep at 0", + "description": "Set this to `1` to update the server, otherwise, keep at `0`.", "env_variable": "UPDATE", "default_value": "0", "user_viewable": 1, @@ -93,7 +93,7 @@ "default_value": "", "user_viewable": 0, "user_editable": 0, - "rules": "required|string" + "rules": "nullable|string" }, { "name": "STEAM_PASS", @@ -102,7 +102,7 @@ "default_value": "", "user_viewable": 0, "user_editable": 0, - "rules": "required|string" + "rules": "nullable|string" } ] } From f8cb9d364035ea2cdc4849907074db0a9c9a0362 Mon Sep 17 00:00:00 2001 From: Daave Date: Sat, 21 Apr 2018 23:02:08 +0100 Subject: [PATCH 6/7] Initial install bit --- RVR4/Arma 3/egg-arma3.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RVR4/Arma 3/egg-arma3.json b/RVR4/Arma 3/egg-arma3.json index 191f9e87..ddff3f2a 100644 --- a/RVR4/Arma 3/egg-arma3.json +++ b/RVR4/Arma 3/egg-arma3.json @@ -3,7 +3,7 @@ "meta": { "version": "PTDL_v1" }, - "exported_at": "2018-04-21T23:00:00+01:00", + "exported_at": "2018-04-21T23:01:51+01:00", "name": "Arma 3", "author": "daave@aaathats3as.com", "description": "Experience true combat gameplay in a massive military sandbox. Deploying a wide variety of single- and multiplayer content, over 20 vehicles and 40 weapons, and limitless opportunities for content creation, this is the PC's premier military game. Authentic, diverse, open - Arma 3 sends you to war.", @@ -17,7 +17,7 @@ }, "scripts": { "installation": { - "script": "#!\/bin\/ash\r\n# steamcmd: Installation Script\r\n# \r\napk update\r\napk add tar curl\r\n\r\ncd \/tmp\r\n\r\ncurl -sSLO http:\/\/media.steampowered.com\/installer\/steamcmd_linux.tar.gz\r\n\r\nmkdir -p \/mnt\/server\/steamcmd\r\nmkdir -p \"\/mnt\/server\/.local\/share\/Arma 3\" && mkdir -p \"\/mnt\/server\/.local\/share\/Arma 3 - Other Profiles\"\r\nmkdir -p \/mnt\/server\/server\/logs\r\ntouch mnt\/server\/latest.log\r\ntar -xzvf steamcmd_linux.tar.gz -C \/mnt\/server\/steamcmd", + "script": "#!\/bin\/ash\r\n# steamcmd: Installation Script\r\n# \r\napk update\r\napk add tar curl\r\n\r\ncd \/tmp\r\n\r\ncurl -sSLO http:\/\/media.steampowered.com\/installer\/steamcmd_linux.tar.gz\r\n\r\nmkdir -p \/mnt\/server\/steamcmd\r\nmkdir -p \"\/mnt\/server\/.local\/share\/Arma 3\" && mkdir -p \"\/mnt\/server\/.local\/share\/Arma 3 - Other Profiles\"\r\nmkdir -p \/mnt\/server\/server\/logs\r\ntouch mnt\/server\/latest.log\r\ntar -xzvf steamcmd_linux.tar.gz -C \/mnt\/server\/steamcmd\r\n\/mnt\/server\/steamcmd\/steamcmd.sh +login ${STEAM_USER} ${STEAM_PASS} +force_install_dir \/home\/container\/server +app_update ${APP_ID} validate +quit", "container": "alpine:3.4", "entrypoint": "ash" } From f66b572a89b06a4eb5de54157127875ddaf5861e Mon Sep 17 00:00:00 2001 From: Daave Date: Sun, 17 Jun 2018 00:42:23 +0100 Subject: [PATCH 7/7] Changed installation script --- RVR4/Arma 3/egg-arma3.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RVR4/Arma 3/egg-arma3.json b/RVR4/Arma 3/egg-arma3.json index ddff3f2a..648b262d 100644 --- a/RVR4/Arma 3/egg-arma3.json +++ b/RVR4/Arma 3/egg-arma3.json @@ -3,7 +3,7 @@ "meta": { "version": "PTDL_v1" }, - "exported_at": "2018-04-21T23:01:51+01:00", + "exported_at": "2018-06-17T00:41:46+01:00", "name": "Arma 3", "author": "daave@aaathats3as.com", "description": "Experience true combat gameplay in a massive military sandbox. Deploying a wide variety of single- and multiplayer content, over 20 vehicles and 40 weapons, and limitless opportunities for content creation, this is the PC's premier military game. Authentic, diverse, open - Arma 3 sends you to war.", @@ -17,9 +17,9 @@ }, "scripts": { "installation": { - "script": "#!\/bin\/ash\r\n# steamcmd: Installation Script\r\n# \r\napk update\r\napk add tar curl\r\n\r\ncd \/tmp\r\n\r\ncurl -sSLO http:\/\/media.steampowered.com\/installer\/steamcmd_linux.tar.gz\r\n\r\nmkdir -p \/mnt\/server\/steamcmd\r\nmkdir -p \"\/mnt\/server\/.local\/share\/Arma 3\" && mkdir -p \"\/mnt\/server\/.local\/share\/Arma 3 - Other Profiles\"\r\nmkdir -p \/mnt\/server\/server\/logs\r\ntouch mnt\/server\/latest.log\r\ntar -xzvf steamcmd_linux.tar.gz -C \/mnt\/server\/steamcmd\r\n\/mnt\/server\/steamcmd\/steamcmd.sh +login ${STEAM_USER} ${STEAM_PASS} +force_install_dir \/home\/container\/server +app_update ${APP_ID} validate +quit", - "container": "alpine:3.4", - "entrypoint": "ash" + "script": "#!\/bin\/bash\r\n\r\napt -y update\r\napt -y --no-install-recommends install curl\r\napt -y --no-install-recommends install lib32gcc1 ca-certificates\r\n\r\ncd \/tmp\r\ncurl -sSLO http:\/\/media.steampowered.com\/installer\/steamcmd_linux.tar.gz\r\n\r\nmkdir -p \/mnt\/server\/steamcmd \/mnt\/server\/logs\r\nmkdir -p \"\/mnt\/server\/.local\/share\/Arma 3\" \"\/mnt\/server\/.local\/share\/Arma 3 - Other Profiles\"\r\n\r\ntouch \/mnt\/server\/latest.log\r\nchown -R root:root \/mnt\r\n\r\ntar -xzvf \/tmp\/steamcmd_linux.tar.gz -C \/mnt\/server\/steamcmd\r\ncd \/mnt\/server\/steamcmd\r\nexport HOME=\/mnt\/server\r\n\r\n.\/steamcmd.sh +login ${STEAM_USER} ${STEAM_PASS} +force_install_dir \/mnt\/server +app_update ${APP_ID} validate +quit", + "container": "ubuntu:18.04", + "entrypoint": "bash" } }, "variables": [ @@ -105,4 +105,4 @@ "rules": "nullable|string" } ] -} +} \ No newline at end of file