Create manage.en.md
This commit is contained in:
parent
eca9a7ea13
commit
e063ac10c5
|
@ -0,0 +1,13 @@
|
|||
# Management guide
|
||||
|
||||
## Check the status of the job queue
|
||||
In the directory of Misskey:
|
||||
``` shell
|
||||
node_modules/kue/bin/kue-dashboard -p 3050
|
||||
```
|
||||
When you access port 3050, you will see the UI.
|
||||
|
||||
## Suspend users
|
||||
``` shell
|
||||
node cli/suspend (User-ID)
|
||||
```
|
Loading…
Reference in New Issue