Shinaii
83fa92a600
Update egg-bun.json ( #2466 )
...
Update Bun: to use the right variable names
2023-09-13 17:53:08 +02:00
Smith
916a81a4e5
use the yolks base image for the installer
2023-09-12 20:38:17 +02:00
Michael (Parker) Parker
12b8ebba24
Merge pull request #2461 from Cartrigger/patch-1
...
Fix Spelling in Astroneer egg readme
2023-09-08 01:32:29 -04:00
Cart
ecaf733d7f
Fix Spelling in Astroneer egg
2023-09-08 01:09:35 -04:00
Alexander Ballauf
6e17f7f252
Update egg-icarus--dedicated ( #2458 )
...
adjusted wine version from staging to latest to fix server not starting properly
2023-09-03 21:32:02 +02:00
FreemoX
1f6b552f66
Update egg-phantom-bot.json
2023-09-03 01:36:07 +02:00
FreemoX
d8ceda1715
Update egg-phantom-bot.json
...
Removed deprecated Java 11
Added Java 16 (deprecated after version 3.9.0.7)
Added Java 19
2023-09-03 01:29:38 +02:00
Smith
ad6bbb5602
adds bots/discord/game-server-watcher
2023-08-27 22:07:06 +02:00
Michael (Parker) Parker
12155b3070
Merge pull request #2442 from mratox/master
...
Added a Bun egg
2023-08-27 10:07:52 -04:00
Quinten
abe8ed5931
cleanup
2023-08-27 11:48:11 +02:00
mratox
640ff589f1
Update egg-bun.json
2023-08-27 01:50:13 +01:00
mratox
66d0af68d8
Update egg-bun.json
2023-08-27 01:03:32 +01:00
mratox
9c31dec600
Update README.md
2023-08-27 01:01:00 +01:00
mratox
e725261626
Create README.md
2023-08-27 00:59:29 +01:00
mratox
3d8d7aacfc
Create egg-bun.json
2023-08-27 00:57:12 +01:00
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