Commit Graph

3741 Commits

Author SHA1 Message Date
mratox
633b084c60
Update README.md 2023-08-27 00:53:51 +01:00
Quinten
f082b76d97
Fix muse (#2427)
* Fix muse

* Update README.md

* Remove wrapper
2023-08-22 10:14:50 -07:00
Michael (Parker) Parker
cd9cbfc8c4
Merge pull request #2425 from parkervcp/Sinusbot
Update sinusbot
2023-08-20 13:11:53 -04:00
Michael (Parker) Parker
f113607ad1
Merge pull request #2436 from parkervcp/generic-nodejs
Generic Nodejs: allow for extra node args
2023-08-18 11:20:54 -04:00
Quinten
3a0712b8f9
Generic Nodejs: allow for extra node args 2023-08-18 17:14:40 +02:00
diedyesterday
4dc87d6044
Update the egg to run dynamica-v2 (#2435)
* Update the egg to run dynamica-v2

---------

Co-authored-by: Quinten <67589015+QuintenQVD0@users.noreply.github.com>
2023-08-18 17:05:58 +02:00
Michael (Parker) Parker
acc9464c9c
Merge pull request #2432 from parkervcp/Conan_Exiles
Update: Conan Exiles
2023-08-18 08:30:36 -04:00
Quinten
52e6d9d8fc
Merge pull request #2433 from Loki-101/Loki-101-patch-1
Generic nodejs: Fix error in startup command
2023-08-18 06:20:26 +02:00
Loki
78f4e8f36b
Fix error in startup command
Changed ``if [[ "${MAIN_FILE}" == *.js ]]``
To ``if [[ "${MAIN_FILE}" == "*.js" ]]``

The *.js without quotes compared MAIN_FILE to all files in the current directory that end with .js, resulting in errors like:
```bash
:/home/container$ if [[ -d .git ]] && [[ ${AUTO_UPDATE} == "1" ]]; then git pull; fi; if [[ ! -z ${NODE_PACKAGES} ]]; then /usr/local/bin/npm install ${NODE_PACKAGES}; fi; if [[ ! -z ${UNNODE_PACKAGES} ]]; then /usr/local/bin/npm uninstall ${UNNODE_PACKAGES}; fi; if [ -f /home/container/package.json ]; then /usr/local/bin/npm install; fi; if [[ "${MAIN_FILE}" == start.js test.js ]]; then /usr/local/bin/node "/home/container/${MAIN_FILE}"; else /usr/local/bin/ts-node "${MAIN_FILE}"; fi
/entrypoint.sh: eval: line 16: syntax error in conditional expression
/entrypoint.sh: eval: line 16: syntax error near `test.js'
/entrypoint.sh: eval: line 16: `if [[ -d .git ]] && [[ ${AUTO_UPDATE} == "1" ]]; then git pull; fi; if [[ ! -z ${NODE_PACKAGES} ]]; then /usr/local/bin/npm install ${NODE_PACKAGES}; fi; if [[ ! -z ${UNNODE_PACKAGES} ]]; then /usr/local/bin/npm uninstall ${UNNODE_PACKAGES}; fi; if [ -f /home/container/package.json ]; then /usr/local/bin/npm install; fi; if [[ "${MAIN_FILE}" == start.js test.js ]]; then /usr/local/bin/node "/home/container/${MAIN_FILE}"; else /usr/local/bin/ts-node "${MAIN_FILE}"; fi'
```
because it's interpreted as ``if [[ "${MAIN_FILE}" == start.js test.js ]];``
2023-08-17 18:38:17 -07:00
Quinten
a2f29cd3b7
Update: Conan Exiles 2023-08-17 18:58:24 +02:00
Quinten
4c2b97eacb
Update sinusbot. 2023-08-14 15:15:28 +02:00
Michael (Parker) Parker
67a7fb2655
Merge pull request #2421 from parkervcp/Typescript
Generic nodejs: Add typescript support
2023-08-13 14:27:50 -04:00
Quinten
90d0642ed5
Update egg-mohist.json 2023-08-13 19:49:51 +02:00
Quinten
295e769a05
Generic nodejs: change installer image to nodejs 18 2023-08-13 19:34:23 +02:00
Michael (Parker) Parker
896bb340e8
Merge pull request #2381 from parkervcp/Arma-Reforger
Update Arma Reforger
2023-08-13 13:29:53 -04:00
Michael (Parker) Parker
46957f2c45
Merge pull request #2249 from parkervcp/steam_2058450
Steam Swords 'n Magic and Stuff
2023-08-13 13:23:45 -04:00
Michael (Parker) Parker
ea51da3cb5
Merge pull request #2392 from parkervcp/magma
Magma: support ARM64
2023-08-13 13:23:19 -04:00
Michael (Parker) Parker
d2a31c5aa9
Merge pull request #2417 from parkervcp/vintage-story
Update Vintage Story
2023-08-13 13:22:29 -04:00
Michael (Parker) Parker
58a5f27208
Merge pull request #2401 from parkervcp/mohaa
Update mohaa
2023-08-13 13:21:47 -04:00
Quinten
c85a141eab
Generic nodejs: Add typescript support 2023-08-13 10:45:58 +02:00
Quinten
bf21385fca
Merge pull request #2418 from gOOvER/pixarkfix
update Pixark
2023-08-12 21:37:50 +02:00
gOOvER
3d0013edc6 update pixark 2023-08-11 21:41:18 +02:00
Quinten
b8adc9556e
Update: Swords 'n Magic and Stuff 2023-08-10 18:31:45 +02:00
Quinten
f0c2fea417
Merge pull request #2415 from TubaApollo/Contribute-Muse-Egg
Contribute muse egg
2023-08-10 18:14:13 +02:00
Quinten
6b98069d1a
Update Vintage Story 2023-08-10 18:09:55 +02:00
TubaApollo
f23b01f384
Update README.md 2023-08-09 20:04:25 +00:00
TubaApollo
bc1a78339a
Merge branch 'parkervcp:master' into Contribute-Muse-Egg 2023-08-09 22:03:01 +02:00
Quinten
bf5b7098ba
Merge pull request #2402 from HttpRafa/fix/update-java
Updated java version used in the installation of modrinth packs from 8 to 17
2023-08-09 19:30:47 +02:00
TubaApollo
dd0727693b
Update README.md 2023-08-08 22:15:36 +00:00
TubaApollo
a99b4e861a Updating install script 2023-08-08 19:25:58 +02:00
TubaApollo
27aef38ade Update egg-muse.json 2023-08-08 19:25:20 +02:00
TubaApollo
d2ce5690cb Updating Readme / Install Script Update 2023-08-08 19:24:12 +02:00
TubaApollo
e98b8878a6
replace repo 2023-08-07 12:26:38 +02:00
TubaApollo
91871ea5c5 Replaced
Replaced
2023-08-06 22:23:49 +02:00
TubaApollo
dfea0391a5 Fix
See: https://github.com/TimeForANinja/node-ytsr/issues/180
2023-08-06 22:18:05 +02:00
TubaApollo
ac234e4cb4 Update README.md 2023-08-06 21:47:27 +02:00
TubaApollo
3abb20e996 Muse music bot
Added Egg for Muse music bot (discord)
2023-08-06 21:37:41 +02:00
TubaApollo
2d6c215de7
Update README.md 2023-08-06 21:31:20 +02:00
Jay
03aa2eb403
Revert IP Changes 2023-08-05 15:09:38 +01:00
Quinten
5607f56ba8
Merge pull request #2410 from gOOvER/redbotupdate
update redbot
2023-08-05 15:57:18 +02:00
gOOvER
5211f38ae7 update redbot 2023-08-05 10:50:50 +02:00
Jay
b841df834e
Add files via upload
Removes text in "Velocity Version Variable" referring to 1.1.x as dev builds
2023-08-05 02:26:37 +00:00
Jay
bf1451928c
Update velocity.toml 2023-08-05 02:17:02 +00:00
Michael (Parker) Parker
1336b2b2a8
Merge pull request #2407 from gOOvER/lavalink
Lavalink - add version selection
2023-08-04 08:09:37 -04:00
gOOvER
d59fbda74d add version selection 2023-08-04 08:41:45 +02:00
Quinten
9903d755e2
Merge pull request #2405 from gOOvER/unturnedupdate
update Unturned
2023-08-03 10:03:58 +02:00
gOOvER
424915300f updated unturned 2023-08-03 09:43:05 +02:00
Quinten
5e7cca9faa
Merge pull request #2404 from vp-en/fixup-readme-powerNukkitX
Add PowerNukkitX to the main readme
2023-08-02 16:52:03 +02:00
vp-en
ab46b489fa Add PowerNukkitX to the readme
The previous PR (https://github.com/parkervcp/eggs/pull/2354) forgot to edit the `README.md`. So here's a little fix for that.
2023-08-02 16:28:31 +02:00
Quinten
f129aa851c
Merge pull request #2403 from lilkingjr1/ground-branch
[Ground Branch] Fix Boot Freeze & Mod Directory
2023-08-02 06:18:45 +02:00