mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2026-01-27 04:40:51 +03:00
Updated Migrate from V1 to V2 (markdown)
@@ -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)).
|
||||
@@ -52,4 +52,5 @@ docker run -d \
|
||||
--restart=unless-stopped \
|
||||
-v /PATH_TO_YOUR_CONFIG.json:/app/config.json \
|
||||
ghcr.io/dmunozv04/isponsorblocktv
|
||||
```
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user