Added option to disable captcha

This commit is contained in:
WardPearce
2026-02-17 20:28:42 +13:00
parent b10b5c2a24
commit 3f112ada56
6 changed files with 34 additions and 21 deletions
+6
View File
@@ -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