Initial commit: EifelDC - Discord-like Matrix chat platform
Some checks failed
CI / Rust Check (push) Has been cancelled
CI / Rust Tests (push) Has been cancelled
CI / Frontend Check (push) Has been cancelled
CI / Build Tauri (macOS) (push) Has been cancelled
CI / Build Tauri (macOS Intel) (push) Has been cancelled
CI / Build Tauri (Linux) (push) Has been cancelled
Some checks failed
CI / Rust Check (push) Has been cancelled
CI / Rust Tests (push) Has been cancelled
CI / Frontend Check (push) Has been cancelled
CI / Build Tauri (macOS) (push) Has been cancelled
CI / Build Tauri (macOS Intel) (push) Has been cancelled
CI / Build Tauri (Linux) (push) Has been cancelled
Includes server (Rust/Axum API proxy with voice management), Tauri desktop client with Svelte UI, bot-sdk, Docker infra (Synapse, PostgreSQL, Coturn, Nginx), and CI/CD pipeline.
This commit is contained in:
17
infra/coturn/turnserver.conf
Normal file
17
infra/coturn/turnserver.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
listening-port=3478
|
||||
tls-listening-port=5349
|
||||
realm=eifeldc.local
|
||||
server-name=eifeldc.local
|
||||
fingerprint
|
||||
lt-cred-mech
|
||||
use-auth-secret
|
||||
static-auth-secret=CHANGE_ME_GENERATE_A_SECRET
|
||||
total-quota=100
|
||||
bps-capacity=0
|
||||
stale-nonce=600
|
||||
cert=/etc/letsencrypt/live/eifeldc.local/cert.pem
|
||||
pkey=/etc/letsencrypt/live/eifeldc.local/privkey.pem
|
||||
no-multicast-peers
|
||||
no-cli
|
||||
log-file=/var/log/turnserver/turnserver.log
|
||||
simple-log
|
||||
Reference in New Issue
Block a user