mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 04:03:49 +01:00
Create manage.en.md
This commit is contained in:
parent
5834b7d308
commit
ba3c059ebd
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 New Issue
Block a user