From bf7e105b97cc2c36a5965624ad620bbbc354ba83 Mon Sep 17 00:00:00 2001 From: mst Date: Mon, 16 Dec 2024 16:57:36 +0300 Subject: [PATCH] add update guide for 1.7.1 --- UPDATE.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/UPDATE.md b/UPDATE.md index 5161bff..def6d1e 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -1,3 +1,21 @@ +## 1.7.0 -> 1.7.1 +pull the update: `git pull` +make the following changes in your config.json file: +```diff +... + "antispam": { + ... + }, ++ "ntfy": { ++ "enabled": false, ++ "host": "https://ntfy.sh", ++ "user": "", ++ "pass": "", ++ "topic": "" ++ }, +... +``` + ## 1.6.x -> 1.7.0 pull the update: `git pull` run `pip install -r requirements.txt` again to install newly required packages