mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-28 08:49:42 +02:00
chore: refactor setup scrpts (#288)
* refactor setup scrpts * update docker compose to use dograh-init * avoid creating unnecessary conf files * fix local setup script * add agents.md
This commit is contained in:
parent
4ff1f576f0
commit
87699f2dee
18 changed files with 1321 additions and 1178 deletions
28
deploy/templates/turnserver.remote.conf.template
Normal file
28
deploy/templates/turnserver.remote.conf.template
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Coturn TURN Server - Docker Configuration
|
||||
# Auto-generated by Dograh remote config renderer.
|
||||
|
||||
# Listener ports
|
||||
listening-port=3478
|
||||
tls-listening-port=5349
|
||||
|
||||
# Relay port range
|
||||
min-port=49152
|
||||
max-port=49200
|
||||
|
||||
# Network - external IP / host for NAT traversal
|
||||
external-ip=__DOGRAH_TURN_EXTERNAL_IP__
|
||||
|
||||
# Realm
|
||||
realm=dograh.com
|
||||
|
||||
# Authentication (TURN REST API with time-limited credentials)
|
||||
use-auth-secret
|
||||
static-auth-secret=__DOGRAH_TURN_SECRET__
|
||||
|
||||
# Security
|
||||
fingerprint
|
||||
no-cli
|
||||
no-multicast-peers
|
||||
|
||||
# Logging
|
||||
log-file=stdout
|
||||
Loading…
Add table
Add a link
Reference in a new issue