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:
Stavros Kois
2021-11-13 22:05:00 +01:00
committed by GitHub
parent 1fd389cbd0
commit 8f4a7fc500
158 changed files with 465 additions and 474 deletions
+4 -9
View File
@@ -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