add captcha support
This commit is contained in:
@@ -5,6 +5,12 @@ export default interface IConfig {
|
||||
proxying : boolean;
|
||||
proxyAllowedIps : string[];
|
||||
};
|
||||
hcaptcha : {
|
||||
enabled : boolean;
|
||||
sitekey : string;
|
||||
secret : string;
|
||||
whitelist : string[];
|
||||
};
|
||||
vm : {
|
||||
qemuArgs : string;
|
||||
vncPort : number;
|
||||
|
||||
Reference in New Issue
Block a user