mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-25 13:39:06 +01:00
✌️
This commit is contained in:
parent
d962f73567
commit
9c8a4d7b0f
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 New Issue
Block a user