mirror of https://github.com/Sonarr/Sonarr
Explain how to change the URL base in the configuration file, since the UI might be hard to access when the base is wrong
parent
2e5a0bba73
commit
cf5426af5c
|
@ -1,5 +1,11 @@
|
||||||
|
## Variant 1: Setting the URL base in the UI
|
||||||
|
|
||||||
1. Go to Settings -> General
|
1. Go to Settings -> General
|
||||||
2. Set URL Base to desired path
|
2. Set URL Base to desired path
|
||||||
3. Save settings
|
3. Save settings
|
||||||
4. Restart (Restart as administrator on Windows)
|
4. Restart (Restart as administrator on Windows)
|
||||||
5. Donate <3
|
5. Donate <3
|
||||||
|
|
||||||
|
## Variant 2: Editing the configuration file
|
||||||
|
1. Open file ~/.config/NzbDrone/config.xml
|
||||||
|
2. Add entry `<UrlBase>your/desired/path</UrlBase>`
|
Loading…
Reference in New Issue