fix(ispyagentdvr): use same port and targetport for turn service (#2167)
* fix(ispyagentdvr): use same port and targetport for turn service * questions
This commit is contained in:
@@ -20,7 +20,7 @@ name: ispy-agent-dvr
|
||||
sources:
|
||||
- https://hub.docker.com/r/doitandbedone/ispyagentdvr
|
||||
- https://github.com/doitandbedone/ispyagentdvr-docker
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- security
|
||||
|
||||
@@ -158,7 +158,7 @@ questions:
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 10185
|
||||
default: 3478
|
||||
required: true
|
||||
- variable: advanced
|
||||
label: "Show Advanced settings"
|
||||
|
||||
@@ -22,7 +22,7 @@ service:
|
||||
turn:
|
||||
enabled: true
|
||||
protocol: UDP
|
||||
port: 10185
|
||||
port: 3478
|
||||
targetPort: 3478
|
||||
webrtc:
|
||||
enabled: true
|
||||
|
||||
@@ -67,7 +67,8 @@ These defaults can of course be changed, but as we guarantee "sane, working defa
|
||||
| jdownloader2 | myjd | myjd | 3129 | TCP | |
|
||||
| pylon | main | main | 3131 | TCP | |
|
||||
| clamav | main | main | 3310 | TCP | |
|
||||
| unifi | stun | mstunain | 3478 | UDP | |
|
||||
| unifi | stun | mstunain | 3478 | UDP | Potential conflict with ispy-agent-dvr |
|
||||
| ispy-agent-dvr | turn | turn | 3478 | UDP | Potential conflict with unifi |
|
||||
| logitech-media-server | playertcp | slimprototcp | 3483 | TCP | |
|
||||
| logitech-media-server | playerudp | slimprotoudp | 3483 | UDP | |
|
||||
| ombi | main | main | 3579 | TCP | |
|
||||
@@ -340,7 +341,6 @@ These defaults can of course be changed, but as we guarantee "sane, working defa
|
||||
| makemkv | vnc | vnc | 10181 | TCP | |
|
||||
| nextpvr | main | main | 10183 | TCP | |
|
||||
| ispy-agent-dvr | main | main | 10184 | TCP | |
|
||||
| ispy-agent-dvr | turn | turn | 10185 | UDP | |
|
||||
| hammond | main | main | 10186 | TCP | |
|
||||
| storj-node | main | main | 14002 | TCP | |
|
||||
| satisfactory | beacon | beacon | 15000 | UDP | |
|
||||
|
||||
Reference in New Issue
Block a user