Initial work
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2022-09-17 21:50:55 +01:00
parent c5b3c2bd98
commit dc69cc447d
6 changed files with 62 additions and 2 deletions

View File

@ -5,4 +5,8 @@ auth_token = "YOURAUTHTOKEN"
[hcaptcha]
site_key = "YOURSITEKEY"
secret_key = "YOURSECRETKEY"
secret_key = "YOURSECRETKEY"
[options]
announce = true
form = false

1
data/options.json Executable file
View File

@ -0,0 +1 @@
{"Announcements":"false","Form":"true"}