Difference between revisions of "Template:Appdata Directory"
(Created page with "Appdata information for {{{ARRNAME}}}") |
Bakerboy448 (talk | contribs) |
||
(13 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | <noinclude> | |
+ | <templatedata> | ||
+ | { | ||
+ | "params": { | ||
+ | "ARRNAME": { | ||
+ | "description": "ARR Name", | ||
+ | "example": "Sonarr, Radarr, Lidarr, Readarr", | ||
+ | "type": "string", | ||
+ | "default": "Radarr" | ||
+ | }, | ||
+ | "ARRNAME2": { | ||
+ | "description": "This variable is used to insert lowercase ARR names ", | ||
+ | "example": "radarr, sonarr, lidarr, or readarr", | ||
+ | "required": true | ||
+ | } | ||
+ | }, | ||
+ | "description": "This template is designed to house all the locations for the ARR's application data directory" | ||
+ | } | ||
+ | </templatedata> | ||
+ | </noinclude> | ||
+ | |||
+ | {{{ARRNAME}}}’s AppData folder contains the databases for logs and general app information, 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 {{{ARRNAME}}}, but if you are unable to access it, here are some common locations for it: | ||
+ | |||
+ | === Windows === | ||
+ | |||
+ | <code>C:\ProgramData\{{{ARRNAME}}}</code> | ||
+ | |||
+ | === Linux === | ||
+ | |||
+ | Unless otherwise specified {{{ARRNAME}}} will store it's application data in the home folder of the user {{{ARRNAME}}} is running under | ||
+ | <code>/home/$USER/.config/{{{ARRNAME}}}</code> (<code>~/.config/{{{ARRNAME}}}</code>) | ||
+ | |||
+ | <code>/var/lib/{{{ARRNAME}}}</code> | ||
+ | |||
+ | |||
+ | === OS X === | ||
+ | |||
+ | <code>/Users/$USER/.config/{{{ARRNAME}}}</code> (<code>~/.config/{{{ARRNAME}}}</code>) | ||
+ | |||
+ | === Synology === | ||
+ | |||
+ | <code>/usr/local/{{{ARRNAME}}}/var/.config/{{{ARRNAME}}}</code> | ||
+ | |||
+ | <code>/volume1/@appstore/{{{ARRNAME}}}/var/.config/{{{ARRNAME}}}</code> | ||
+ | |||
+ | === QNAP === | ||
+ | |||
+ | <code>/share/MD0_DATA/homes/admin/.config/{{{ARRNAME}}}</code> | ||
+ | |||
+ | <code>/share/CACHEDEV1_DATA/{{{ARRNAME}}}_CONFIG</code> | ||
+ | |||
+ | === Argument === | ||
+ | |||
+ | {{#lst::Appdata Directory Misc|{{{ARRNAME2}}}_appdata_directory_arguments}} |
Latest revision as of 22:22, 26 April 2021
This template is designed to house all the locations for the ARR's application data directory
Parameter | Description | Type | Status | |
---|---|---|---|---|
ARRNAME | ARRNAME | ARR Name
| String | optional |
ARRNAME2 | ARRNAME2 | This variable is used to insert lowercase ARR names
| Unknown | required |
{{{ARRNAME}}}’s AppData folder contains the databases for logs and general app information, 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 {{{ARRNAME}}}, but if you are unable to access it, here are some common locations for it:
Windows
C:\ProgramData\{{{ARRNAME}}}
Linux
Unless otherwise specified {{{ARRNAME}}} will store it's application data in the home folder of the user {{{ARRNAME}}} is running under
/home/$USER/.config/{{{ARRNAME}}}
(~/.config/{{{ARRNAME}}}
)
/var/lib/{{{ARRNAME}}}
OS X
/Users/$USER/.config/{{{ARRNAME}}}
(~/.config/{{{ARRNAME}}}
)
Synology
/usr/local/{{{ARRNAME}}}/var/.config/{{{ARRNAME}}}
/volume1/@appstore/{{{ARRNAME}}}/var/.config/{{{ARRNAME}}}
QNAP
/share/MD0_DATA/homes/admin/.config/{{{ARRNAME}}}
/share/CACHEDEV1_DATA/{{{ARRNAME}}}_CONFIG