Commit Graph

2240 Commits

Author SHA1 Message Date
NgLoader f296c182a5 fix: fixed mongodb config not applied 2022-02-16 22:04:41 +01:00
Michael (Parker) Parker e3be1b03a6 Merge pull request #1527 from lilkingjr1/openrct2
Add OpenRCT2 Egg
2022-02-08 09:04:57 -05:00
Michael (Parker) Parker bfb0947d22 Merge pull request #1537 from parkervcp/features/steam-disk-space
feat: add steam_disk_space egg feature to SteamCMD eggs
2022-02-05 15:32:17 -05:00
Michael (Parker) Parker bed3626221 Merge pull request #1538 from parkervcp/update/base_debian
feat: use Yolks base image for multiarch support
2022-02-04 20:53:11 -05:00
Michael (Parker) Parker f7654a8481 Merge pull request #1536 from parkervcp/features/pid-limit
feat: add pid_limit egg feature to MC eggs
2022-02-04 07:18:46 -05:00
Crispy 7e95ab25ab Ts3: Fix a typo (#1546)
scalabilty -> scalability
2022-02-03 12:40:10 +02:00
Red-Thirten f0e1eaa6a3 Update processor support in README
Updated minimum processor requirement to mention that multiarch is now supported on the updated image.
2022-01-24 13:38:22 -08:00
Aestas 3835c3d3f6 [curseforge-generic] Fix curl not accepting URLs with brackets (#1541)
Co-authored-by: Aaron <aaron.carton@student.howest.be>
2022-01-24 04:23:39 +02:00
softwarenoob 28c587a918 feat: use Yolks base image for multiarch support
Changes to Yolks base image for multiarch support of AMD64 and ARM64.
2022-01-22 12:48:15 +02:00
softwarenoob 777174781c feat: add steam_disk_space egg feature to SteamCMD eggs
A new egg feature modal was introduced in Panel v1.7.0 triggering when server has run out of disk space to provide more user-friendly instructions to both admins and normal users. This is unique to SteamCMD specific errors.
2022-01-20 20:09:13 +02:00
softwarenoob aa13403503 feat: pid_limit egg feature to MC eggs
Other eggs might benefit from this as well, but for now will stick with MC that are known to spawn a lot of processes when modded.
2022-01-20 19:43:40 +02:00
Red-Thirten 45e100270c Fix issue reference links in README
Didn't know GitHub wouldn't parse the issue links in the README like it does in discussions...
2022-01-17 15:48:23 -08:00
Red-Thirten 7dcbd35e5a README corrections
- Fixed OpenRCT2 project's website to be correct.
- Added note to minimum disk space requirement that building from source *may* require a tad more memory than the base game server needs to run.
- Clarified that console commands currently do not work due to a Pterodactyl issue and not a OpenRCT2 one.
- Added GitHub issue reference to password known issue.
2022-01-17 15:36:50 -08:00
Red-Thirten ba28ba1128 Update "Save File" variable to support .sv4/.sv6 save files
Co-authored-by: Michał Janiszewski <janisozaur@users.noreply.github.com>
2022-01-17 15:03:38 -08:00
Michael (Parker) Parker ca944ddc9e Merge pull request #1531 from gOOvER/patch-1
Avorion - Fixed SRCDS_APPID
2022-01-14 10:58:09 -05:00
Torsten Widmann 68327020b2 Avorion - Fixed SRCDS_APPID 2022-01-14 16:44:52 +01:00
Boy132 45da38ccaa Fix mohist download url & make jar file viewable (#1530) 2022-01-14 13:01:38 +02:00
Michael (Parker) Parker e95d3e6f7e Merge pull request #1523 from gOOvER/add/craftopia
add/Craftopia
2022-01-13 16:04:37 -05:00
Red-Thirten 08c55cfaed Fix broken default save URL in installation script 2022-01-12 16:26:01 -08:00
Red-Thirten 003c1ae215 Fix minor startup script bug regarding default save
- Default save file was referenced as the old `.sv6` file in some places, when it should be `.park`.
2022-01-12 15:33:53 -08:00
Red-Thirten 3d4b512abc Fix minor README errors 2022-01-12 15:07:53 -08:00
Red-Thirten a3be667877 Update README.md 2022-01-12 01:21:53 -08:00
Red-Thirten d8f7ef857c Bug Fixes & Cleanup
- Cleaned up egg file in general
- Fixed / cleaned up startup command (autosave bash in particular)
- Fixed typo in Configuration Files config
- Fixed multiple formatting and runtime bugs in the install script
- Updated default save file from .sv6 to the newer .park format
2022-01-12 01:06:02 -08:00
Red-Thirten e7378cb542 Initial commit
- Updated README's
- Added OpenRCT2 directory and related files.
2022-01-11 20:52:48 -08:00
Michael (Parker) Parker d34679e93d Merge pull request #1518 from rexracer1998/patch-1
Changing the stop action of FiveM egg
2022-01-11 13:26:45 -05:00
Michael (Parker) Parker 5fd3a02ffb Merge pull request #1522 from parkervcp/issue/1515
fix(redm): version fetching and use changelogs for latest
2022-01-11 13:25:37 -05:00
Michael (Parker) Parker 250f6e55df Merge pull request #1487 from gmazoyer/add/left4dead
Add Left 4 Dead and Left 4 Dead 2
2022-01-11 13:24:41 -05:00
Michael (Parker) Parker a83ac3509c Merge pull request #1524 from parkervcp/patch/fivem
feat(fivem): default to latest on invalid versions
2022-01-11 13:19:10 -05:00
softwarenoob cac4388a34 feat(fivem): default to latest on invalid versions and use changelogs for latest
Change latest recommended build fetching to use their changelogs page and default to latest when invalid version is provided.
2022-01-11 17:18:12 +02:00
Torsten Widmann 88426265fa add/Craftopia 2022-01-11 16:15:19 +01:00
softwarenoob a00f756495 chore: cleanup the install script 2022-01-11 17:02:38 +02:00
Michael (Parker) Parker e34dca90f4 Merge pull request #1521 from parkervcp/fix/magma-latest
fix(magma): version detection for latest
2022-01-11 09:33:20 -05:00
softwarenoob a54784311b fix(redm): version fetching and use changelogs for latest
Fixes version fetching due to it trying to match invalid href tag
Fixes defaulting to latest if invalid version is provided
Change latest recommended build fetching to use their changelogs

resolves #1515
2022-01-11 16:28:20 +02:00
softwarenoob 398478ceda fix(magma): version detection for latest
Add check for latest `[[ "${MC_VERSION}" == "latest" ]]`.

Previously, it was only checking for exact versions or empty value, and I completely forgot to test latest.

Resolves #1516
2022-01-11 16:09:26 +02:00
Torsten Widmann d75d4b1482 fix(haste-server): Update Github URL to match the new owner of Hastebin (#1520) 2022-01-10 19:31:00 +02:00
rexracer1998 affd90f9a2 Changing the stop action of FiveM egg
On line 21, I've changed "^C" to "quit" in order to stop the server because SIGINT doesn't work in this case.
2022-01-09 23:37:42 +01:00
Michael (Parker) Parker 033cfd54c1 Merge pull request #1513 from IConnC/factorio-enhanced-start
Modified Factorio Egg for better start script
2022-01-09 12:03:28 -05:00
ICon e40d9f21db Fixed Name Mistake 2022-01-02 20:48:49 -07:00
ICon 9e53660dbc Changed quay repository to ghcr.io 2022-01-02 20:47:25 -07:00
ICon 966e933728 Modified Factorio Egg for better start script 2022-01-02 13:20:39 -07:00
Michael (Parker) Parker 5479574977 Merge pull request #1510 from Michael-xT/patch-1
Updated Stop command
2022-01-01 16:03:01 -05:00
Michæl a62842e25d Updated Stop command
Updated Stop command in order to stop it gracefully
2022-01-01 22:59:33 +02:00
Michael (Parker) Parker 53b28c1391 Merge pull request #1509 from WildToastyMop/update/projectzomboid
Update Project Zomboid egg stop command
2022-01-01 14:44:44 -05:00
Toasty 5e66ccde54 Update stop command for Project Zomboid
Using ^C forces the server closes and doesn't let it save; quit saves then closes it gracefully
2022-01-01 12:58:12 -06:00
Michael (Parker) Parker 73551cffcc Merge pull request #1505 from parkervcp/issue_template/bug_report
require install logs for bug reports
2021-12-29 10:42:18 -05:00
softwarenoob b1b6d55ee4 (bug-reports): drop support for 0.7 2021-12-29 17:35:40 +02:00
softwarenoob f2a4cb7b77 require install logs for bug reports 2021-12-29 17:24:20 +02:00
Steven 6df3bc32d7 Update Project Zomboid Egg to support beta versions (#1475)
Co-authored-by: softwarenoob <admin@softwarenoob.com>
2021-12-29 16:45:04 +02:00
Torsten Widmann 1005f7e951 Add telnet variable to 7d2d (#1495)
* added Telnet Variable
2021-12-23 10:48:34 +02:00
Michael (Parker) Parker 963e1fd47d Merge pull request #1494 from parkervcp/update/beamng
fix: beamng glibc requirements
2021-12-22 08:16:26 -05:00