From 1bb06bdb0f3d6b41e840501bd8929141566a4e06 Mon Sep 17 00:00:00 2001
From: m33 <m33>
Date: Mon, 27 Dec 2021 18:26:55 +0000
Subject: [PATCH] update

---
 README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0e58afa..2764439 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,9 @@
 
 A collection of scripts and tips to make a Misskey admin's life a little bit easyer
 
-# Script list:
+Abstract: a VPS, Docker, a Misskey instance, what could save you some time ?
+
+# Scripts list:
 
 ## backup_postgres.sh
 A daily backup for your docker postgresql database, run it daily
@@ -13,3 +15,9 @@ Prune all orphaned images, and stopped containers
 
 ## get_container_id.sh
 Get container ID from name (used in other scripts)
+
+# Tips list: 
+
+## Separate code and data
+
+The default misskey docker install guide will place misskey code and your instance data in the same directory. Is something goes wrong on a later time, you may accidentally trash your datas.
-- 
GitLab