1
0
Fork 0
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:
ericgaspar 2023-12-16 11:54:14 +01:00
parent 56adfb9ab7
commit db8bf072c1
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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]