Update README.md

This commit is contained in:
M33 2021-12-27 18:20:49 +00:00
parent 443c221ff1
commit 41cfe7623d

View file

@ -1,3 +1,15 @@
# misskey-admin-scripts-n-tips # misskey-admin-scripts-n-tips
A collection of scripts and tips to make a Misskey admin life a little bit easyer A collection of scripts and tips to make a Misskey admin life a little bit easyer
# Script list:
## backup_postgres.sh
A daily backup for your docker postgresql database, run it daily
It will cycle with the day of week (1..7)
## cleanup_docker.sh
Prune all orphaned images, and stopped containers
## get_container_id.sh
Get container ID from name (used in other scripts)