fix(games): fixes for game servers (#1845)

* chore(docs): update default ports

* chore(satisfactory): update icon

* fix(impostor-server): rename app

* fix(minecraft-bedrock): use diffrent port for ipv6

* bump impostor
This commit is contained in:
Stavros Kois
2022-02-05 10:55:19 +01:00
committed by GitHub
parent 0a59105a7f
commit 2fd25d836f
18 changed files with 16 additions and 10 deletions
@@ -9,17 +9,17 @@ description: A private Among Us server
home: https://github.com/truecharts/apps/tree/master/charts/games/impostor-server home: https://github.com/truecharts/apps/tree/master/charts/games/impostor-server
icon: https://truecharts.org/_static/img/appicons/impostor-server-icon.png icon: https://truecharts.org/_static/img/appicons/impostor-server-icon.png
keywords: keywords:
- imposter-server - impostor-server
kubeVersion: '>=1.16.0-0' kubeVersion: '>=1.16.0-0'
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: imposter-server name: impostor-server
sources: sources:
- https://github.com/truecharts/apps/tree/master/incubator/imposter-server - https://github.com/truecharts/apps/tree/master/incubator/impostor-server
type: application type: application
version: 0.0.2 version: 0.0.3
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- games - games
+1 -1
View File
@@ -20,7 +20,7 @@ sources:
- https://github.com/itzg/docker-minecraft-server - https://github.com/itzg/docker-minecraft-server
- https://hub.docker.com/r/itzg/minecraft-server - https://hub.docker.com/r/itzg/minecraft-server
type: application type: application
version: 0.0.2 version: 0.0.3
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- games - games
+1 -1
View File
@@ -10,7 +10,7 @@ env:
VERSION: "LATEST" VERSION: "LATEST"
SERVER_NAME: "TrueCharts Dedicated Server!" SERVER_NAME: "TrueCharts Dedicated Server!"
SERVER_PORT: "{{ .Values.service.main.ports.main.targetPort }}" SERVER_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
SERVER_PORT_V6: "{{ .Values.service.main.ports.main.targetPort }}" SERVER_PORT_V6: 19133
GAMEMODE: "survival" GAMEMODE: "survival"
DIFFICULTY: "easy" DIFFICULTY: "easy"
LEVEL_TYPE: "DEFAULT" LEVEL_TYPE: "DEFAULT"
+3 -3
View File
@@ -6,8 +6,8 @@ dependencies:
version: 8.14.4 version: 8.14.4
deprecated: false deprecated: false
description: Satisfactory Dedicated Server description: Satisfactory Dedicated Server
home: https://github.com/truecharts/apps/tree/master/charts/games/Satisfactory home: https://github.com/truecharts/apps/tree/master/charts/games/satisfactory
icon: https://truecharts.org/_static/img/appicons/Satisfactory -icon.png icon: https://truecharts.org/_static/img/appicons/satisfactory-icon.png
keywords: keywords:
- satisfactory - satisfactory
kubeVersion: '>=1.16.0-0' kubeVersion: '>=1.16.0-0'
@@ -20,7 +20,7 @@ sources:
- https://github.com/wolveix/satisfactory-server - https://github.com/wolveix/satisfactory-server
- https://hub.docker.com/r/wolveix/satisfactory-server - https://hub.docker.com/r/wolveix/satisfactory-server
type: application type: application
version: 0.0.1 version: 0.0.2
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- games - games
Binary file not shown.

After

Width:  |  Height:  |  Size: 795 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

+7 -1
View File
@@ -17,7 +17,7 @@ These defaults can of course be changed, but as we guarantee "sane, working defa
| prometheus | promop | promop | 10089 | HTTP | | | prometheus | promop | promop | 10089 | HTTP | |
| prometheus | thanos | thanos | 10901 | HTTP | | | prometheus | thanos | thanos | 10901 | HTTP | |
## Stable and Incubator Apps ## Stable, Games and Incubator Apps
| App | Service | Port Name | Port | Protocol | Note | | App | Service | Port Name | Port | Protocol | Note |
| :------------------------- | :-------------: | :-------------: | :---: | :------: | :-------------------------------------: | | :------------------------- | :-------------: | :-------------: | :---: | :------: | :-------------------------------------: |
@@ -98,6 +98,7 @@ These defaults can of course be changed, but as we guarantee "sane, working defa
| logitech-media-server | main | main | 7000 | TCP | | | logitech-media-server | main | main | 7000 | TCP | |
| clamav | milter | milter | 7357 | TCP | | | clamav | milter | milter | 7357 | TCP | |
| foldingathome | main | main | 7396 | TCP | | | foldingathome | main | main | 7396 | TCP | |
| satisfactory | main | main | 7777 | UDP | |
| haste-server | main | main | 7777 | TCP | | | haste-server | main | main | 7777 | TCP | |
| nextcloud | hpb | hpb | 7867 | TCP | | | nextcloud | hpb | hpb | 7867 | TCP | |
| radarr | main | main | 7878 | TCP | | | radarr | main | main | 7878 | TCP | |
@@ -309,6 +310,9 @@ These defaults can of course be changed, but as we guarantee "sane, working defa
| trilium-notes | main | main | 10156 | HTTP | | | trilium-notes | main | main | 10156 | HTTP | |
| unmanic | main | main | 10157 | TCP | | | unmanic | main | main | 10157 | TCP | |
| weblate | main | main | 10158 | TCP | | | weblate | main | main | 10158 | TCP | |
| satisfactory | beacon | beacon | 15000 | UDP | |
| satisfactory | query | query | 15777 | UDP | |
| minecraft-bedrock | main | main | 19132 | UDP | |
| hyperion-ng | boblightservice | boblightservice | 19333 | TCP | | | hyperion-ng | boblightservice | boblightservice | 19333 | TCP | |
| hyperion-ng | jsonservice | jsonservice | 19444 | TCP | | | hyperion-ng | jsonservice | jsonservice | 19444 | TCP | |
| hyperion-ng | protobufservice | protobufservice | 19445 | TCP | | | hyperion-ng | protobufservice | protobufservice | 19445 | TCP | |
@@ -318,7 +322,9 @@ These defaults can of course be changed, but as we guarantee "sane, working defa
| airdcpp-webclient | encrypted-tcp | encrypted-tcp | 21249 | TCP | | | airdcpp-webclient | encrypted-tcp | encrypted-tcp | 21249 | TCP | |
| syncthing | listeners | tcp | 22000 | TCP | | | syncthing | listeners | tcp | 22000 | TCP | |
| syncthing | listeners-udp | udp | 22000 | UDP | | | syncthing | listeners-udp | udp | 22000 | UDP | |
| impostor-server | main | main | 22023 | UDP | |
| joplin-server | main | main | 22300 | TCP | | | joplin-server | main | main | 22300 | TCP | |
| minecraft-java | main | main | 25565 | TCP | |
| omada-controller | omada-tcp | omada-tcp1 | 29810 | TCP | | | omada-controller | omada-tcp | omada-tcp1 | 29810 | TCP | |
| omada-controller | omada-udp | omada-udp1 | 29810 | UDP | | | omada-controller | omada-udp | omada-udp1 | 29810 | UDP | |
| omada-controller | omada-tcp | omada-tcp2 | 29811 | TCP | | | omada-controller | omada-tcp | omada-tcp2 | 29811 | TCP | |