mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 11:33:09 +02:00
435 B
435 B
Management guide
Check the status of the job queue
In the directory of Misskey:
node_modules/kue/bin/kue-dashboard -p 3050
When you access port 3050, you will see the UI.
Suspend users
node cli/suspend (User-ID or Username)
e.g.
# Use id
node cli/suspend 57d01a501fdf2d07be417afe
# Use username
node cli/suspend @syuilo
# Use username (remote)
node cli/suspend @syuilo@misskey.xyz