chore(ci): fix rm on chart-release (#3155)

* chore(ci): fix rm on chart-release

* move app specific guide icons in the repo

* Update charts-release.yaml

* Update charts-release.yaml

* Update charts-release.yaml

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Stavros Kois
2022-07-13 00:21:41 +02:00
committed by GitHub
co-authored by Kjeld Schouten-Lebbing
parent 12433d7d56
commit da9e7d57a3
9 changed files with 12 additions and 15 deletions
@@ -10,17 +10,17 @@ You can easily run Multiple MC Servers. You simply need to change the external p
MC Server 1
![mc-server1](https://truecharts.org/img/communityguide/apps/games/minecraft-java/mc-server1.png)
![mc-server1](img/mc-server1.png)
MC Server 2
![mc-server2](https://truecharts.org/img/communityguide/apps/games/minecraft-java/mc-server2.png)
![mc-server2](img/mc-server2.png)
## Plugins DIR
To easily get Plugins in to your MC server since PVC&#39;s are in use for the config storage you can add a host path storage for either /mods or /plugins depending on what your server needs like so
To easily get Plugins in to your MC server since PVC's are in use for the config storage you can add a host path storage for either /mods or /plugins depending on what your server needs like so
![mc-plugins](https://truecharts.org/img/communityguide/apps/games/minecraft-java/mc-plugins.png)
![mc-plugins](img/mc-plugins.png)
This will give you an easy folder to drop the plugins in and they will then sync to /data/plugins or /data/mods , you will/may need to shell in to the app to periodically clean up old versions
@@ -30,12 +30,12 @@ Using Dynmap as an example Under network and Services Check Show Expert config (
Click Configure add Manual Custom Services and fill out like so also adding Configure additional service ports
![mc-modports1](https://truecharts.org/img/communityguide/apps/games/minecraft-java/mc-modports1.png)
![mc-modports1](img/mc-modports1.png)
For the second server instance the setup is about the same one minor difference is the need to change the port for dynmap in the container to a new port and configure like so (note this could of just been my system being silly due to my tests and not rebooting)
![mc-modports2](https://truecharts.org/img/communityguide/apps/games/minecraft-java/mc-modports2.png)
![mc-modports2](img/mc-modports2.png)
Dynmap Web working
![dynmap](https://truecharts.org/img/communityguide/apps/games/minecraft-java/dynmap.png)
![dynmap](img/dynmap.png)