Initial page creation, copied from Lidarr

master
misleadingrhino 4 years ago
parent 354721995e
commit 959fe98102

@ -0,0 +1,25 @@
Readarr's AppData folder contains the the databases for logs and general app information (artists, albums, tracks, history, and most settings), log files and the config file that contains settings required to start the web server. This path is listed on the System Status page in Readarr, but if you are unable to access it, here are some common locations for it:
##### Docker #####
Whatever directory you put in your run command where you see <host_folder_config>
`docker run --rm --name readarr -p 8787:8787 -v /<host_folder_config>:/config hotio/readarr`
or in your docker-compose file
volumes:
- /path/to/your/config:/config
##### Windows #####
`C:\ProgramData\Readarr`
##### Ubuntu #####
`/home/<user>/.config/Readarr` (`~/.config/Readarr`)
##### OS X #####
`/Users/<user>/.config/Readarr` (`~/.config/Readarr`)
##### Synology #####
`/usr/local/readarr/var/.config/Readarr`
##### QNAP #####
`/share/MD0_DATA/homes/admin/.config/Readarr`
Loading…
Cancel
Save