added control protection.

This commit is contained in:
Miroslav Šedivý 2021-11-16 23:48:40 +01:00
parent 00201af40c
commit e2ba39922c
4 changed files with 54 additions and 0 deletions

View file

@ -5,6 +5,7 @@
### New Features
- Lock controls for users, globally.
- Ability to set locks from config `NEKO_LOCKS=control login`.
- Added control protection - users can gain control only if at least one admin is in the room `NEKO_CONTROL_PROTECTION=true`.
### Misc
- ARM-based images not bound to Raspberry Pi only.

View file

@ -68,6 +68,9 @@ NEKO_ICESERVERS:
NEKO_LOCKS:
- Resources, that will be locked when starting, separated by whitespace.
- Currently supported: control login
NEKO_CONTROL_PROTECTION:
- Control protection means, users can gain control only if at least one admin is in the room.
- e.g. false
```
## Agruments