mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-06 02:23:40 -05:00
more WIP docker stuff
This commit is contained in:
parent
e75f8c944a
commit
8747a8ffe3
7 changed files with 44 additions and 15 deletions
|
|
@ -11,3 +11,12 @@ pathDefaults:
|
|||
recordDeleteAfter: 0s
|
||||
webrtcICEServers2:
|
||||
- url: stun:stun.l.google.com:19302
|
||||
authInternalUsers:
|
||||
# Username. 'any' means any user, including anonymous ones.
|
||||
- user: any
|
||||
# Password. Not used in case of 'any' user.
|
||||
pass:
|
||||
# IPs or networks allowed to use this user. An empty list means any IP.
|
||||
ips: []
|
||||
permissions:
|
||||
- action: api
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue