add captcha support

This commit is contained in:
elijahr2411
2023-02-10 08:52:52 -05:00
parent 82cbcc030e
commit 626d32d22b
6 changed files with 66 additions and 1 deletions

View File

@@ -7,6 +7,11 @@ proxying = true
# 99% of the time this will only be 127.0.0.1
proxyAllowedIps = ["127.0.0.1"]
[hcaptcha]
enabled = false
sitekey = ""
secret = ""
[vm]
qemuArgs = "qemu-system-x86_64"
vncPort = 5900