mirror of
https://github.com/truecharts/charts.git
synced 2026-07-12 05:53:08 -03:00
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:
@@ -9,17 +9,17 @@ description: A private Among Us server
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/games/impostor-server
|
||||
icon: https://truecharts.org/_static/img/appicons/impostor-server-icon.png
|
||||
keywords:
|
||||
- imposter-server
|
||||
- impostor-server
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: imposter-server
|
||||
name: impostor-server
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/imposter-server
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/impostor-server
|
||||
type: application
|
||||
version: 0.0.2
|
||||
version: 0.0.3
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- games
|
||||
@@ -20,7 +20,7 @@ sources:
|
||||
- https://github.com/itzg/docker-minecraft-server
|
||||
- https://hub.docker.com/r/itzg/minecraft-server
|
||||
type: application
|
||||
version: 0.0.2
|
||||
version: 0.0.3
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- games
|
||||
|
||||
@@ -10,7 +10,7 @@ env:
|
||||
VERSION: "LATEST"
|
||||
SERVER_NAME: "TrueCharts Dedicated Server!"
|
||||
SERVER_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
|
||||
SERVER_PORT_V6: "{{ .Values.service.main.ports.main.targetPort }}"
|
||||
SERVER_PORT_V6: 19133
|
||||
GAMEMODE: "survival"
|
||||
DIFFICULTY: "easy"
|
||||
LEVEL_TYPE: "DEFAULT"
|
||||
|
||||
@@ -6,8 +6,8 @@ dependencies:
|
||||
version: 8.14.4
|
||||
deprecated: false
|
||||
description: Satisfactory Dedicated Server
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/games/Satisfactory
|
||||
icon: https://truecharts.org/_static/img/appicons/Satisfactory -icon.png
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/games/satisfactory
|
||||
icon: https://truecharts.org/_static/img/appicons/satisfactory-icon.png
|
||||
keywords:
|
||||
- satisfactory
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
@@ -20,7 +20,7 @@ sources:
|
||||
- https://github.com/wolveix/satisfactory-server
|
||||
- https://hub.docker.com/r/wolveix/satisfactory-server
|
||||
type: application
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- games
|
||||
|
||||
BIN
docs/_static/img/appicons/satisfactory-icon.png
vendored
Normal file
BIN
docs/_static/img/appicons/satisfactory-icon.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 795 KiB |
BIN
docs/_static/img/appicons/statisfactory-icon.png
vendored
BIN
docs/_static/img/appicons/statisfactory-icon.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 28 KiB |
@@ -17,7 +17,7 @@ These defaults can of course be changed, but as we guarantee "sane, working defa
|
||||
| prometheus | promop | promop | 10089 | HTTP | |
|
||||
| prometheus | thanos | thanos | 10901 | HTTP | |
|
||||
|
||||
## Stable and Incubator Apps
|
||||
## Stable, Games and Incubator Apps
|
||||
|
||||
| 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 | |
|
||||
| clamav | milter | milter | 7357 | TCP | |
|
||||
| foldingathome | main | main | 7396 | TCP | |
|
||||
| satisfactory | main | main | 7777 | UDP | |
|
||||
| haste-server | main | main | 7777 | TCP | |
|
||||
| nextcloud | hpb | hpb | 7867 | 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 | |
|
||||
| unmanic | main | main | 10157 | 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 | jsonservice | jsonservice | 19444 | 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 | |
|
||||
| syncthing | listeners | tcp | 22000 | TCP | |
|
||||
| syncthing | listeners-udp | udp | 22000 | UDP | |
|
||||
| impostor-server | main | main | 22023 | UDP | |
|
||||
| joplin-server | main | main | 22300 | TCP | |
|
||||
| minecraft-java | main | main | 25565 | TCP | |
|
||||
| omada-controller | omada-tcp | omada-tcp1 | 29810 | TCP | |
|
||||
| omada-controller | omada-udp | omada-udp1 | 29810 | UDP | |
|
||||
| omada-controller | omada-tcp | omada-tcp2 | 29811 | TCP | |
|
||||
|
||||
Reference in New Issue
Block a user