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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -21,10 +21,8 @@ securityContext:
|
||||
runAsNonRoot: false
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
port: 9016
|
||||
protocol: HTTP
|
||||
targetPort: 8080
|
||||
|
||||
Reference in New Issue
Block a user