forked from kofal.net/stoatchat-self-hosted
Upload files to "/"
This commit is contained in:
23
Revolt.toml
Normal file
23
Revolt.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[hosts]
|
||||
app = "https://chat.kofal.net"
|
||||
api = "https://chat.kofal.net/api"
|
||||
events = "wss://chat.kofal.net/ws"
|
||||
autumn = "https://chat.kofal.net/autumn"
|
||||
january = "https://chat.kofal.net/january"
|
||||
|
||||
[hosts.livekit]
|
||||
worldwide = "wss://chat.kofal.net/livekit"
|
||||
|
||||
[pushd.vapid]
|
||||
private_key = "LS0tLS1CRUdJTiBFQyBQUklWQVRFIEtFWS0tLS0tCk1IY0NBUUVFSUVEQmZCeDl6WitaQlVoZzI3TjNHM1REQ2xzM084Qkk0K2lrT1A5cXJ2UmlvQW9HQ0NxR1NNNDkKQXdFSG9VUURRZ0FFamUrMU92YjUrYkwzS3BtOXJ2cWhxbTNtMHlMa1g2dDhiTGVDVW9pQ044Wmp0ZjRTNmJRRgptYVhiWUVHQWVDTEphdmxVdUh3SVZpZWFmSjJFVEFTNnd3PT0KLS0tLS1FTkQgRUMgUFJJVkFURSBLRVktLS0tLQo"
|
||||
public_key = "BI3vtTr2-fmy9yqZva76oapt5tMi5F-rfGy3glKIgjfGY7X-Eum0BZml22BBgHgiyWr5VLh8CFYnmnydhEwEusM"
|
||||
|
||||
[files]
|
||||
encryption_key = "KcOMrR6lTE5wcHvL3z7aB/0tj2+4rJD2KNDnB/tjp3I="
|
||||
|
||||
[api.livekit.nodes.worldwide]
|
||||
url = "http://livekit:7880"
|
||||
lat = 0.0
|
||||
lon = 0.0
|
||||
key = "317d0847b3a2"
|
||||
secret = "5a25b201ae80573c064e01b7387e7ac6fa99b0039a128dff"
|
||||
19
livekit.yml
Normal file
19
livekit.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
rtc:
|
||||
use_external_ip: true
|
||||
port_range_start: 50000
|
||||
port_range_end: 50100
|
||||
tcp_port: 7881
|
||||
|
||||
redis:
|
||||
address: redis:6379
|
||||
|
||||
turn:
|
||||
enabled: false
|
||||
|
||||
keys:
|
||||
317d0847b3a2: 5a25b201ae80573c064e01b7387e7ac6fa99b0039a128dff
|
||||
|
||||
webhook:
|
||||
api_key: 317d0847b3a2
|
||||
urls:
|
||||
- "http://voice-ingress:8500/worldwide"
|
||||
Reference in New Issue
Block a user