fix(incubator): some cleanup (#3586)

* fix(arksurvival): cleanup

* cleanup

* update questions

* chore(incubator): some cleanup

* remove enabled true from main services

* bump all incubator

* lint

* empty lines

* emtpy line
This commit is contained in:
Stavros Kois
2022-08-27 02:12:33 +03:00
committed by GitHub
parent 2f9afd61b2
commit 9056d3c8f7
921 changed files with 3536 additions and 3420 deletions
+1 -1
View File
@@ -26,4 +26,4 @@ sources:
- https://redm.gg/
- https://hub.docker.com/r/ich777/redmserver/
type: application
version: 0.0.17
version: 0.0.19
+6 -6
View File
@@ -20,37 +20,37 @@ questions:
type: dict
attrs:
- variable: GAME_CONFIG
label: 'GAME_CONFIG'
label: "GAME_CONFIG"
description: "You can edit the server.cfg after the first start (if you dont want to use the server.cfg then leave this field empty. For exampele if you plan to use txAdmin you have to add another port in the template with the host and container port 40120, you then can connect to txAdmin with YOURSERVERIP40120)."
schema:
type: string
default: "server.cfg"
- variable: START_VARS
label: 'START_VARS'
label: "START_VARS"
description: "Extra start variables."
schema:
type: string
default: ""
- variable: SRV_NAME
label: 'SRV_NAME'
label: "SRV_NAME"
description: "Your Servername"
schema:
type: string
default: ""
- variable: SERVER_KEY
label: 'SERVER_KEY'
label: "SERVER_KEY"
description: "Your Server Key from httpskeymaster.fivem.net"
schema:
type: string
default: ""
- variable: SRV_ADR
label: 'SRV_ADR'
label: "SRV_ADR"
description: "Looks something like this httpsruntime.fivem.netartifactsfivembuildprootlinuxmaster"
schema:
type: string
default: "https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/"
- variable: MANUAL_UPDATES
label: 'MANUAL_UPDATES'
label: "MANUAL_UPDATES"
description: "Set this to true without quotes to update your server manually (otherwise leave blank)"
schema:
type: string
-2
View File
@@ -21,10 +21,8 @@ securityContext:
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 9016
protocol: HTTP
targetPort: 8080