Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-02-04 22:02:52 +00:00
parent 2185e39414
commit 85618c6c22
33 changed files with 6544 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# Changelog<br>
<a name="minecraft-java-0.0.1"></a>
### minecraft-java-0.0.1 (2022-02-04)
#### Feat
* add 2 more gameservers ([#1840](https://github.com/truecharts/apps/issues/1840))

View File

@ -0,0 +1,8 @@
# Configuration Options
##### Connecting to other apps
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.14.4
digest: sha256:174540169e6b40685bffe5c1bcc04b46e4fea44e824666dc750f5b640e9d410a
generated: "2022-02-04T21:59:11.54397114Z"

View File

@ -0,0 +1,28 @@
apiVersion: v2
appVersion: "21.26.0"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.14.4
deprecated: false
description: Minecraft Java Dedicated Server
home: https://github.com/truecharts/apps/tree/master/charts/games/minecraft-java
icon: https://truecharts.org/_static/img/appicons/minecraft-java-icon.png
keywords:
- minecraft
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: minecraft-java
sources:
- https://github.com/itzg/docker-minecraft-server
- https://hub.docker.com/r/itzg/minecraft-server
type: application
version: 0.0.1
annotations:
truecharts.org/catagories: |
- games
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,38 @@
# Introduction
Minecraft Java Dedicated Server
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/itzg/docker-minecraft-server>
* <https://hub.docker.com/r/itzg/minecraft-server>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 8.14.4 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
## Uninstalling the Chart
To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
- See the [Wiki](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,3 @@
Minecraft Java Dedicated Server
This App is supplied by TrueCharts, for more information please visit https://truecharts.org

Binary file not shown.

View File

@ -0,0 +1,7 @@
image:
repository: tccr.io/truecharts/minecraft-java11
tag: latest@sha256:33b93b09ac060814fb5d985d472cfa0369a6de042eacb6306e125aa008be2eec
pullPolicy: Always
env:
VERSION: "1.16.1"

View File

@ -0,0 +1,7 @@
image:
repository: tccr.io/truecharts/minecraft-java11-openj9
tag: latest@sha256:248ecbdca94efa8ab7c0b0437a0b59ba82ca9dabe6cd1f90a8cbd43319f15b82
pullPolicy: Always
env:
VERSION: "1.16.1"

View File

@ -0,0 +1,7 @@
image:
repository: tccr.io/truecharts/minecraft-java8-openj9
tag: latest@sha256:3e606f04009ab1341ed119a9d10cb83a444d942e61a3f446281d9d17c1f84c04
pullPolicy: Always
env:
VERSION: "1.16.1"

View File

@ -0,0 +1,7 @@
image:
repository: tccr.io/truecharts/minecraft-java11-openj9
tag: latest@sha256:6abc50828cd72c26e1258af759f9fff091db01ac13253b13bd548e3ef2f359e6
pullPolicy: Always
env:
VERSION: "1.16.1"

View File

@ -0,0 +1,60 @@
# Default Helm-Values
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.ALLOW_NETHER | bool | `true` | |
| env.ANNOUNCE_PLAYER_ACHIEVEMENTS | bool | `true` | |
| env.DIFFICULTY | string | `"easy"` | |
| env.ENABLE_COMMAND_BLOCK | bool | `false` | |
| env.EULA | string | `"TRUE"` | |
| env.FORCE_GAMEMODE | bool | `false` | |
| env.GENERATE_STRUCTURES | bool | `true` | |
| env.HARDCORE | bool | `false` | |
| env.LEVEL | string | `"world"` | |
| env.LEVEL_TYPE | string | `"DEFAULT"` | |
| env.MAX_BUILD_HEIGHT | int | `256` | |
| env.MAX_PLAYERS | int | `20` | |
| env.MAX_TICK_TIME | int | `60000` | |
| env.MAX_WORLD_SIZE | int | `10000` | |
| env.MEMORY | string | `"2048M"` | |
| env.MODE | string | `"survival"` | |
| env.MOTD | string | `"Welcome to Minecraft on TrueNAS Scale!"` | |
| env.ONLINE_MODE | bool | `true` | |
| env.PVP | bool | `false` | |
| env.SPAWN_ANIMALS | bool | `true` | |
| env.SPAWN_MONSTERS | bool | `true` | |
| env.SPAWN_NPCS | bool | `true` | |
| env.TYPE | string | `"VANILLA"` | |
| env.VERSION | string | `"LATEST"` | |
| env.VIEW_DISTANCE | int | `16` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"tccr.io/truecharts/minecraft-java"` | |
| image.tag | string | `"21.26.0@sha256:faf49a0177e95e3af763dd5fddb9077885870055364edbf194a1b94eaeaf4641"` | |
| j11Image.pullPolicy | string | `"Always"` | |
| j11Image.repository | string | `"tccr.io/truecharts/minecraft-java11"` | |
| j11Image.tag | string | `"latest@sha256:33b93b09ac060814fb5d985d472cfa0369a6de042eacb6306e125aa008be2eec"` | |
| j11j9Image.pullPolicy | string | `"Always"` | |
| j11j9Image.repository | string | `"tccr.io/truecharts/minecraft-java11-openj9"` | |
| j11j9Image.tag | string | `"latest@sha256:248ecbdca94efa8ab7c0b0437a0b59ba82ca9dabe6cd1f90a8cbd43319f15b82"` | |
| j8Image.pullPolicy | string | `"Always"` | |
| j8Image.repository | string | `"tccr.io/truecharts/minecraft-java8-openj9"` | |
| j8Image.tag | string | `"latest@sha256:3e606f04009ab1341ed119a9d10cb83a444d942e61a3f446281d9d17c1f84c04"` | |
| j8j9Image.pullPolicy | string | `"Always"` | |
| j8j9Image.repository | string | `"tccr.io/truecharts/minecraft-java8-openj9"` | |
| j8j9Image.tag | string | `"latest@sha256:6abc50828cd72c26e1258af759f9fff091db01ac13253b13bd548e3ef2f359e6"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/data"` | |
| portal.enabled | bool | `false` | |
| service.main.ports.main.port | int | `25565` | |
| service.main.ports.main.targetPort | int | `25565` | |
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,62 @@
image:
repository: tccr.io/truecharts/minecraft-java
tag: 21.26.0@sha256:faf49a0177e95e3af763dd5fddb9077885870055364edbf194a1b94eaeaf4641
pullPolicy: Always
j11Image:
repository: tccr.io/truecharts/minecraft-java11
tag: latest@sha256:33b93b09ac060814fb5d985d472cfa0369a6de042eacb6306e125aa008be2eec
pullPolicy: Always
j11j9Image:
repository: tccr.io/truecharts/minecraft-java11-openj9
tag: latest@sha256:248ecbdca94efa8ab7c0b0437a0b59ba82ca9dabe6cd1f90a8cbd43319f15b82
pullPolicy: Always
j8Image:
repository: tccr.io/truecharts/minecraft-java8-openj9
tag: latest@sha256:3e606f04009ab1341ed119a9d10cb83a444d942e61a3f446281d9d17c1f84c04
pullPolicy: Always
j8j9Image:
repository: tccr.io/truecharts/minecraft-java8-openj9
tag: latest@sha256:6abc50828cd72c26e1258af759f9fff091db01ac13253b13bd548e3ef2f359e6
pullPolicy: Always
portal:
enabled: false
env:
EULA: "TRUE"
VERSION: "LATEST"
TYPE: "VANILLA"
DIFFICULTY: easy
MAX_PLAYERS: 20
MAX_WORLD_SIZE: 10000
ALLOW_NETHER: true
ANNOUNCE_PLAYER_ACHIEVEMENTS: true
ENABLE_COMMAND_BLOCK: false
FORCE_GAMEMODE: false
GENERATE_STRUCTURES: true
HARDCORE: false
MAX_BUILD_HEIGHT: 256
MAX_TICK_TIME: 60000
SPAWN_ANIMALS: true
SPAWN_MONSTERS: true
SPAWN_NPCS: true
VIEW_DISTANCE: 16
MODE: survival
MOTD: "Welcome to Minecraft on TrueNAS Scale!"
PVP: false
LEVEL_TYPE: DEFAULT
LEVEL: world
ONLINE_MODE: true
MEMORY: 2048M
persistence:
data:
enabled: true
mountPath: "/data"
service:
main:
ports:
main:
port: 25565
targetPort: 25565

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{{ include "common.all" . }}

View File

View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/_static/img/appicons/minecraft-java-icon.png
categories:
- games

View File

@ -0,0 +1,10 @@
# Changelog<br>
<a name="statisfactory-0.0.1"></a>
### statisfactory-0.0.1 (2022-02-04)
#### Feat
* add 2 more gameservers ([#1840](https://github.com/truecharts/apps/issues/1840))

View File

@ -0,0 +1,8 @@
# Configuration Options
##### Connecting to other apps
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.14.4
digest: sha256:174540169e6b40685bffe5c1bcc04b46e4fea44e824666dc750f5b640e9d410a
generated: "2022-02-04T21:59:11.537604523Z"

View File

@ -0,0 +1,28 @@
apiVersion: v2
appVersion: "1.2.3"
dependencies:
- name: common
repository: https://truecharts.org
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
keywords:
- satisfactory
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: statisfactory
sources:
- https://github.com/wolveix/satisfactory-server
- https://hub.docker.com/r/wolveix/satisfactory-server
type: application
version: 0.0.1
annotations:
truecharts.org/catagories: |
- games
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,38 @@
# Introduction
Satisfactory Dedicated Server
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/wolveix/satisfactory-server>
* <https://hub.docker.com/r/wolveix/satisfactory-server>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 8.14.4 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
## Uninstalling the Chart
To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
- See the [Wiki](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,3 @@
Satisfactory Dedicated Server
This App is supplied by TrueCharts, for more information please visit https://truecharts.org

Binary file not shown.

View File

@ -0,0 +1,55 @@
# Default Helm-Values
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.AUTOPAUSE | bool | `true` | |
| env.AUTOSAVEINTERVAL | int | `300` | |
| env.AUTOSAVENUM | int | `3` | |
| env.AUTOSAVEONDISCONNECT | bool | `true` | |
| env.CRASHREPORT | bool | `true` | |
| env.DEBUG | bool | `false` | |
| env.DISABLESEASONALEVENTS | bool | `false` | |
| env.MAXPLAYERS | int | `4` | |
| env.PUID | int | `568` | |
| env.SERVERBEACONPORT | string | `"{{ .Values.service.beacon.ports.beacon.targetPort }}"` | |
| env.SERVERGAMEPORT | string | `"{{ .Values.service.main.ports.main.targetPort }}"` | |
| env.SERVERIP | string | `"0.0.0.0"` | |
| env.SERVERQUERYPORT | string | `"{{ .Values.service.query.ports.query.targetPort }}"` | |
| env.SKIPUPDATE | bool | `false` | |
| env.STEAMBETA | bool | `false` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"wolveix/satisfactory-server"` | |
| image.tag | string | `"v1.2.3@sha256:5860dbac9fc8cb2e6010b69e60e633d06e25e2a0152f8858a8f23acda7c3c719"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| probes.liveness | object | See below | Liveness probe configuration |
| probes.readiness | object | See below | Redainess probe configuration |
| probes.startup | object | See below | Startup probe configuration |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.beacon.enabled | bool | `true` | |
| service.beacon.ports.beacon.enabled | bool | `true` | |
| service.beacon.ports.beacon.port | int | `15000` | |
| service.beacon.ports.beacon.protocol | string | `"UDP"` | |
| service.beacon.ports.beacon.targetPort | int | `15000` | |
| service.main.ports.main.port | int | `7777` | |
| service.main.ports.main.protocol | string | `"UDP"` | |
| service.main.ports.main.targetPort | int | `7777` | |
| service.query.enabled | bool | `true` | |
| service.query.ports.query.enabled | bool | `true` | |
| service.query.ports.query.port | int | `15777` | |
| service.query.ports.query.protocol | string | `"UDP"` | |
| service.query.ports.query.targetPort | int | `15777` | |
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,74 @@
image:
repository: wolveix/satisfactory-server
pullPolicy: IfNotPresent
tag: v1.2.3@sha256:5860dbac9fc8cb2e6010b69e60e633d06e25e2a0152f8858a8f23acda7c3c719
env:
PUID: 568
AUTOPAUSE: true
AUTOSAVEINTERVAL: 300
AUTOSAVENUM: 3
AUTOSAVEONDISCONNECT: true
CRASHREPORT: true
DEBUG: false
DISABLESEASONALEVENTS: false
MAXPLAYERS: 4
SERVERBEACONPORT: "{{ .Values.service.beacon.ports.beacon.targetPort }}"
SERVERGAMEPORT: "{{ .Values.service.main.ports.main.targetPort }}"
SERVERIP: "0.0.0.0"
SERVERQUERYPORT: "{{ .Values.service.query.ports.query.targetPort }}"
SKIPUPDATE: false
STEAMBETA: false
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
persistence:
config:
enabled: true
mountPath: "/config"
service:
main:
ports:
main:
targetPort: 7777
port: 7777
protocol: UDP
beacon:
enabled: true
ports:
beacon:
enabled: true
port: 15000
targetPort: 15000
protocol: UDP
query:
enabled: true
ports:
query:
enabled: true
port: 15777
targetPort: 15777
protocol: UDP
probes:
# -- Liveness probe configuration
# @default -- See below
liveness:
enabled: false
# -- Redainess probe configuration
# @default -- See below
readiness:
enabled: false
# -- Startup probe configuration
# @default -- See below
startup:
enabled: false

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{{ include "common.all" . }}

View File

View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/_static/img/appicons/Satisfactory -icon.png
categories:
- games