Closed JamoDevNich closed 4 years ago
Moving into draft state to do some further improvements
One caveat is that the container can't be run as any user other than root. This doesn't cause any issues with the default storage setup which uses docker volumes...
If the user changes this to a bind mount, this may cause problems since all the downloaded videos would be owned by root.
There are a few possible fixes for this:
runuser
to start node as a user ID specified by the user (using environment variables/ -e)
The proposed changes would add docker support, and an additional section in the README with instructions
This resolves #1