chore(apps): combine some ports

This commit is contained in:
Stavros kois 2022-07-07 23:07:45 +03:00
parent 3411cea498
commit 6c3a74ab81
No known key found for this signature in database
GPG Key ID: 52FD8F5EE0A731BB
36 changed files with 150 additions and 353 deletions

View File

@ -18,7 +18,7 @@ maintainers:
name: adguard-home
sources:
- https://hub.docker.com/r/adguard/adguardhome
version: 1.0.8
version: 1.0.9
annotations:
truecharts.org/catagories: |
- media

View File

@ -139,9 +139,9 @@ questions:
schema:
type: int
default: 3000
- variable: dns-tcp
label: "dns-tcp Service"
description: "dns-tcp service"
- variable: dns
label: "DNS Service"
description: "DNS service"
schema:
additional_attrs: true
type: dict
@ -194,14 +194,6 @@ questions:
schema:
type: int
default: 53
- variable: dns-udp
label: "dns-udp Service"
description: "dns-udp service"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: dns-udp
label: "dns-udp Service Port Configuration"
schema:
@ -249,9 +241,9 @@ questions:
schema:
type: int
default: 53
- variable: dns-http
label: "dns-http Service"
description: "The dns-http service."
- variable: dns-doh
label: "dns-doh Service"
description: "The dns-doh service."
schema:
additional_attrs: true
type: dict
@ -304,14 +296,6 @@ questions:
schema:
type: int
default: 80
- variable: dns-https
label: "dns-https Service"
description: "The dns-https service."
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: dns-https
label: "dns-https Service Port Configuration"
schema:
@ -336,7 +320,7 @@ questions:
label: "Port Type"
schema:
type: string
default: "HTTP"
default: "HTTPS"
enum:
- value: HTTP
description: "HTTP"
@ -359,14 +343,6 @@ questions:
schema:
type: int
default: 443
- variable: dns-https-udp
label: "dns-https-udp Service"
description: "The dns-https-udp service."
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: dns-https-udp
label: "dns-https-udp Service Port Configuration"
schema:
@ -422,8 +398,8 @@ questions:
type: dict
attrs:
# Include{serviceSelector}
- variable: dns-crypt
label: "dns-crypt Service Port Configuration"
- variable: dns-crypt-tcp
label: "dns-crypt-tcp Service Port Configuration"
schema:
additional_attrs: true
type: dict
@ -446,7 +422,7 @@ questions:
label: "Port Type"
schema:
type: string
default: "HTTP"
default: "TCP"
enum:
- value: HTTP
description: "HTTP"
@ -469,14 +445,6 @@ questions:
schema:
type: int
default: 5443
- variable: dns-crypt-udp
label: "dns-crypt-udp Service"
description: "The dns-crypt-udp service."
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: dns-crypt-udp
label: "dns-crypt-udp Service Port Configuration"
schema:
@ -524,9 +492,9 @@ questions:
schema:
type: int
default: 5443
- variable: dns-quic-udp-1
label: "dns-quic-udp-1 Service"
description: "The dns-quic-udp-1 service."
- variable: dns-quic
label: "dns-quic Service"
description: "The dns-quic service."
schema:
additional_attrs: true
type: dict
@ -579,14 +547,6 @@ questions:
schema:
type: int
default: 784
- variable: dns-quic-udp-2
label: "dns-quic-udp-2 Service"
description: "The dns-quic-udp-2 service."
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: dns-quic-udp-2
label: "dns-quic-udp-2 Service Port Configuration"
schema:
@ -634,14 +594,6 @@ questions:
schema:
type: int
default: 853
- variable: dns-quic-udp-3
label: "dns-quic-udp-3 Service"
description: "The dns-quic-udp-3 service."
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: dns-quic-udp-3
label: "dns-quic-udp-3 Service Port Configuration"
schema:

View File

@ -18,38 +18,29 @@ service:
main:
port: 10232
targetPort: 3000
dns-tcp:
dns:
enabled: true
ports:
dns-tcp:
enabled: true
port: 53
targetPort: 53
dns-udp:
enabled: true
ports:
dns-udp:
enabled: true
protocol: UDP
port: 53
targetPort: 53
dns-http:
dns-doh:
enabled: true
ports:
dns-http:
enabled: true
port: 10233
targetPort: 80
dns-https:
enabled: true
ports:
dns-https:
enabled: true
port: 10234
targetPort: 443
dns-https-udp:
enabled: true
ports:
dns-https-udp:
enabled: true
protocol: UDP
@ -58,19 +49,16 @@ service:
dns-crypt:
enabled: true
ports:
dns-crypt:
dns-crypt-tcp:
enabled: true
port: 5443
targetPort: 5443
dns-crypt-udp:
enabled: true
ports:
dns-crypt-udp:
enabled: true
protocol: UDP
port: 5443
targetPort: 5443
dns-quic-udp-1:
dns-quic:
enabled: true
ports:
dns-quic-udp-1:
@ -78,17 +66,11 @@ service:
protocol: UDP
port: 784
targetPort: 784
dns-quic-udp-2:
enabled: true
ports:
dns-quic-udp-2:
enabled: true
protocol: UDP
port: 853
targetPort: 853
dns-quic-udp-3:
enabled: true
ports:
dns-quic-udp-3:
enabled: true
protocol: UDP

View File

@ -21,7 +21,7 @@ sources:
- https://technitium.com/
- https://hub.docker.com/r/technitium/dns-server
type: application
version: 1.0.8
version: 1.0.9
annotations:
truecharts.org/catagories: |
- networking

View File

@ -254,9 +254,9 @@ questions:
type: int
default: 5380
- variable: dns-udp
label: "DNS-UDP Service"
description: "DNS-UDP Service"
- variable: dns
label: "DNS Service"
description: "DNS Service"
schema:
additional_attrs: true
type: dict
@ -309,15 +309,6 @@ questions:
schema:
type: int
default: 53
- variable: dns-tcp
label: "DNS-TCP Service"
description: "DNS-TCP Service"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: dns-tcp
label: "DNS-TCP Service Port Configuration"
schema:

View File

@ -33,16 +33,13 @@ service:
main:
port: 5380
targetPort: 5380
dns-tcp:
dns:
enabled: true
ports:
dns-tcp:
enabled: true
port: 53
targetPort: 53
dns-udp:
enabled: true
ports:
dns-udp:
enabled: true
protocol: UDP

View File

@ -21,7 +21,7 @@ name: deluge
sources:
- https://github.com/deluge-torrent/deluge
type: application
version: 11.0.8
version: 11.0.9
annotations:
truecharts.org/catagories: |
- media

View File

@ -197,14 +197,6 @@ questions:
schema:
type: int
default: 51413
- variable: torrent-udp
label: "UDP Torrent Service"
description: "UDP Torrent Service"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: udp
label: "UDP Service Port Configuration"
schema:

View File

@ -24,9 +24,6 @@ service:
enabled: true
port: 51413
targetPort: 51413
torrent-udp:
enabled: true
ports:
udp:
enabled: true
port: 51413

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: ipfs
version: 3.0.10
version: 3.0.11
appVersion: "0.13.1"
description: IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas from previous systems such Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects.
type: application

View File

@ -171,8 +171,8 @@ questions:
schema:
type: int
default: 5001
- variable: peer-tcp
label: "Peer-TCP Service"
- variable: peer
label: "Peer Service"
description: "The Peer-TCP service."
schema:
additional_attrs: true
@ -231,14 +231,6 @@ questions:
schema:
type: int
default: 4001
- variable: peer-udp
label: "Peer-UDP Service"
description: "The Peer-udp service."
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: peer-udp
label: "Peer-UDP Service Port Configuration"
schema:

View File

@ -22,16 +22,13 @@ service:
main:
port: 10125
targetPort: 5001
peer-tcp:
peer:
enabled: true
ports:
peer-tcp:
enabled: true
targetPort: 4001
port: 4001
peer-udp:
enabled: true
ports:
peer-udp:
protocol: UDP
enabled: true

View File

@ -23,7 +23,7 @@ sources:
- https://github.com/Logitech/slimserver
- https://hub.docker.com/r/lmscommunity/logitechmediaserver
type: application
version: 4.0.8
version: 4.0.9
annotations:
truecharts.org/catagories: |
- media

View File

@ -176,7 +176,7 @@ questions:
default: 10059
required: true
- variable: playertcp
- variable: player
label: "Logitech Media Server Player TCP Communcation"
description: "Logitech Media Server Player Service for TCP communication"
schema:
@ -211,15 +211,6 @@ questions:
type: int
default: 3483
required: true
- variable: playerudp
label: "Logitech Media Server Player Communcation"
description: "Logitech Media Server Player Service for UDP communication"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: slimprotoudp
label: "Player to server UDP communication"
schema:

View File

@ -34,16 +34,13 @@ service:
enabled: true
targetPort: 9090
port: 10059
playertcp:
player:
enabled: true
ports:
slimprototcp:
enabled: true
targetPort: 3483
port: 3483
playerudp:
enabled: true
ports:
slimprotoudp:
enabled: true
targetPort: 3483

View File

@ -21,7 +21,7 @@ sources:
- https://github.com/pi-hole
- https://github.com/pi-hole/docker-pi-hole
type: application
version: 6.0.8
version: 6.0.9
annotations:
truecharts.org/catagories: |
- networking

View File

@ -184,62 +184,6 @@ questions:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: dns
label: "DNS Service Port Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 53
required: true
- variable: advanced
label: "Show Advanced settings"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: protocol
label: "Port Type"
schema:
type: string
default: "UDP"
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: 53
- variable: dns-tcp
label: "DNS-TCP Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: dns-tcp
label: "DNS-TCP Service Port Configuration"
@ -288,6 +232,53 @@ questions:
schema:
type: int
default: 53
- variable: dns-udp
label: "DNS Service Port Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 53
required: true
- variable: advanced
label: "Show Advanced settings"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: protocol
label: "Port Type"
schema:
type: string
default: "UDP"
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: 53
- variable: serviceexpert
group: "Networking and Services"

View File

@ -22,17 +22,14 @@ service:
main:
port: 9089
targetPort: 80
dns-tcp:
dns:
enabled: true
ports:
dns-tcp:
enabled: true
port: 53
targetPort: 53
dns:
enabled: true
ports:
dns:
dns-udp:
enabled: true
protocol: UDP
port: 53

View File

@ -20,7 +20,7 @@ name: qbittorrent
sources:
- https://github.com/qbittorrent/qBittorrent
type: application
version: 11.0.9
version: 11.0.10
annotations:
truecharts.org/catagories: |
- media

View File

@ -138,8 +138,6 @@ questions:
schema:
type: int
default: 8080
- variable: torrent
label: "TCP Torrent Service"
description: "Torrent service"
@ -148,7 +146,7 @@ questions:
type: dict
attrs:
# Include{serviceSelector}
- variable: torrent
- variable: torrenttcp
label: "TCP Service Port Configuration"
schema:
additional_attrs: true
@ -195,15 +193,6 @@ questions:
schema:
type: int
default: 6881
- variable: torrentudp
label: "UDP Torrent Service"
description: "Torrent service"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: torrentudp
label: "UDP Service Port Configuration"
schema:

View File

@ -15,13 +15,10 @@ service:
torrent:
enabled: true
ports:
torrent:
torrenttcp:
enabled: true
port: 6881
targetPort: 6881
torrentudp:
enabled: true
ports:
torrentudp:
enabled: true
port: 6881

View File

@ -21,7 +21,7 @@ maintainers:
name: resilio-sync
sources:
- https://github.com/orgs/linuxserver/packages/container/package/resilio-sync
version: 6.0.8
version: 6.0.9
annotations:
truecharts.org/catagories: |
- media

View File

@ -140,66 +140,9 @@ questions:
default: 8888
- variable: bt-udp
label: "bt-udp Service"
description: "The bt-udp service"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: bt-udp
label: "bt-udp Service Port Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 55555
required: true
- variable: advanced
label: "Show Advanced settings"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: protocol
label: "Port Type"
schema:
type: string
default: "UDP"
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: 55555
- variable: bt-tcp
label: "bt-tcp Service"
description: "The bt-tcp service"
- variable: bt
label: "bt Service"
description: "The bt service"
schema:
additional_attrs: true
type: dict
@ -252,6 +195,53 @@ questions:
schema:
type: int
default: 55555
- variable: bt-udp
label: "bt-udp Service Port Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 55555
required: true
- variable: advanced
label: "Show Advanced settings"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: protocol
label: "Port Type"
schema:
type: string
default: "UDP"
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: 55555
- variable: serviceexpert
group: "Networking and Services"

View File

@ -17,16 +17,13 @@ service:
main:
port: 8888
targetPort: 8888
bt-tcp:
bt:
enabled: true
ports:
bt-tcp:
enabled: true
port: 55555
targetPort: 55555
bt-udp:
enabled: true
ports:
bt-udp:
enabled: true
port: 55555

View File

@ -20,7 +20,7 @@ sources:
- https://github.com/storj/storj
- https://docs.storj.io/node/
- https://hub.docker.com/r/storjlabs/storagenode
version: 2.0.16
version: 2.0.17
annotations:
truecharts.org/catagories: |
- media

View File

@ -187,9 +187,9 @@ questions:
schema:
type: int
default: 14002
- variable: coretcp
label: "Core TCP Service"
description: "Core TCP Service"
- variable: core
label: "Core Service"
description: "Core Service"
schema:
additional_attrs: true
type: dict
@ -242,14 +242,6 @@ questions:
schema:
type: int
default: 28967
- variable: coreudp
label: "Core UDP Service"
description: "Core UDP Service"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: coreudp
label: "Core UDP Service Port Configuration"
schema:

View File

@ -26,7 +26,7 @@ service:
main:
port: 14002
targetPort: 14002
coretcp:
core:
enabled: true
ports:
coretcp:
@ -34,9 +34,6 @@ service:
protocol: TCP
port: 28967
targetPort: 28967
coreudp:
enabled: true
ports:
coreudp:
enabled: true
protocol: UDP

View File

@ -21,7 +21,7 @@ sources:
- https://github.com/syncthing/syncthing
- https://hub.docker.com/r/syncthing/syncthing
type: application
version: 11.0.9
version: 11.0.10
annotations:
truecharts.org/catagories: |
- media

View File

@ -196,14 +196,6 @@ questions:
schema:
type: int
default: 22000
- variable: listeners-udp
label: "Syncthing Listening Service"
description: "This service is used to process incoming connections directly to this Syncthing instance"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: udp
label: "UDP Service Port Configuration"
schema:

View File

@ -16,9 +16,6 @@ service:
enabled: true
port: 22000
targetPort: 22000
listeners-udp:
enabled: true
ports:
udp:
enabled: true
port: 22000

View File

@ -22,7 +22,7 @@ sources:
- https://github.com/transmission/transmission
- https://hub.docker.com/r/linuxserver/transmission
type: application
version: 12.0.8
version: 12.0.9
annotations:
truecharts.org/catagories: |
- download-tools

View File

@ -464,8 +464,6 @@ questions:
schema:
type: int
default: 10109
- variable: torrent
label: "TCP Torrent Service"
description: "Torrent service"
@ -474,7 +472,7 @@ questions:
type: dict
attrs:
# Include{serviceSelector}
- variable: torrent
- variable: torrenttcp
label: "TCP Service Port Configuration"
schema:
additional_attrs: true
@ -521,15 +519,6 @@ questions:
schema:
type: int
default: 51414
- variable: torrentudp
label: "UDP Torrent Service"
description: "Torrent service"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: torrentudp
label: "UDP Service Port Configuration"
schema:

View File

@ -12,13 +12,10 @@ service:
torrent:
enabled: true
ports:
torrent:
torrenttcp:
enabled: true
port: 51414
targetPort: 51414
torrentudp:
enabled: true
ports:
torrentudp:
enabled: true
port: 51414

View File

@ -20,7 +20,7 @@ maintainers:
name: verysync
sources:
- https://hub.docker.com/r/jonnyan404/verysync
version: 2.0.8
version: 2.0.9
annotations:
truecharts.org/catagories: |
- media

View File

@ -138,11 +138,9 @@ questions:
schema:
type: int
default: 10193
- variable: bt-udp1
label: "bt-udp1 Service"
description: "The bt-udp service"
- variable: bt
label: "bt Service"
description: "The bt service"
schema:
additional_attrs: true
type: dict
@ -195,16 +193,6 @@ questions:
schema:
type: int
default: 22037
- variable: bt-udp2
label: "bt-udp2 Service"
description: "The bt-udp service"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: bt-udp2
label: "bt-udp2 Service Port Configuration"
schema:
@ -253,7 +241,6 @@ questions:
type: int
default: 22027
- variable: data
label: "data Service"
description: "The data service"

View File

@ -8,7 +8,7 @@ service:
ports:
main:
port: 10193
bt-udp1:
bt:
enabled: true
ports:
bt-udp1:
@ -16,9 +16,6 @@ service:
port: 22037
targetPort: 22037
protocol: UDP
bt-udp2:
enabled: true
ports:
bt-udp2:
enabled: true
port: 22027