✌️
This commit is contained in:
parent
132c30e557
commit
40849a5aa8
2 changed files with 14 additions and 0 deletions
13
docs/manage.ja.md
Normal file
13
docs/manage.ja.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# 運営ガイド
|
||||||
|
|
||||||
|
## ジョブキューの状態を調べる
|
||||||
|
Misskeyのディレクトリで:
|
||||||
|
``` shell
|
||||||
|
node_modules/kue/bin/kue-dashboard -p 3050
|
||||||
|
```
|
||||||
|
ポート3050にアクセスするとUIが表示されます
|
||||||
|
|
||||||
|
## ユーザーを凍結する
|
||||||
|
``` shell
|
||||||
|
node cli/suspend (ユーザーID)
|
||||||
|
```
|
|
@ -21,6 +21,7 @@ export function createHttp(data) {
|
||||||
|
|
||||||
export function deliver(user, content, to) {
|
export function deliver(user, content, to) {
|
||||||
createHttp({
|
createHttp({
|
||||||
|
title: 'deliver',
|
||||||
type: 'deliver',
|
type: 'deliver',
|
||||||
user,
|
user,
|
||||||
content,
|
content,
|
||||||
|
|
Loading…
Reference in a new issue