mirror of
https://github.com/YunoHost-Apps/filepizza_ynh.git
synced 2024-09-03 18:36:01 +02:00
add turn port
This commit is contained in:
parent
56adfb9ab7
commit
db8bf072c1
2 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
PORT=__PORT__
|
PORT=__PORT__
|
||||||
EXTRA_ICE_SERVERS=turn:localhost:3478
|
EXTRA_ICE_SERVERS=turn:127.0.0.1:__PORT_TURN__
|
||||||
WEBTORRENT_TRACKERS=ws://localhost:8000
|
WEBTORRENT_TRACKERS=ws://127.0.0.1:8000
|
|
@ -47,6 +47,7 @@ ram.runtime = "50M"
|
||||||
autoupdate.strategy = "latest_github_commit"
|
autoupdate.strategy = "latest_github_commit"
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
|
turn.default = 3478
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue