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:
@@ -137,20 +137,14 @@ questions:
|
||||
default: 80
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 80
|
||||
editable: true
|
||||
required: true
|
||||
|
||||
|
||||
- variable: service
|
||||
group: "Networking and Services"
|
||||
label: "Configure Service(s)"
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: https
|
||||
label: "https Service"
|
||||
description: "The https service"
|
||||
@@ -199,7 +193,8 @@ questions:
|
||||
default: 443
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 443
|
||||
|
||||
Reference in New Issue
Block a user