Added option to disable captcha
This commit is contained in:
@@ -12,6 +12,9 @@ invidious_companion:
|
||||
public_url: "http://companion.example.com/companion"
|
||||
```
|
||||
|
||||
### Proof-of-work Captcha
|
||||
Will only work while using HTTPS. If in HTTP set `PUBLIC_CAPTCHA_DISABLED` to `true`
|
||||
|
||||
### Docker Compose
|
||||
|
||||
```yaml
|
||||
@@ -42,6 +45,9 @@ services:
|
||||
# Allow anyone to register
|
||||
PUBLIC_REGISTRATION_ALLOWED: "false"
|
||||
|
||||
# Disable POW Captcha
|
||||
PUBLIC_CAPTCHA_DISABLED: "false"
|
||||
|
||||
# Allow any domain in proxy
|
||||
# This shouldn't be used unless you KNOW what your doing
|
||||
# requires VITE_REGISTRATION_ALLOWED to be false
|
||||
|
||||
Reference in New Issue
Block a user