Initial commit

This commit is contained in:
lowlighter
2020-09-08 18:01:22 +02:00
commit 22d732c3f8
21 changed files with 8567 additions and 0 deletions

9
settings.example.json Normal file
View File

@@ -0,0 +1,9 @@
{
"token":"MY GITHUB API TOKEN", "//":"Your own GitHub API token (required)",
"restricted":[], "//":"List of authorized users, leave empty for unrestricted",
"cached":3600000, "//":"Cached time for generated images, 0 to disable",
"maxusers":0, "//":"Maximum number of users, 0 for unlimited",
"ratelimiter":null, "//":"Rate limiter (see express-rate-limit documentation for options)",
"port":3000, "//":"Listening port",
"debug":false, "//":"Debug mode"
}