Last change
on this file since 60 was 60, checked in by yakumo.izuru, 17 months ago |
GET HTTP リクエストが機能しない問題を修正し、iCIBA および LibreTranslate エンジンを再追加し、マニュアル ページを作成し、Docker に関連するものを削除しました。
Signed-off-by: Izuru Yakumo <yakumo.izuru@…>
|
File size:
751 bytes
|
Rev | Line | |
---|
[60] | 1 | .Dd $Mdocdate$
|
---|
| 2 | .Dt MAI.INI 5
|
---|
| 3 | .Os
|
---|
| 4 | .Sh NAME
|
---|
| 5 | .Nm mai.ini
|
---|
| 6 | .Nd Configuration file for Mai
|
---|
| 7 | .Sh OPTIONS
|
---|
| 8 | .Bl -tag -width 11n
|
---|
| 9 | .It listen
|
---|
| 10 | HTTP port for the server to listen.
|
---|
| 11 | Default is "localhost:5000"
|
---|
| 12 | .It rootdir
|
---|
| 13 | Directory where the static resources are located.
|
---|
| 14 | Default is "./static"
|
---|
| 15 | .It tmplpath
|
---|
| 16 | Directory where the templates are located.
|
---|
| 17 | Default is "./views"
|
---|
| 18 | .El
|
---|
| 19 | .Sh ENVIRONMENT
|
---|
| 20 | .Bl -tag -width 11n
|
---|
| 21 | .It Ev MAI_LIBRETRANSLATE_INSTANCE
|
---|
| 22 | LibreTranslate instance to use.
|
---|
| 23 | Default is ""
|
---|
| 24 | .It Ev MAI_LIBRETRANSLATE_API
|
---|
| 25 | LibreTranslate API key for the above setting.
|
---|
| 26 | Default is ""
|
---|
| 27 | .El
|
---|
| 28 | .Sh FILES
|
---|
| 29 | .Pa /usr/local/etc/mai/mai.ini
|
---|
| 30 | .Sh SEE ALSO
|
---|
| 31 | .Xr mai 1
|
---|
| 32 | .Sh AUTHORS
|
---|
| 33 | .An fattalion
|
---|
| 34 | .An metalune
|
---|
| 35 | .An ManeraKai
|
---|
| 36 | .Sh MAINTAINERS
|
---|
| 37 | .An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja
|
---|
Note:
See
TracBrowser
for help on using the repository browser.