PixivFEからいくつか輸入しました

リクエストリミッターを構成可能にする
マニュアルページを更新する
エラーページを改善する
GoFiber v2.52.0 へのアップデート

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/mai/trunk@70 e410bdd4-646f-c54f-a7ce-fffcc4f439ae
This commit is contained in:
yakumo.izuru
2024-02-12 02:42:11 +00:00
parent 8c4aa6ca94
commit 82044b1469
9 changed files with 141 additions and 72 deletions

View File

@@ -7,13 +7,16 @@
.Sh OPTIONS
.Ss [mai] section
.Bl -tag -width 11n
.It listen
.It danmaku (int)
Control the maximum amount of requests
before a ratelimit happens
.It listen (string)
HTTP port for the server to listen.
Default is "localhost:5000"
.It static
.It static (string)
Directory where the static resources are located.
Default is "./static"
.It templates
.It templates (string)
Directory where the templates are located.
Default is "./views"
.El