fix(Apps): split udp and tcp ports (#1321)

* fix(deluge): split udp and tcp ports

* fix(syncthing): split udp and tcp ports

* remove extra empty lines
This commit is contained in:
Stavros Kois
2021-11-14 12:38:43 +01:00
committed by GitHub
parent 6083a824c7
commit 381411ac1c
143 changed files with 21 additions and 294 deletions
@@ -160,8 +160,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
@@ -160,8 +160,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -146,8 +146,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -225,8 +225,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
@@ -145,8 +145,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
@@ -183,8 +183,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -236,8 +236,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -153,8 +153,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
@@ -145,8 +145,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -190,8 +190,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -227,8 +227,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -152,8 +152,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -146,8 +146,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -145,8 +145,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -152,8 +152,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
@@ -152,8 +152,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -152,8 +152,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -232,8 +232,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -151,8 +151,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -158,8 +158,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
@@ -192,8 +192,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -146,8 +146,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -337,8 +337,6 @@ questions:
description: "Always"
# Include{resources}
# Include{advanced}
-2
View File
@@ -152,8 +152,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-4
View File
@@ -296,8 +296,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
@@ -484,8 +482,6 @@ questions:
# Include{resources}
# Include{advanced}
# Include{addons}
@@ -207,8 +207,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
@@ -207,8 +207,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
+9 -4
View File
@@ -94,8 +94,6 @@ questions:
type: int
default: 568
# Include{containerConfig}
- variable: service
@@ -162,8 +160,8 @@ questions:
- variable: torrent
label: "Torrent Service"
description: "Torrent Service"
label: "TCP Torrent Service"
description: "TCP Torrent Service"
schema:
type: dict
attrs:
@@ -216,6 +214,13 @@ questions:
default: 51413
editable: true
required: true
- variable: torrent-udp
label: "UDP Torrent Service"
description: "UDP Torrent Service"
schema:
type: dict
attrs:
# Include{serviceSelector}
- variable: udp
label: "UDP Service Port Configuration"
schema:
+3 -1
View File
@@ -20,13 +20,15 @@ service:
targetPort: 8112
torrent:
enabled: true
type: ClusterIP
ports:
tcp:
enabled: true
port: 51413
targetPort: 51413
protocol: TCP
torrent-udp:
enabled: true
ports:
udp:
enabled: true
port: 51413
-2
View File
@@ -152,8 +152,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -152,8 +152,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
@@ -151,8 +151,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -146,8 +146,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -146,8 +146,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -145,8 +145,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -146,8 +146,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -151,8 +151,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -156,8 +156,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
@@ -199,8 +199,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
@@ -145,8 +145,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -152,8 +152,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -145,8 +145,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -146,8 +146,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -152,8 +152,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -145,8 +145,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -164,8 +164,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -145,8 +145,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -220,8 +220,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -152,8 +152,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -152,8 +152,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-4
View File
@@ -282,8 +282,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
@@ -472,8 +470,6 @@ questions:
# Include{advanced}
# Include{addons}
@@ -156,8 +156,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -151,8 +151,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
@@ -180,8 +180,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -152,8 +152,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
@@ -168,8 +168,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
@@ -356,8 +354,6 @@ questions:
# Include{resources}
# Include{advanced}
# Include{addons}
-2
View File
@@ -323,8 +323,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
@@ -228,8 +228,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
@@ -308,8 +308,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -145,8 +145,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
@@ -160,8 +160,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -157,8 +157,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -144,8 +144,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -145,8 +145,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
@@ -152,8 +152,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -152,8 +152,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -145,8 +145,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -347,8 +347,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -152,8 +152,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -151,8 +151,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -152,8 +152,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -175,8 +175,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
@@ -167,8 +167,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -157,8 +157,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -152,8 +152,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -152,8 +152,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -152,8 +152,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -145,8 +145,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -145,8 +145,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -157,8 +157,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -201,8 +201,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -145,8 +145,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -145,8 +145,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-4
View File
@@ -163,8 +163,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
@@ -361,8 +359,6 @@ questions:
- value: "Always"
description: "Always"
# Include{resources}
# Include{advanced}
-2
View File
@@ -253,8 +253,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -145,8 +145,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -146,8 +146,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -322,8 +322,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -152,8 +152,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -357,8 +357,6 @@ questions:
# Include{resources}
# Include{advanced}
# Include{addons}
-2
View File
@@ -151,8 +151,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -202,8 +202,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
@@ -145,8 +145,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -164,8 +164,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -223,8 +223,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -152,8 +152,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
@@ -157,8 +157,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -145,8 +145,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -152,8 +152,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
-2
View File
@@ -158,8 +158,6 @@ questions:
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"

Some files were not shown because too many files have changed in this diff Show More