Added User Birthdays v2 and Mystic Master Mind v2
This commit is contained in:
parent
cc09d5b152
commit
ee5714410c
21
Dockerfile
21
Dockerfile
@ -57,6 +57,27 @@ RUN SOURCE_URL=https://chinwag.leenooks.net/mods && FILE=xq-moon.zip && \
|
||||
mv /tmp/scripts/xq-moon scripts/ && mv scripts/xq-moon/xqmoon_rpi scripts/xq-moon/xqmoon && \
|
||||
rm -rf /tmp/*
|
||||
|
||||
# Utility USERBIRTHDAYS - Today's User Birthdays v2
|
||||
RUN SOURCE_URL=https://chinwag.leenooks.net/mods && FILE=dm-birthv2.zip && \
|
||||
cd /tmp && \
|
||||
curl -O ${SOURCE_URL}/${FILE} && \
|
||||
unzip ${FILE} && \
|
||||
cd /mystic/ && \
|
||||
chmod 644 /tmp/*.doc /tmp/*.mps && mv /tmp/dm-birth.doc docs/mod-dmbirth-2.0-sysop.txt && \
|
||||
mv /tmp/dm-birth.mps scripts/ && cd scripts && ./mplc dm-birth.mps && \
|
||||
rm -rf /tmp/*
|
||||
|
||||
# Game MASTERMIND - Mystic Master Mind v2
|
||||
RUN SOURCE_URL=https://chinwag.leenooks.net/mods && FILE=dm-mm200.zip && \
|
||||
cd /tmp && \
|
||||
curl -O ${SOURCE_URL}/${FILE} && \
|
||||
unzip ${FILE} && \
|
||||
cd /mystic/ && \
|
||||
chmod 644 /tmp/*.DOC /tmp/*.MPS && mv /tmp/DM-MM.DOC docs/mod-mm-2.0-sysop.txt && \
|
||||
mv /tmp/DM-MM.MPS scripts/dm-mm.mps && cd scripts && ./mplc dm-mm.mps && cd .. && \
|
||||
gunzip data.tar.gz && mkdir -p /tmp/data/text && cd /tmp/data/text && unzip /tmp/text.zip && chmod 644 * && cd /mystic/ && tar -C /tmp -rf /mystic/data.tar data/text/ && gzip data.tar && \
|
||||
rm -rf /tmp/*
|
||||
|
||||
# Game Galactic Dynasty 0.9.1-dev
|
||||
RUN apt-get update \
|
||||
&& apt-get install --no-install-recommends --allow-unauthenticated -yqq galacticdynasty \
|
||||
|
@ -74,11 +74,13 @@ This image is based on the above image, with the follow additional games/tools i
|
||||
| Category | Name | Description | Notes |
|
||||
| :- | :- | :- | :- |
|
||||
| Game | Double Up | Double Up! for Mystic V1.0 by Darryl Perry | No special action required - refer to doc in /mystic/docs for execution. |
|
||||
| Game | Galactic Dynasty | Galactic Dynasty, a game like Barren Realms Elite | You'll need to copy `/mystic/docs/doors/galacticdynasty` to somewhere on `/mystic/data` so that your game data is preserved between container re-deployments. Modify `start.sh` to suite your needs - refer to doc in /mystic/docs for execution. |
|
||||
| Game | Galactic Dynasty | Galactic Dynasty by Andrew Pamment, a game like Barren Realms Elite | You'll need to copy `/mystic/docs/doors/galacticdynasty` to somewhere on `/mystic/data` so that your game data is preserved between container re-deployments. Modify `start.sh` to suite your needs - refer to doc in /mystic/docs for execution. |
|
||||
| Game | Master Mind | Master Mind v2 by Dream Master | No special action required - refer to doc in /mystic/docs for execution. |
|
||||
| Utility | BLAM | BBS List Admin Manager for Mystic v2.0 by Darryl Perry | Refer to doc in /mystic/docs for execution. |
|
||||
| Utility | MakeNL | Nodelist Management | Refer to the docs in `/usr/share/makenl` |
|
||||
| Utility | Moon | Display the phase of the moon | No special action required - refer to doc in /mystic/docs for execution. |
|
||||
| Utility | QRCode | Generate a QR Code | No special action required - refer to doc in /mystic/docs for execution. |
|
||||
| Utility | Moon | Display the phase of the Moon by xqtr | No special action required - refer to doc in /mystic/docs for execution. |
|
||||
| Utility | QRCode | Generate a QR Code by xqtr | No special action required - refer to doc in /mystic/docs for execution. |
|
||||
| Utility | User Bday | Users Birthdays by Dream Master | No special action required - refer to doc in /mystic/docs for execution. |
|
||||
|
||||
**NOTE:** Remember, for anything to persist in the docker container, those files needs to be stored somewhere under `/mystic/data`
|
||||
|
||||
|
Reference in New Issue
Block a user