mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 21:33:41 -05:00
add update guide for 2.1.0
This commit is contained in:
parent
a28facd8b4
commit
0654812ae7
1 changed files with 33 additions and 0 deletions
33
UPDATE.md
33
UPDATE.md
|
@ -1,5 +1,38 @@
|
||||||
# Updating
|
# Updating
|
||||||
|
|
||||||
|
## 2.0.x -> 2.1.0
|
||||||
|
|
||||||
|
1. pull the update: `git pull`
|
||||||
|
|
||||||
|
2. run `pip install -r requirements.txt` again
|
||||||
|
|
||||||
|
3. make the following changes in your config.json file:
|
||||||
|
|
||||||
|
```diff
|
||||||
|
...
|
||||||
|
"ntfy": {
|
||||||
|
"enabled": false,
|
||||||
|
"host": "https://ntfy.sh",
|
||||||
|
"user": "",
|
||||||
|
"pass": "",
|
||||||
|
"topic": ""
|
||||||
|
},
|
||||||
|
+ "crosspost": {
|
||||||
|
+ "fediverse": {
|
||||||
|
+ "enabled": false,
|
||||||
|
+ "instance": "",
|
||||||
|
+ "client": {
|
||||||
|
+ "id": "",
|
||||||
|
+ "secret": ""
|
||||||
|
+ },
|
||||||
|
+ "token": "",
|
||||||
|
+ "visibility": "public",
|
||||||
|
+ "cw": ""
|
||||||
|
+ }
|
||||||
|
+ },
|
||||||
|
...
|
||||||
|
```
|
||||||
|
|
||||||
## 1.7.x -> 2.0.x
|
## 1.7.x -> 2.0.x
|
||||||
|
|
||||||
### prerequisites
|
### prerequisites
|
||||||
|
|
Loading…
Add table
Reference in a new issue