-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Vuong edited this page Apr 4, 2022
·
1 revision
Since the application runs as a confined snap by default, the application will
only be able to access files under /var/snap/radarr
. It is also possible to
access storage under /media
by manually connecting the removable-media
interface with
sudo snap connect radarr:removable-media
It's suggested to create a directory owned by root
either under
/var/snap/radarr/common
or under /media
, after connecting the interface.
Note: mount points information won't be displayed by default, as it requires
manually connecting the mount-observe
interface:
sudo snap connect radarr:mount-observe