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:
@@ -152,7 +152,8 @@ questions:
|
||||
default: 11211
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 11211
|
||||
|
||||
@@ -152,7 +152,8 @@ questions:
|
||||
default: 5432
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 5432
|
||||
|
||||
@@ -138,7 +138,8 @@ questions:
|
||||
default: 6379
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 6379
|
||||
|
||||
@@ -107,28 +107,44 @@ questions:
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: "Enable the port"
|
||||
- variable: advanced
|
||||
label: "Show Advanced settings"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
hidden: true
|
||||
- variable: protocol
|
||||
label: "Port Type"
|
||||
schema:
|
||||
type: string
|
||||
default: "TCP"
|
||||
enum:
|
||||
- value: HTTP
|
||||
description: "HTTP"
|
||||
- value: "HTTPS"
|
||||
description: "HTTPS"
|
||||
- value: TCP
|
||||
description: "TCP"
|
||||
- value: "UDP"
|
||||
description: "UDP"
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: protocol
|
||||
label: "Port Type"
|
||||
schema:
|
||||
type: string
|
||||
default: "HTTP"
|
||||
enum:
|
||||
- value: HTTP
|
||||
description: "HTTP"
|
||||
- value: "HTTPS"
|
||||
description: "HTTPS"
|
||||
- value: TCP
|
||||
description: "TCP"
|
||||
- value: "UDP"
|
||||
description: "UDP"
|
||||
- variable: nodePort
|
||||
label: "Node Port (Optional)"
|
||||
description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer"
|
||||
schema:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
- variable: targetPort
|
||||
label: "Target Port"
|
||||
description: "The internal(!) port on the container the Application runs on"
|
||||
schema:
|
||||
type: int
|
||||
default: 7000
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 7000
|
||||
@@ -168,7 +184,8 @@ questions:
|
||||
- value: "UDP"
|
||||
description: "UDP"
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 9090
|
||||
@@ -208,7 +225,8 @@ questions:
|
||||
- value: "UDP"
|
||||
description: "UDP"
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 3483
|
||||
@@ -248,7 +266,8 @@ questions:
|
||||
- value: "UDP"
|
||||
description: "UDP"
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 3483
|
||||
|
||||
@@ -161,7 +161,8 @@ questions:
|
||||
default: 9000
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 9002
|
||||
@@ -206,7 +207,7 @@ questions:
|
||||
description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer"
|
||||
schema:
|
||||
type: int
|
||||
min: 9001
|
||||
min: 9000
|
||||
max: 65535
|
||||
- variable: targetPort
|
||||
label: "Target Port"
|
||||
@@ -216,7 +217,8 @@ questions:
|
||||
default: 9001
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 9001
|
||||
|
||||
@@ -137,7 +137,8 @@ questions:
|
||||
default: 8043
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8043
|
||||
|
||||
@@ -35,48 +35,48 @@ service:
|
||||
main:
|
||||
port: 8043
|
||||
targetPort: 8043
|
||||
omadaTCP:
|
||||
omada-tcp:
|
||||
enabled: true
|
||||
ports:
|
||||
omadaTCP1:
|
||||
omada-tcp1:
|
||||
enabled: true
|
||||
protocol: TCP
|
||||
port: 29810
|
||||
targetPort: 29810
|
||||
omadaTCP2:
|
||||
omada-tcp2:
|
||||
enabled: true
|
||||
protocol: TCP
|
||||
port: 29811
|
||||
targetPort: 29811
|
||||
omadaTCP3:
|
||||
omada-tcp3:
|
||||
enabled: true
|
||||
protocol: TCP
|
||||
port: 29812
|
||||
targetPort: 29812
|
||||
omadaTCP4:
|
||||
omada-tcp4:
|
||||
enabled: true
|
||||
protocol: TCP
|
||||
port: 29813
|
||||
targetPort: 29813
|
||||
omadaUDP:
|
||||
omada-udp:
|
||||
enabled: true
|
||||
ports:
|
||||
omadaUDP1:
|
||||
omada-udp1:
|
||||
enabled: true
|
||||
protocol: UDP
|
||||
port: 29810
|
||||
targetPort: 29810
|
||||
omadaUDP2:
|
||||
omada-udp2:
|
||||
enabled: true
|
||||
protocol: UDP
|
||||
port: 29811
|
||||
targetPort: 29811
|
||||
omadaUDP3:
|
||||
omada-udp3:
|
||||
enabled: true
|
||||
protocol: TCP
|
||||
port: 29812
|
||||
targetPort: 29812
|
||||
omadaUDP4:
|
||||
omada-udp4:
|
||||
enabled: true
|
||||
protocol: UDP
|
||||
port: 29813
|
||||
|
||||
@@ -144,7 +144,8 @@ 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
|
||||
|
||||
@@ -175,7 +175,8 @@ questions:
|
||||
default: 8267
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8267
|
||||
|
||||
@@ -171,7 +171,8 @@ questions:
|
||||
default: 8265
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8265
|
||||
@@ -227,7 +228,8 @@ questions:
|
||||
default: 8266
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8266
|
||||
|
||||
@@ -145,7 +145,8 @@ questions:
|
||||
default: 4040
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 4040
|
||||
|
||||
@@ -137,7 +137,8 @@ questions:
|
||||
type: int
|
||||
default: 80
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 10001
|
||||
|
||||
@@ -182,7 +182,8 @@ questions:
|
||||
default: 5050
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 51050
|
||||
|
||||
@@ -162,7 +162,8 @@ questions:
|
||||
default: 6800
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 6800
|
||||
@@ -218,7 +219,8 @@ questions:
|
||||
default: 6888
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 6888
|
||||
|
||||
@@ -144,7 +144,8 @@ questions:
|
||||
default: 3000
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 3000
|
||||
|
||||
@@ -841,16 +841,14 @@ questions:
|
||||
default: 9091
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 9091
|
||||
editable: true
|
||||
required: true
|
||||
|
||||
|
||||
required: true
|
||||
|
||||
- variable: serviceexpert
|
||||
group: "Networking and Services"
|
||||
label: "Show Expert Config"
|
||||
|
||||
@@ -138,7 +138,8 @@ questions:
|
||||
default: 8000
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8000
|
||||
|
||||
@@ -137,7 +137,8 @@ questions:
|
||||
default: 6767
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 6767
|
||||
|
||||
@@ -144,7 +144,8 @@ questions:
|
||||
default: 8337
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8337
|
||||
|
||||
@@ -144,7 +144,8 @@ questions:
|
||||
default: 4040
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 4040
|
||||
|
||||
@@ -144,7 +144,8 @@ questions:
|
||||
default: 8083
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8083
|
||||
|
||||
@@ -167,7 +167,8 @@ questions:
|
||||
default: 8080
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 10021
|
||||
@@ -223,7 +224,8 @@ questions:
|
||||
default: 8081
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8081
|
||||
|
||||
@@ -143,7 +143,8 @@ questions:
|
||||
default: 8000
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8000
|
||||
|
||||
@@ -150,7 +150,8 @@ questions:
|
||||
default: 8443
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8443
|
||||
|
||||
@@ -184,7 +184,8 @@ questions:
|
||||
default: 9980
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 9980
|
||||
|
||||
@@ -138,7 +138,8 @@ 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
|
||||
|
||||
@@ -160,7 +160,8 @@ questions:
|
||||
type: int
|
||||
required: true
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
required: true
|
||||
@@ -208,7 +209,8 @@ questions:
|
||||
type: int
|
||||
required: true
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
required: true
|
||||
|
||||
@@ -144,7 +144,8 @@ questions:
|
||||
default: 8080
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8080
|
||||
|
||||
@@ -174,7 +174,8 @@ 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
|
||||
@@ -230,7 +231,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
|
||||
@@ -286,7 +288,8 @@ questions:
|
||||
default: 5900
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 5900
|
||||
|
||||
@@ -199,7 +199,8 @@ questions:
|
||||
default: 5000
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 5000
|
||||
|
||||
@@ -199,7 +199,8 @@ questions:
|
||||
default: 5000
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 5000
|
||||
|
||||
@@ -152,7 +152,8 @@ questions:
|
||||
default: 8112
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8112
|
||||
@@ -208,14 +209,13 @@ questions:
|
||||
default: 51413
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 51413
|
||||
editable: true
|
||||
required: true
|
||||
|
||||
default: 51413
|
||||
- variable: udp
|
||||
label: "UDP Service Port Configuration"
|
||||
schema:
|
||||
@@ -257,14 +257,14 @@ questions:
|
||||
default: 51413
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 51413
|
||||
editable: true
|
||||
required: true
|
||||
|
||||
default: 51413
|
||||
|
||||
- variable: serviceexpert
|
||||
group: "Networking and Services"
|
||||
|
||||
@@ -144,7 +144,8 @@ questions:
|
||||
default: 3000
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 3000
|
||||
|
||||
@@ -144,7 +144,8 @@ questions:
|
||||
default: 8000
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8000
|
||||
|
||||
@@ -143,7 +143,8 @@ questions:
|
||||
default: 3000
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 3000
|
||||
|
||||
@@ -138,7 +138,8 @@ 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
|
||||
|
||||
@@ -138,7 +138,8 @@ questions:
|
||||
default: 8200
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8200
|
||||
|
||||
@@ -137,7 +137,8 @@ questions:
|
||||
default: 8096
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8096
|
||||
|
||||
@@ -136,7 +136,8 @@ questions:
|
||||
default: 6052
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 6052
|
||||
|
||||
@@ -138,7 +138,8 @@ questions:
|
||||
default: 9001
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 9001
|
||||
|
||||
@@ -143,7 +143,8 @@ questions:
|
||||
default: 3000
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 3000
|
||||
|
||||
@@ -148,7 +148,8 @@ questions:
|
||||
default: 8080
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 10018
|
||||
|
||||
@@ -191,7 +191,8 @@ questions:
|
||||
default: 5000
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 5000
|
||||
|
||||
@@ -137,7 +137,8 @@ questions:
|
||||
default: 8191
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8191
|
||||
|
||||
@@ -144,7 +144,8 @@ questions:
|
||||
default: 3000
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 3000
|
||||
|
||||
@@ -137,7 +137,8 @@ questions:
|
||||
default: 8000
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8000
|
||||
|
||||
@@ -138,7 +138,8 @@ questions:
|
||||
default: 8080
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 10017
|
||||
|
||||
@@ -131,7 +131,8 @@ questions:
|
||||
default: 1812
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 1812
|
||||
@@ -186,7 +187,8 @@ questions:
|
||||
default: 1813
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 1813
|
||||
|
||||
@@ -144,7 +144,8 @@ 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
|
||||
|
||||
@@ -137,7 +137,8 @@ questions:
|
||||
default: 8484
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8484
|
||||
|
||||
@@ -225,7 +225,8 @@ questions:
|
||||
default: 3000
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 3000
|
||||
@@ -280,7 +281,8 @@ questions:
|
||||
default: 2222
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 2222
|
||||
|
||||
@@ -156,7 +156,8 @@ questions:
|
||||
default: 8000
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8000
|
||||
|
||||
@@ -137,7 +137,8 @@ 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
|
||||
|
||||
@@ -212,7 +212,8 @@ questions:
|
||||
default: 8080
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 10016
|
||||
|
||||
@@ -144,7 +144,8 @@ 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
|
||||
|
||||
@@ -144,7 +144,8 @@ 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
|
||||
|
||||
@@ -217,7 +217,8 @@ questions:
|
||||
default: 5800
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 5800
|
||||
@@ -273,7 +274,8 @@ questions:
|
||||
default: 5900
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 5900
|
||||
|
||||
@@ -148,7 +148,8 @@ questions:
|
||||
default: 7777
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 7777
|
||||
|
||||
@@ -143,7 +143,8 @@ questions:
|
||||
default: 8181
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8181
|
||||
|
||||
@@ -172,7 +172,8 @@ questions:
|
||||
default: 8000
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8000
|
||||
|
||||
@@ -144,7 +144,8 @@ 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
|
||||
|
||||
@@ -160,7 +160,8 @@ questions:
|
||||
default: 8123
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8123
|
||||
|
||||
@@ -144,7 +144,8 @@ questions:
|
||||
default: 8090
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8090
|
||||
@@ -200,7 +201,8 @@ questions:
|
||||
default: 19444
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 19444
|
||||
@@ -256,7 +258,8 @@ questions:
|
||||
default: 19445
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 19445
|
||||
@@ -312,7 +315,8 @@ questions:
|
||||
default: 19333
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 19333
|
||||
|
||||
@@ -220,7 +220,8 @@ questions:
|
||||
default: 3000
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 3000
|
||||
|
||||
@@ -187,7 +187,8 @@ questions:
|
||||
default: 5800
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 5580
|
||||
@@ -243,7 +244,8 @@ questions:
|
||||
default: 3129
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 3129
|
||||
@@ -298,7 +300,8 @@ questions:
|
||||
default: 5900
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 5900
|
||||
|
||||
@@ -137,7 +137,8 @@ questions:
|
||||
default: 8096
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8096
|
||||
|
||||
@@ -152,7 +152,8 @@ questions:
|
||||
default: 22300
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 22300
|
||||
|
||||
@@ -219,7 +219,8 @@ questions:
|
||||
default: 53
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 53
|
||||
|
||||
@@ -149,7 +149,8 @@ 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
|
||||
|
||||
@@ -136,7 +136,8 @@ questions:
|
||||
default: 1688
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 1688
|
||||
|
||||
@@ -137,7 +137,8 @@ questions:
|
||||
default: 8080
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 10015
|
||||
|
||||
@@ -144,7 +144,8 @@ questions:
|
||||
default: 5299
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 5299
|
||||
|
||||
@@ -144,7 +144,8 @@ 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
|
||||
|
||||
@@ -137,7 +137,8 @@ questions:
|
||||
default: 8686
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8686
|
||||
|
||||
@@ -339,7 +339,8 @@ questions:
|
||||
default: 3000
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 3000
|
||||
|
||||
@@ -144,7 +144,8 @@ 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
|
||||
|
||||
@@ -143,7 +143,8 @@ 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
|
||||
|
||||
@@ -144,7 +144,8 @@ questions:
|
||||
default: 8081
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8081
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/medusa
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.5.20@sha256:4b8296a04eff2320a466406d37a6115a0a26623d4163b6449c3d47fec6b95309
|
||||
tag: 0.5.20@sha256:4b8296a04eff2320a466406d37a6115a0a26623d4163b6449c3d47fec6b95309
|
||||
|
||||
|
||||
env:
|
||||
|
||||
@@ -167,7 +167,8 @@ questions:
|
||||
default: 8080
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 10014
|
||||
|
||||
@@ -159,7 +159,8 @@ questions:
|
||||
default: 9090
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 9090
|
||||
|
||||
@@ -149,7 +149,8 @@ questions:
|
||||
default: 1883
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 1883
|
||||
|
||||
@@ -144,7 +144,8 @@ questions:
|
||||
default: 3000
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 3000
|
||||
|
||||
@@ -144,7 +144,8 @@ 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
|
||||
|
||||
@@ -144,7 +144,8 @@ questions:
|
||||
default: 8090
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8090
|
||||
|
||||
@@ -137,7 +137,8 @@ questions:
|
||||
default: 4533
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 4533
|
||||
|
||||
@@ -167,7 +167,8 @@ 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
|
||||
@@ -175,8 +176,6 @@ questions:
|
||||
required: true
|
||||
|
||||
|
||||
required: true
|
||||
|
||||
- variable: persistence
|
||||
label: "Integrated Persistent Storage"
|
||||
description: "Integrated Persistent Storage"
|
||||
|
||||
@@ -137,7 +137,8 @@ questions:
|
||||
default: 1880
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 1880
|
||||
|
||||
@@ -149,7 +149,8 @@ questions:
|
||||
default: 6080
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 6080
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -40,6 +40,9 @@ service:
|
||||
main:
|
||||
port: 80
|
||||
targetPort: 80
|
||||
https:
|
||||
enabled: true
|
||||
ports:
|
||||
https:
|
||||
enabled: true
|
||||
port: 443
|
||||
|
||||
@@ -137,7 +137,8 @@ questions:
|
||||
default: 6789
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 6789
|
||||
|
||||
@@ -137,7 +137,8 @@ questions:
|
||||
default: 5076
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 5076
|
||||
|
||||
@@ -155,7 +155,8 @@ 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
|
||||
|
||||
@@ -138,7 +138,8 @@ questions:
|
||||
default: 8069
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8069
|
||||
@@ -194,7 +195,8 @@ questions:
|
||||
default: 8071
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8071
|
||||
@@ -243,7 +245,8 @@ questions:
|
||||
default: 8072
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8072
|
||||
|
||||
@@ -137,7 +137,8 @@ questions:
|
||||
default: 3579
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 3579
|
||||
|
||||
@@ -161,7 +161,8 @@ 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
|
||||
|
||||
@@ -138,7 +138,8 @@ questions:
|
||||
default: 8080
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 10013
|
||||
|
||||
@@ -257,7 +257,8 @@ questions:
|
||||
default: 389
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 389
|
||||
@@ -313,7 +314,8 @@ questions:
|
||||
default: 636
|
||||
|
||||
- variable: port
|
||||
label: "Container Port"
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 636
|
||||
|
||||
@@ -144,7 +144,8 @@ 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
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user