Difference between revisions of "Template:Settings Media Management Permissions"
From Servarr
m (Drazzilb moved page Template:Media Management Permissions to Template:Settings Media Management Permissions) |
Bakerboy448 (talk | contribs) |
||
| (7 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | <noinclude> | |
| − | * Set Permissions - This will allow {{{ARRNAME}}} to set the given file permission when a given file is imported or renamed | + | <templatedata> |
| − | * | + | { |
| + | "params": { | ||
| + | "ARRNAME": { | ||
| + | "description": "ARR Name", | ||
| + | "type": "string", | ||
| + | "required": true, | ||
| + | "example": "Radarr, Sonarr, Lidarr, Readarr", | ||
| + | "default": "{{{ARRNAME}}}" | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | </templatedata> | ||
| + | </noinclude> | ||
| + | * ''Set Permissions'' - This will allow {{{ARRNAME}}} to set the given file permission when a given file is imported or renamed | ||
| + | * ''chmod folder'' - This is the permission level that {{{ARRNAME}}} will set for a given file on import or rename (more information [https://en.wikipedia.org/wiki/Chmod#Octal_modes HERE]) | ||
| + | ** The drop down box has a preset list of very commonly used permissions that can be used. However, you can manually enter a folder octal if you wish. | ||
| + | * ''chmod Group'' - This only works if the user running {{{ARRNAME}}} is the owner of the file. It's better to ensure the download client uses the same group as {{{ARRNAME}}}. | ||
Latest revision as of 14:53, 22 February 2021
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| ARRNAME | ARRNAME | ARR Name
| String | required |
- Set Permissions - This will allow {{{ARRNAME}}} to set the given file permission when a given file is imported or renamed
- chmod folder - This is the permission level that {{{ARRNAME}}} will set for a given file on import or rename (more information HERE)
- The drop down box has a preset list of very commonly used permissions that can be used. However, you can manually enter a folder octal if you wish.
- chmod Group - This only works if the user running {{{ARRNAME}}} is the owner of the file. It's better to ensure the download client uses the same group as {{{ARRNAME}}}.