Implement contact form on server side

This commit is contained in:
Chocobozzz 2019-01-09 15:14:29 +01:00
parent 8d00889b60
commit a4101923e6
No known key found for this signature in database
GPG key ID: 583A612D890159BE
32 changed files with 541 additions and 49 deletions

View file

@ -19,6 +19,10 @@ export interface ServerConfig {
enabled: boolean
}
contactForm: {
enabled: boolean
}
signup: {
allowed: boolean,
allowedForCurrentIP: boolean,