From 41cfe7623d054d41df4ab6ca7d8fd569404315b3 Mon Sep 17 00:00:00 2001 From: M33 <327-m33@git.qoto.org> Date: Mon, 27 Dec 2021 18:20:49 +0000 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c5fe19a..846410e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # misskey-admin-scripts-n-tips -A collection of scripts and tips to make a Misskey admin life a little bit easyer \ No newline at end of file +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)