Commit Graph

2041 Commits

Author SHA1 Message Date
Michael (Parker) Parker
4ebcd33851
Merge pull request #974 from Magi1053/valheim
Fix Valheim stop command following server update
2021-02-11 08:18:58 -05:00
Michael (Parker) Parker
55f9b7501d
Merge pull request #962 from acl1704/tachyon
Add Tachyon
2021-02-11 08:17:53 -05:00
Michael (Parker) Parker
ba25380985
Merge pull request #970 from Magi1053/eco
Fix Eco start done config
2021-02-10 19:51:51 -05:00
Michael (Parker) Parker
b97223eaf5
Merge pull request #975 from TekExplorer/better-fabric-egg
Better fabric egg in many ways
2021-02-10 19:51:14 -05:00
TekExplorer
7d78c5e887 Better fabric egg in many ways 2021-02-10 22:22:23 +00:00
Magi1053
987743f7c4
Move shutdown command to variable 2021-02-10 11:40:17 -06:00
Magi1053
1f62dca1a0
Remove startup flag 2021-02-10 11:26:50 -06:00
Magi1053
bff922a007
Update Valheim variables 2021-02-10 11:02:22 -06:00
Magi1053
f023e173e7
Fix Valheim stop command following server update 2021-02-10 11:02:10 -06:00
Alex
08e847faed stop command fix 2021-02-09 11:53:57 -08:00
Michael (Parker) Parker
71b5fc7da9
Merge pull request #973 from Magi1053/valheim
Fix Valheim readme link
2021-02-09 14:30:18 -05:00
Magi1053
74ac29172c
Fix Valheim readme link 2021-02-09 13:19:52 -06:00
gOOvER
ae3a953e97 Merge remote-tracking branch 'parkervcp/master' 2021-02-09 15:57:27 +01:00
Michael (Parker) Parker
6fbd798b01
Merge pull request #972 from gOOvER/sogebotfix
update/sogebot - Update Egg to prevent Errors during Update
2021-02-09 09:22:56 -05:00
Michael (Parker) Parker
92c4b4c646
Merge pull request #968 from Magi1053/valheim
Add Valheim
2021-02-09 09:22:22 -05:00
Magi1053
eb2c08e025
Spellcheck 2021-02-08 22:59:46 -06:00
Magi1053
ccd1631669
Change startup config 2021-02-08 10:59:00 -06:00
Torsten Widmann
0c1e7c9383
Update egg-soge-bot.json 2021-02-08 17:13:22 +01:00
gOOvER
ba9baa808b Updated sogebot Egg to prevent Errors during Updates 2021-02-08 16:57:20 +01:00
gOOvER
79fa20052a Merge remote-tracking branch 'parkervcp/master' 2021-02-08 16:55:02 +01:00
Magi1053
739df396c7
Fix startup done config 2021-02-07 19:59:00 -06:00
Magi1053
387112026e
Fix variables 2021-02-07 19:46:29 -06:00
Magi1053
d56f0899f1
Fix shutdown command 2021-02-07 12:17:10 -06:00
Michael (Parker) Parker
400fe084e1
Merge pull request #964 from Brad-Hunter/patch-3 2021-02-06 23:23:01 -05:00
Magi1053
cbfc897cc6
Update valheim to match guidelines 2021-02-06 20:12:41 -06:00
Magi1053
df1ff5d1aa
Add Valheim 2021-02-06 13:06:43 -06:00
Michael (Parker) Parker
f7aafb7300
Merge pull request #961 from Brad-Hunter/patch-2
Create README.md
2021-02-04 11:37:34 -05:00
Brad Hunter
e5f1add887
Update README.md
Listed ports on the readme for others to view.
2021-02-04 15:57:29 +00:00
Alex Chang-Lam
b05baee1dc
Update README.MD 2021-02-04 00:33:18 -08:00
Alex
eeadd85d51 update readme 2021-02-04 00:31:14 -08:00
Alex
392312140d remove extra files and fix startup 2021-02-04 00:26:37 -08:00
Alex
e2d39edf80 typo 2021-02-03 23:57:05 -08:00
Alex
60bf986f22 add tachyon 2021-02-03 22:58:46 -08:00
Brad Hunter
cd1a329ca0
Create README.md 2021-02-03 20:25:46 +00:00
Paz
f074970215
Update egg-alt--v.json 2021-01-31 21:33:22 +08:00
Paz
aaf6e70c86
Don't pull script from github 2021-01-31 21:28:18 +08:00
Michael (Parker) Parker
714389e439
Merge pull request #957 from lilkingjr1/arma-patch
Arma 3 - Bug Fixes / Security Patch / Headless Client Integration
2021-01-30 19:09:10 -05:00
Red-Thirten
c9c4b7d3af
Update README.md 2021-01-30 15:44:32 -08:00
Red-Thirten
85662e353d
Update README.md 2021-01-30 15:21:32 -08:00
Red-Thirten
b3a33a45ff
Delete steamcmd_servers/arma/arma3_headless_client directory
This Egg may boot properly, but it appears that the Linux version of Arma's Headless Client will not actually connect properly to the main server unless it is on the local host of the main server (connecting via 127.0.0.1). Therefore, this issue, along with HC functionality being added to the main Arma 3 Egg, I propose that this egg be retired.
2021-01-30 15:21:07 -08:00
Red-Thirten
bf03a3af07
Update egg-arma3.json
- Fixed startup command to properly escape quotation characters so that they are actually included in the startup command after it is parsed by the image.
- Changed the "Arma 3 Dedicated Server App ID" variable to be an integer instead of numeric to prevent decimal numbers.
- Changed the "Server Binary" variable to only allow commonly accepted server binaries. This helps prevent the end user from running an arbitrary script or binary on the container, increasing security.
- Added "-noLogs" as a recommended value for the "Extra Startup Parameters" variable to prevent console spam (and potential Pterodactyl rate limiting) out of the box.
- Changed the variable name "MODS" to "MODIFICATIONS". This fixes an odd bug where, if the variable name is specifically "MODS", it will intermittently not be read as an environment variable. No, I have no idea why this works. Yes, it makes no sense, but it works.
- Moved the "Extra Flags for SteamCMD" variable down in the list, and marked it as an advanced setting.
- Made it clear that the Mod Auto-Downloader option may not be able to download particularly large mods, due to a limitation of SteamCMD's +workshop_download_item function.
- Integrated Arma 3's Headless Client (HC) functionality into the egg, so that it can run HCs in parallel with the main server, within the same container (the image handles all this under the hood). Allows the user to specify how many HCs they want to run (up to 5), and what password to connect with (if the server is password locked).
2021-01-30 15:14:17 -08:00
gOOvER
2197dff131 Merge remote-tracking branch 'parkervcp/master' 2021-01-30 05:57:05 +01:00
Michael (Parker) Parker
5cb8ddcb32
Merge pull request #955 from Software-Noob/patch-1
fix start config
2021-01-29 15:57:16 -05:00
Softwarenoob
666dfd301a fix startup 2021-01-29 22:50:01 +02:00
paz
c2fb9bf178
Merge remote-tracking branch 'parkervcp/master' 2021-01-28 19:48:52 +08:00
Paz
d21c80a580
Switch to parkervcp image 2021-01-28 19:44:34 +08:00
Michael (Parker) Parker
7ab5be8166
Merge pull request #945 from acl1704/magma
Magma download fix
2021-01-27 09:23:27 -05:00
Michael (Parker) Parker
ba549ac064
Merge pull request #930 from TuEye/patch-factorio-update
Add Factorio egg with factorio-mod-updater
2021-01-27 09:22:34 -05:00
Michael (Parker) Parker
aeeb1cebe9
Merge pull request #926 from tmunsch/patch-8
Update Minio to include update feature
2021-01-27 06:39:39 -05:00
Michael (Parker) Parker
ad4f42fe2a
Merge pull request #948 from lilkingjr1/arma-patch
Arma 3 Server Eggs Repair & Improvement
2021-01-27 06:37:32 -05:00