auto join links to docs, fixes #145.
This commit is contained in:
parent
62cdfdf4fe
commit
807b6b9f7b
@ -79,6 +79,11 @@ services:
|
|||||||
- There are no accounts, display name (a.k.a. username) can be freely chosen. Only password needs to match. Depending on which password matches, the visitor gets its privilege:
|
- There are no accounts, display name (a.k.a. username) can be freely chosen. Only password needs to match. Depending on which password matches, the visitor gets its privilege:
|
||||||
- Anyone, who enters with `NEKO_PASSWORD` will be **user**.
|
- Anyone, who enters with `NEKO_PASSWORD` will be **user**.
|
||||||
- Anyone, who enters with `NEKO_PASSWORD_ADMIN` will be **admin**.
|
- Anyone, who enters with `NEKO_PASSWORD_ADMIN` will be **admin**.
|
||||||
|
- Disabling passwords is not possible. However, you can use following query parameters to create auto-join links:
|
||||||
|
- Adding `?pwd=<password>` will prefill password.
|
||||||
|
- Adding `?usr=<display-name>` will prefill username.
|
||||||
|
- Adding `?cast=1` will hide all control and show only video.
|
||||||
|
- e.g. `http(s)://<URL:Port>/?pwd=neko&usr=guest&cast=1`
|
||||||
|
|
||||||
### Screen size
|
### Screen size
|
||||||
- Only admins can change screen size.
|
- Only admins can change screen size.
|
||||||
|
Reference in New Issue
Block a user