This commit is contained in:
syuilo 2018-04-22 07:34:33 +09:00
parent d962f73567
commit 9c8a4d7b0f
2 changed files with 14 additions and 0 deletions

13
docs/manage.ja.md Normal file
View file

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

View file

@ -21,6 +21,7 @@ export function createHttp(data) {
export function deliver(user, content, to) {
createHttp({
title: 'deliver',
type: 'deliver',
user,
content,