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
@@ -28,4 +28,4 @@ sources:
- https://krusader.org/
- https://hub.docker.com/r/ich777/krusader
type: application
version: 0.0.17
version: 0.0.19
+5 -5
View File
@@ -20,31 +20,31 @@ questions:
type: dict
attrs:
- variable: USER_LOCALES
label: 'USER_LOCALES'
label: "USER_LOCALES"
description: "Enter your prefered locales, you can find a full list of supported languages in usrsharei18nSUPPORTED simply open up a console from the Container and type in cat usrsharei18nSUPPORTED (eg enUS.UTF-8 UTF8 or deDE.UTF-8 UTF-8, frFR.UTF-8 UTF-8...)"
schema:
type: string
default: "en_US.UTF-8 UTF-8"
- variable: RUNASROOT
label: 'RUNASROOT'
label: "RUNASROOT"
description: "Set this variable to true if you want to run Krusader as root to edit system files (please remember you have to also change the Data Path to edit system level files)"
schema:
type: string
default: "false"
- variable: NOVNC_RESIZE
label: 'NOVNC_RESIZE'
label: "NOVNC_RESIZE"
description: "Delete this value if you dont want local scaling."
schema:
type: string
default: "remote"
- variable: CUSTOM_RES_W
label: 'CUSTOM_RES_W'
label: "CUSTOM_RES_W"
description: "Enter the preferred resolution width"
schema:
type: string
default: "1280"
- variable: CUSTOM_RES_H
label: 'CUSTOM_RES_H'
label: "CUSTOM_RES_H"
description: "Enter the preferred resolution height"
schema:
type: string
-2
View File
@@ -23,10 +23,8 @@ securityContext:
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 8080
protocol: TCP
targetPort: 8080