iceshrimp-legacy/docs/manage.ja.md

14 lines
293 B
Markdown
Raw Normal View History

2018-04-22 00:34:33 +02:00
# 運営ガイド
## ジョブキューの状態を調べる
Misskeyのディレクトリで:
``` shell
node_modules/kue/bin/kue-dashboard -p 3050
```
ポート3050にアクセスするとUIが表示されます
## ユーザーを凍結する
``` shell
node cli/suspend (ユーザーID)
```