blob: d56ed4c19b73e15e79e2e322d9f742550d075d9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 運営ガイド
## ジョブキューの状態を調べる
Misskeyのディレクトリで:
``` shell
node_modules/kue/bin/kue-dashboard -p 3050
```
ポート3050にアクセスするとUIが表示されます
## ユーザーを凍結する
``` shell
node cli/suspend (ユーザーID)
```
|