Difference between revisions of "Template:Appdata Directory"
Line 8: | Line 8: | ||
"type": "string", | "type": "string", | ||
"default": "Radarr" | "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> | </templatedata> |
Revision as of 16:04, 1 December 2020
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}}}
C:\ProgramData\{{{ARRNAME}}}
Linux
/home/$USER/.config/{{{ARRNAME}}}
(~$USER/.config/{{{ARRNAME}}}
)
/home/$USER/.config/{{{ARRNAME}}}
(~$USER/.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