change wordings
parent
331a55ed4a
commit
88eba6a4ad
|
|
@ -31,7 +31,7 @@ Some very fundamental settings that would be hard to change at runtime have been
|
||||||
settings, they should not need to be modified very frequently, if at all.
|
settings, they should not need to be modified very frequently, if at all.
|
||||||
|
|
||||||
The settings in this file are not available in the web configuration. They will not be migrated automatically but must
|
The settings in this file are not available in the web configuration. They will not be migrated automatically but must
|
||||||
be migrated manually. The corresponding keys of the former `config_webrx.py` are:
|
be migrated manually. The corresponding keys of the former `config_webrx.py` were:
|
||||||
|
|
||||||
```
|
```
|
||||||
temporary_directory
|
temporary_directory
|
||||||
|
|
@ -46,12 +46,12 @@ configuration file.
|
||||||
## Individual files and their migration
|
## Individual files and their migration
|
||||||
|
|
||||||
`config_webrx.py` is effectively migrated in slices, since its settings are spread across the multiple sections of the
|
`config_webrx.py` is effectively migrated in slices, since its settings are spread across the multiple sections of the
|
||||||
web configuration. Every section will migrate those settings that are in it, so by the time all sections have been
|
web configuration. Every section will migrate the settings it contains when it is saved, so by the time all sections
|
||||||
edited once, the full file should be migrated.
|
have been edited once, all settings should be migrated, and the file `config_webrx.py` is no longer used.
|
||||||
|
|
||||||
`bookmarks.json` will be migrated as soon as you start editing bookmarks with the new bookmark editor.
|
`bookmarks.json` will be migrated as soon as you start editing bookmarks with the new bookmark editor.
|
||||||
|
|
||||||
`bands.json` will not be migrated at this point.
|
`bands.json` will not be migrated at this point and will remain in `/etc/openwebrx` for now.
|
||||||
|
|
||||||
## Special information for docker installations
|
## Special information for docker installations
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue