mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-24 22:55:21 -04:00
Support for setting uid/gid on *nix systems
This commit is contained in:
@@ -43,5 +43,27 @@
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label">chown User</label>
|
||||
|
||||
<div class="controls">
|
||||
<input type="text" name="chownUser"/>
|
||||
<span class="help-inline">
|
||||
<i class="icon-nd-form-info" title="Username or uid. Use uid for remote file systems."/>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label">chown Group</label>
|
||||
|
||||
<div class="controls">
|
||||
<input type="text" name="chownGroup"/>
|
||||
<span class="help-inline">
|
||||
<i class="icon-nd-form-info" title="Group name or gid. Use gid for remote file systems."/>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
{{/if_linux}}
|
||||
Reference in New Issue
Block a user