mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 13:23:41 -05:00
add update guide for 1.7.1
This commit is contained in:
parent
307bf83ee8
commit
bf7e105b97
1 changed files with 18 additions and 0 deletions
18
UPDATE.md
18
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
|
||||
|
|
Loading…
Add table
Reference in a new issue