The directory svc-flexget belongs to root user and group, and flexget is run by user abc with whatever uid and gid the user specifies using env.
Some of the plugins of flexget will try to write temporary files to $cwd which is svc-flexget, and it sounds reasonable to me, but they obviously lack the permission to do so, resulting in errors.
I wonder, if it is possible to set the owner and group of svc-flexget to be abc instead of root?
Expected Behavior
No response
Steps To Reproduce
Run docker-flexget, use plugins like flexget_qbittorrent_mod
Environment
- OS: Synology
- How docker service was installed: Synology store
Is there an existing issue for this?
Current Behavior
The directory
svc-flexget
belongs to root user and group, and flexget is run by userabc
with whatever uid and gid the user specifies using env.Some of the plugins of flexget will try to write temporary files to
$cwd
which issvc-flexget
, and it sounds reasonable to me, but they obviously lack the permission to do so, resulting in errors.I wonder, if it is possible to set the owner and group of svc-flexget to be
abc
instead ofroot
?Expected Behavior
No response
Steps To Reproduce
Run docker-flexget, use plugins like flexget_qbittorrent_mod
Environment
CPU architecture
x86-64
Docker creation
Container logs