mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Updated Common Problems (markdown)
parent
aaeeed26f2
commit
8c4429ade5
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
||||||
## Mapped Network Drives vs UNC Paths
|
## Mapped Network Drives vs UNC Paths
|
||||||
* Using mapped network drives generally doesn't work very well, especially when Radarr is configured to run as a service. The better way to set shares up is using UNC paths. So instead of `X:\Movies` use `\\Server\Movies\`.
|
* Using mapped network drives generally doesn't work very well, especially when Radarr is configured to run as a service. The better way to set shares up is using UNC paths. So instead of `X:\Movies` use `\\Server\Movies\`.
|
||||||
|
|
||||||
|
## Web Interface Only Loads at localhost on Windows
|
||||||
|
* If you can only reach your web interface at <http://localhost:7878/> or <http://127.0.0.1:7878>, you need to run Radarr as administrator at least once, maybe even always.
|
||||||
|
|
||||||
## Permissions
|
## Permissions
|
||||||
* Radarr will need to move files away from where the downloader puts them into the final location, so this means that Radarr will need to read/write to both the source and the destination directory and files.
|
* Radarr will need to move files away from where the downloader puts them into the final location, so this means that Radarr will need to read/write to both the source and the destination directory and files.
|
||||||
* On Linux, where best practices have services running as their own user, this will probably mean using a shared group and setting folder permissions to `775` and files to `664` both in your downloader and Radarr. In umask notation, that would be `002`.
|
* On Linux, where best practices have services running as their own user, this will probably mean using a shared group and setting folder permissions to `775` and files to `664` both in your downloader and Radarr. In umask notation, that would be `002`.
|
||||||
|
|
Loading…
Reference in a new issue