Difference between revisions of "Template:Settings Media Management Permissions"

From Servarr
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
* Set Permissions - This will allow {{{ARRNAME}}} to set the given file permission when a given file is imported or renamed
 
* File chmod mode - 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])
 
 
<noinclude>
 
<noinclude>
 
<templatedata>
 
<templatedata>
Line 8: Line 6:
 
"description": "ARR Name",
 
"description": "ARR Name",
 
"type": "string",
 
"type": "string",
"required": true
+
"required": true,
 +
"example": "Radarr, Sonarr, Lidarr, Readarr",
 +
"default": "{{{ARRNAME}}}"
 
}
 
}
 
}
 
}
Line 14: Line 14:
 
</templatedata>
 
</templatedata>
 
</noinclude>
 
</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.

Template parameters

ParameterDescriptionTypeStatus
ARRNAMEARRNAME

ARR Name

Default
{{{ARRNAME}}}
Example
Radarr, Sonarr, Lidarr, Readarr
Stringrequired
  • 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}}}.