Initial commit

This commit is contained in:
2021-07-28 16:20:06 +01:00
commit 0370e58aec
6 changed files with 137 additions and 0 deletions

9
config.json Normal file
View File

@@ -0,0 +1,9 @@
{
"Services": {
"test": {
"Script": "./example.sh",
"Secret": "THISISVERYSECRET",
"SignatureHeader": "X-Gitea-Signature"
}
}
}