Explain how to change the URL base in the configuration file, since the UI might be hard to access when the base is wrong

dnnr 2015-05-07 12:42:39 +02:00
parent 2e5a0bba73
commit cf5426af5c
1 changed files with 7 additions and 1 deletions

@ -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>`