2026-07-10 19:01:38 +00:00
|
|
|
# Hostname or IP your users will reach this box on (no scheme, no port)
|
|
|
|
|
PUBLIC_HOST=localhost
|
|
|
|
|
|
2026-07-25 01:11:42 +00:00
|
|
|
# Where the podsteadr UI/API is reachable from browsers
|
2026-07-10 19:01:38 +00:00
|
|
|
PUBLIC_URL=http://${PUBLIC_HOST}:8095
|
|
|
|
|
|
|
|
|
|
# Public endpoints handed out for streaming / playback / uploads
|
|
|
|
|
MEDIAMTX_RTMP_PUBLIC=rtmp://${PUBLIC_HOST}:1935
|
|
|
|
|
MEDIAMTX_WHIP_PUBLIC=http://${PUBLIC_HOST}:8889
|
|
|
|
|
MEDIAMTX_HLS_PUBLIC=http://${PUBLIC_HOST}:8890
|
|
|
|
|
BLOSSOM_URL_DEFAULT=http://${PUBLIC_HOST}:8098
|
|
|
|
|
|
|
|
|
|
# Default nostr relays for NIP-53 live-event announcements (comma separated,
|
|
|
|
|
# changeable at runtime in Settings)
|
|
|
|
|
NOSTR_RELAYS=wss://relay.damus.io,wss://nos.lol,wss://relay.nostr.band
|