metube - not honoring UID/GID from .env? #5622
samwathegreat
started this conversation in
General
Replies: 1 comment 6 replies
-
Service file determines under what user the application starts. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Having a strange issue with metube. I've specified a UID/GID for metube to run as in the .env file, but it still saves all files as root. It's clearly reading the .env file because it's honoring the assigned downloads folder.
in the .env file:
UID=33
GID=33
However, if I start a download, it's still owned by root and not the specified UID/GID.
I've asked in the actual metube discussions but other users suggest that it is working for them (using docker) and that perhaps it's something to do with the way metube is being run in the LXC.
Any ideas? @MickLesk
Beta Was this translation helpful? Give feedback.
All reactions