From 807b6b9f7b4d3ed858bd1607f87f295322a9401a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Sun, 27 Feb 2022 14:23:24 +0100 Subject: [PATCH] auto join links to docs, fixes #145. --- docs/getting-started/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/getting-started/README.md b/docs/getting-started/README.md index c79b17e..51fc217 100644 --- a/docs/getting-started/README.md +++ b/docs/getting-started/README.md @@ -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: - Anyone, who enters with `NEKO_PASSWORD` will be **user**. - 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=` will prefill password. + - Adding `?usr=` will prefill username. + - Adding `?cast=1` will hide all control and show only video. + - e.g. `http(s):///?pwd=neko&usr=guest&cast=1` ### Screen size - Only admins can change screen size.