mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2025-09-06 13:39:39 +00:00
I don't even know.
Filled out API for user management Proper escaping of user input for SQL queries (stream keys aren't user input) Filled out frontend with profile management, vods, etc. I don't remember there's probably more, fuck.
This commit is contained in:
@ -8,7 +8,8 @@ name = ''
|
||||
domain = ''
|
||||
registration = false
|
||||
webFormat = 'hls'
|
||||
restrictedNames = ['live','stream']
|
||||
restrictedNames = ['live']
|
||||
rootredirect = '/users/live'
|
||||
|
||||
[ircd]
|
||||
enable = false
|
||||
@ -45,7 +46,6 @@ allow_origin = '*'
|
||||
directory = './site'
|
||||
|
||||
[media]
|
||||
streamKeys = false
|
||||
record = false
|
||||
publicEndpoint = 'live'
|
||||
privateEndpoint = 'stream'
|
||||
|
Reference in New Issue
Block a user