chore(Apps): fixes around the GUI refactor (#1316)
* fix min value on minio * update service UI on LMS * remove duplicate required from authelia * remove Duplicate port defaults * fix nextcloud duplicate required * fix nullserv services * fix plex duplicate default * fix syncthing duplicate required * syncthing replace code with include * teamspeak replace code with include * fix traefik duplicate required * Unifi replace code with include * Update label/description on `port` section * remove type on nullserv's service * remove extra space * lowercase port names * also lowercase service name omada
This commit is contained in:
@@ -235,7 +235,8 @@ questions:
|
||||
default: 9010
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 9010
|
||||
@@ -291,7 +292,8 @@ questions:
|
||||
default: 9011
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 9011
|
||||
@@ -347,7 +349,8 @@ questions:
|
||||
default: 2456
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 2456
|
||||
@@ -395,7 +398,8 @@ questions:
|
||||
default: 2457
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 2457
|
||||
@@ -443,7 +447,8 @@ questions:
|
||||
default: 2458
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 2458
|
||||
|
||||
Reference in New Issue
Block a user