fix(apps): revert combine ports (#3119)

* Revert "chore(apps): combine some ports"

This reverts commit 6c3a74ab81.

* Revert "lints"

This reverts commit b7f3ef949e.

* bumps
This commit is contained in:
Stavros Kois 2022-07-10 12:21:55 +03:00 committed by GitHub
parent 9381ef3476
commit a4b896dabf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
37 changed files with 355 additions and 152 deletions

View File

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

View File

@ -139,9 +139,9 @@ questions:
schema:
type: int
default: 3000
- variable: dns
label: "DNS Service"
description: "DNS service"
- variable: dns-tcp
label: "dns-tcp Service"
description: "dns-tcp service"
schema:
additional_attrs: true
type: dict
@ -194,6 +194,14 @@ 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:
@ -241,9 +249,9 @@ questions:
schema:
type: int
default: 53
- variable: dns-doh
label: "dns-doh Service"
description: "The dns-doh service."
- variable: dns-http
label: "dns-http Service"
description: "The dns-http service."
schema:
additional_attrs: true
type: dict
@ -296,6 +304,14 @@ 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:
@ -320,7 +336,7 @@ questions:
label: "Port Type"
schema:
type: string
default: "HTTPS"
default: "HTTP"
enum:
- value: HTTP
description: "HTTP"
@ -343,6 +359,14 @@ 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:
@ -398,8 +422,8 @@ questions:
type: dict
attrs:
# Include{serviceSelector}
- variable: dns-crypt-tcp
label: "dns-crypt-tcp Service Port Configuration"
- variable: dns-crypt
label: "dns-crypt Service Port Configuration"
schema:
additional_attrs: true
type: dict
@ -422,7 +446,7 @@ questions:
label: "Port Type"
schema:
type: string
default: "TCP"
default: "HTTP"
enum:
- value: HTTP
description: "HTTP"
@ -445,6 +469,14 @@ 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:
@ -492,9 +524,9 @@ questions:
schema:
type: int
default: 5443
- variable: dns-quic
label: "dns-quic Service"
description: "The dns-quic service."
- variable: dns-quic-udp-1
label: "dns-quic-udp-1 Service"
description: "The dns-quic-udp-1 service."
schema:
additional_attrs: true
type: dict
@ -547,6 +579,14 @@ 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:
@ -594,6 +634,14 @@ 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,29 +18,38 @@ service:
main:
port: 10232
targetPort: 3000
dns:
dns-tcp:
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-doh:
dns-http:
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
@ -49,16 +58,19 @@ service:
dns-crypt:
enabled: true
ports:
dns-crypt-tcp:
dns-crypt:
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:
dns-quic-udp-1:
enabled: true
ports:
dns-quic-udp-1:
@ -66,11 +78,17 @@ 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.10
version: 1.0.11
annotations:
truecharts.org/catagories: |
- networking

View File

@ -254,9 +254,9 @@ questions:
type: int
default: 5380
- variable: dns
label: "DNS Service"
description: "DNS Service"
- variable: dns-udp
label: "DNS-UDP Service"
description: "DNS-UDP Service"
schema:
additional_attrs: true
type: dict
@ -309,6 +309,15 @@ 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,13 +33,16 @@ service:
main:
port: 5380
targetPort: 5380
dns:
dns-tcp:
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.10
version: 11.0.11
annotations:
truecharts.org/catagories: |
- media

View File

@ -197,6 +197,14 @@ 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,6 +24,9 @@ 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.12
version: 3.0.13
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
label: "Peer Service"
- variable: peer-tcp
label: "Peer-TCP Service"
description: "The Peer-TCP service."
schema:
additional_attrs: true
@ -231,6 +231,14 @@ 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,13 +22,16 @@ service:
main:
port: 10125
targetPort: 5001
peer:
peer-tcp:
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.10
version: 4.0.11
annotations:
truecharts.org/catagories: |
- media

View File

@ -176,7 +176,7 @@ questions:
default: 10059
required: true
- variable: player
- variable: playertcp
label: "Logitech Media Server Player TCP Communcation"
description: "Logitech Media Server Player Service for TCP communication"
schema:
@ -211,6 +211,15 @@ 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,13 +34,16 @@ service:
enabled: true
targetPort: 9090
port: 10059
player:
playertcp:
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.10
version: 6.0.11
annotations:
truecharts.org/catagories: |
- networking

View File

@ -184,6 +184,62 @@ 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"
@ -232,53 +288,6 @@ 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,14 +22,17 @@ service:
main:
port: 9089
targetPort: 80
dns:
dns-tcp:
enabled: true
ports:
dns-tcp:
enabled: true
port: 53
targetPort: 53
dns-udp:
dns:
enabled: true
ports:
dns:
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.11
version: 11.0.12
annotations:
truecharts.org/catagories: |
- media

View File

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

@ -10,7 +10,7 @@ metadata:
{{- include "tc.common.labels" . | nindent 4 }}
data:
{{- $bittorrentPort := "" -}}
{{- $bittorrentPort = .Values.service.torrent.ports.torrenttcp.port -}}
{{- $bittorrentPort = .Values.service.torrent.ports.torrent.port -}}
{{- if $bittorrentPort }}
31-update-port: |-
#!/bin/bash

View File

@ -15,10 +15,13 @@ service:
torrent:
enabled: true
ports:
torrenttcp:
torrent:
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.10
version: 6.0.11
annotations:
truecharts.org/catagories: |
- media

View File

@ -140,9 +140,66 @@ questions:
default: 8888
- variable: bt
label: "bt Service"
description: "The bt service"
- 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"
schema:
additional_attrs: true
type: dict
@ -195,53 +252,6 @@ 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,13 +17,16 @@ service:
main:
port: 8888
targetPort: 8888
bt:
bt-tcp:
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.18
version: 2.0.19
annotations:
truecharts.org/catagories: |
- media

View File

@ -187,9 +187,9 @@ questions:
schema:
type: int
default: 14002
- variable: core
label: "Core Service"
description: "Core Service"
- variable: coretcp
label: "Core TCP Service"
description: "Core TCP Service"
schema:
additional_attrs: true
type: dict
@ -242,6 +242,14 @@ 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
core:
coretcp:
enabled: true
ports:
coretcp:
@ -34,6 +34,9 @@ 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.11
version: 11.0.12
annotations:
truecharts.org/catagories: |
- media

View File

@ -196,6 +196,14 @@ 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,6 +16,9 @@ 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.10
version: 12.0.11
annotations:
truecharts.org/catagories: |
- download-tools

View File

@ -464,6 +464,8 @@ questions:
schema:
type: int
default: 10109
- variable: torrent
label: "TCP Torrent Service"
description: "Torrent service"
@ -472,7 +474,7 @@ questions:
type: dict
attrs:
# Include{serviceSelector}
- variable: torrenttcp
- variable: torrent
label: "TCP Service Port Configuration"
schema:
additional_attrs: true
@ -519,6 +521,15 @@ 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,10 +12,13 @@ service:
torrent:
enabled: true
ports:
torrenttcp:
torrent:
enabled: true
port: 51414
targetPort: 51414
torrentudp:
enabled: true
ports:
torrentudp:
enabled: true
port: 51414
@ -53,7 +56,7 @@ env:
# TRANSMISSION_PEER_ID_TTL_HOURS: 6
# TRANSMISSION_PEER_LIMIT_GLOBAL: 200
# TRANSMISSION_PEER_LIMIT_PER_TORRENT: 50
TRANSMISSION_PEER_PORT: "{{ .Values.service.torrent.ports.torrenttcp.targetPort }}"
TRANSMISSION_PEER_PORT: "{{ .Values.service.torrent.ports.torrent.targetPort }}"
# TRANSMISSION_PEER_PORT_RANDOM_HIGH: 65535
# TRANSMISSION_PEER_PORT_RANDOM_LOW: 49152
# TRANSMISSION_PEER_PORT_RANDOM_ON_START: false

View File

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

View File

@ -138,9 +138,11 @@ questions:
schema:
type: int
default: 10193
- variable: bt
label: "bt Service"
description: "The bt service"
- variable: bt-udp1
label: "bt-udp1 Service"
description: "The bt-udp service"
schema:
additional_attrs: true
type: dict
@ -193,6 +195,16 @@ 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:
@ -241,6 +253,7 @@ 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:
bt-udp1:
enabled: true
ports:
bt-udp1:
@ -16,6 +16,9 @@ service:
port: 22037
targetPort: 22037
protocol: UDP
bt-udp2:
enabled: true
ports:
bt-udp2:
enabled: true
port: 22027