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:
@@ -27,4 +27,4 @@ sources:
|
||||
- https://github.com/orgs/linuxserver/packages/container/package/webtop
|
||||
- https://github.com/linuxserver/docker-webtop#readme
|
||||
type: application
|
||||
version: 0.0.20
|
||||
version: 0.0.22
|
||||
|
||||
@@ -20,19 +20,19 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: SUBFOLDER
|
||||
label: 'SUBFOLDER'
|
||||
label: "SUBFOLDER"
|
||||
description: "Specify a subfolder to use with reverse proxies, IE `subfolder`"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: KEYBOARD
|
||||
label: 'KEYBOARD'
|
||||
label: "KEYBOARD"
|
||||
description: "See the keyboard layouts section for more information and options."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: UMASK
|
||||
label: 'UMASK'
|
||||
label: "UMASK"
|
||||
description: "Container Variable UMASK"
|
||||
schema:
|
||||
type: string
|
||||
|
||||
@@ -21,10 +21,8 @@ securityContext:
|
||||
runAsNonRoot: false
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
port: 3000
|
||||
protocol: TCP
|
||||
targetPort: 3000
|
||||
|
||||
Reference in New Issue
Block a user