Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
965dc6646e
commit
6d8ef65a9f
|
@ -0,0 +1,10 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="server-7daystodie-0.0.1"></a>
|
||||
### server-7daystodie-0.0.1 (2022-04-07)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Unraid Port - digits ([#2437](https://github.com/truecharts/apps/issues/2437))
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 9.2.6
|
||||
digest: sha256:a567b53fc3d0d618567f328d9fbb09695895b8e15d6ca178bf4a198c58080cac
|
||||
generated: "2022-04-07T13:27:14.714668214Z"
|
|
@ -0,0 +1,30 @@
|
|||
annotations:
|
||||
truecharts.org/SCALE-support: 'true'
|
||||
truecharts.org/catagories: |
|
||||
- GameServers
|
||||
truecharts.org/grade: U
|
||||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 9.2.6
|
||||
deprecated: false
|
||||
description: "This Docker will download and install SteamCMD. It will also install\
|
||||
\ 7 Days to Die and run it.\r\n"
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/7daystodie
|
||||
icon: https://truecharts.org/_static/img/appicons/7daystodie.png
|
||||
keywords:
|
||||
- 7daystodie
|
||||
- GameServers
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: server-7daystodie
|
||||
sources:
|
||||
- https://www.steampowered.com/
|
||||
- https://hub.docker.com/r/ich777/steamcmd/
|
||||
type: application
|
||||
version: 0.0.1
|
|
@ -0,0 +1,38 @@
|
|||
# Introduction
|
||||
|
||||
This Docker will download and install SteamCMD. It will also install 7 Days to Die and run it.
|
||||
|
||||
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://www.steampowered.com/>
|
||||
* <https://hub.docker.com/r/ich777/steamcmd/>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 9.2.6 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
|
||||
|
||||
## Upgrading, Rolling Back and Uninstalling the Chart
|
||||
|
||||
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) 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
|
|
@ -0,0 +1,4 @@
|
|||
This Docker will download and install SteamCMD. It will also install 7 Days to Die and run it.
|
||||
|
||||
|
||||
This App is supplied by TrueCharts, for more information please visit https://truecharts.org
|
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 282 KiB |
|
@ -0,0 +1,92 @@
|
|||
env:
|
||||
ENABLE_BEPINEX: 'false'
|
||||
GAME_ID: '294420'
|
||||
GAME_PARAMS: -logfile 7DaysToDie_Data/output_log.txt $@
|
||||
PASSWRD: ''
|
||||
SERVERCONFIG: serverconfig.xml
|
||||
USERNAME: ''
|
||||
VALIDATE: ''
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/7daystodie
|
||||
tag: latest
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
port: 26900
|
||||
protocol: TCP
|
||||
targetPort: 26900
|
||||
raknet:
|
||||
enabled: true
|
||||
ports:
|
||||
raknet:
|
||||
enabled: true
|
||||
port: 26902
|
||||
protocol: UDP
|
||||
targetPort: 26902
|
||||
registeringats:
|
||||
enabled: true
|
||||
ports:
|
||||
registeringats:
|
||||
enabled: true
|
||||
port: 27015
|
||||
protocol: UDP
|
||||
targetPort: 27015
|
||||
steamcommunica:
|
||||
enabled: true
|
||||
ports:
|
||||
steamcommunica:
|
||||
enabled: true
|
||||
port: 26901
|
||||
protocol: UDP
|
||||
targetPort: 26901
|
||||
steammasterser:
|
||||
enabled: true
|
||||
ports:
|
||||
steammasterser:
|
||||
enabled: true
|
||||
port: 26900
|
||||
protocol: UDP
|
||||
targetPort: 26900
|
||||
unet:
|
||||
enabled: true
|
||||
ports:
|
||||
unet:
|
||||
enabled: true
|
||||
port: 26903
|
||||
protocol: UDP
|
||||
targetPort: 26903
|
||||
webbasecontrol:
|
||||
enabled: true
|
||||
ports:
|
||||
webbasecontrol:
|
||||
enabled: true
|
||||
port: 8080
|
||||
protocol: TCP
|
||||
targetPort: 8080
|
||||
webpanel:
|
||||
enabled: true
|
||||
ports:
|
||||
webpanel:
|
||||
enabled: true
|
||||
port: 8082
|
||||
protocol: TCP
|
||||
targetPort: 8082
|
||||
command: ["/bin/sh"]
|
||||
args: ["-c", "groupmod -g ${GID} ${USER} && bash /opt/scripts/start.sh"]
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,2 @@
|
|||
{{/* Render the templates */}}
|
||||
{{ include "common.all" . }}
|
|
@ -0,0 +1,4 @@
|
|||
icon_url: https://truecharts.org/_static/img/appicons/7daystodie.png
|
||||
categories:
|
||||
- GameServers
|
||||
|
Loading…
Reference in New Issue