Updated Migrate from V1 to V2 (markdown)

David
2023-09-04 12:53:06 +02:00
parent af7308a95f
commit f30910d44b

@@ -12,7 +12,7 @@ This is because the config file, and the way this application connects to your d
## How to migrate
### 1 Config file is now stored in `data` directory:
To avoid issues with mounting bare files on docker, and to allow having more files in the future, the config file is now stored in a directory called `data`.
If you're using docker, you'll need to change the path to the config file to `/app/data/config.json`. See below for a full example.
If you're using docker, you'll need to change the mount path to `/app/data`. See below for a full example.
## _Warning: you'll need to add ALL your devices again since the method of connecting to them has changed._
### 2.1 Using the new graphical configurator tool:
You can use the graphical setup wizard (powered by [textual](https://github.com/Textualize/textual)).
@@ -53,3 +53,4 @@ docker run -d \
-v /PATH_TO_YOUR_CONFIG.json:/app/config.json \
ghcr.io/dmunozv04/isponsorblocktv
```