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:
co-authored by
Kjeld Schouten-Lebbing
parent
12433d7d56
commit
da9e7d57a3
@@ -87,9 +87,6 @@ jobs:
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }})
|
CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }})
|
||||||
echo "Removing Chart Docs prior to regeneration..."
|
echo "Removing Chart Docs prior to regeneration..."
|
||||||
for deltrain in stable SCALE incubator games enterprise develop non-free deprecated dependency core; do
|
|
||||||
rm -rf website/charts/${deltrain}
|
|
||||||
done
|
|
||||||
mkdir -p website/static/img/chart-icons || echo "chart-icons path already exists, continuing..."
|
mkdir -p website/static/img/chart-icons || echo "chart-icons path already exists, continuing..."
|
||||||
for i in "${CHARTS[@]}"
|
for i in "${CHARTS[@]}"
|
||||||
do
|
do
|
||||||
@@ -98,6 +95,7 @@ jobs:
|
|||||||
train=${chart_parts[0]}
|
train=${chart_parts[0]}
|
||||||
chart=${chart_parts[1]}
|
chart=${chart_parts[1]}
|
||||||
echo "copying docs to website for ${chart}"
|
echo "copying docs to website for ${chart}"
|
||||||
|
rm -rf website/docs/charts/*/${chart}
|
||||||
mkdir -p website/docs/charts/${train}/${chart} || echo "chart path already exists, continuing..."
|
mkdir -p website/docs/charts/${train}/${chart} || echo "chart path already exists, continuing..."
|
||||||
yes | cp -rf charts/${train}/${chart}/README.md website/docs/charts/${train}/${chart}/index.md 2>/dev/null || :
|
yes | cp -rf charts/${train}/${chart}/README.md website/docs/charts/${train}/${chart}/index.md 2>/dev/null || :
|
||||||
yes | cp -rf charts/${train}/${chart}/CHANGELOG.md website/docs/charts/${train}/${chart}/CHANGELOG.md 2>/dev/null || :
|
yes | cp -rf charts/${train}/${chart}/CHANGELOG.md website/docs/charts/${train}/${chart}/CHANGELOG.md 2>/dev/null || :
|
||||||
|
|||||||
@@ -10,17 +10,17 @@ You can easily run Multiple MC Servers. You simply need to change the external p
|
|||||||
|
|
||||||
MC Server 1
|
MC Server 1
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
MC Server 2
|
MC Server 2
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Plugins DIR
|
## Plugins DIR
|
||||||
|
|
||||||
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
|
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
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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
|
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
|
Click Configure add Manual Custom Services and fill out like so also adding Configure additional service ports
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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)
|
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)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Dynmap Web working
|
Dynmap Web working
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 840 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
+4
-5
@@ -1,23 +1,22 @@
|
|||||||
version: "0.2"
|
version: "0.2"
|
||||||
# ignorePaths: []
|
|
||||||
# dictionaryDefinitions: []
|
|
||||||
# dictionaries: []
|
|
||||||
# ignoreWords: []
|
|
||||||
# import: []
|
|
||||||
words:
|
words:
|
||||||
- aliasgroup
|
- aliasgroup
|
||||||
- collabora
|
- collabora
|
||||||
- configmap
|
- configmap
|
||||||
- daemonset
|
- daemonset
|
||||||
- duplicati
|
- duplicati
|
||||||
|
- dynmap
|
||||||
- healthcheck
|
- healthcheck
|
||||||
- kubernetes
|
- kubernetes
|
||||||
- loolwsd
|
- loolwsd
|
||||||
- meshroom
|
- meshroom
|
||||||
|
- Minecraft
|
||||||
- modelstore
|
- modelstore
|
||||||
|
- modports
|
||||||
- nextcloud
|
- nextcloud
|
||||||
- notebookbar
|
- notebookbar
|
||||||
- puid
|
- puid
|
||||||
|
- RCON
|
||||||
- serviceexpert
|
- serviceexpert
|
||||||
- ssvnc
|
- ssvnc
|
||||||
- statefulset
|
- statefulset
|
||||||
|
|||||||
Reference in New Issue
Block a user