mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
Create manage.en.md
This commit is contained in:
parent
5834b7d308
commit
ba3c059ebd
1 changed files with 13 additions and 0 deletions
13
docs/manage.en.md
Normal file
13
docs/manage.en.md
Normal file
|
@ -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 a new issue