Conversation
|
This is still a draft, input is very much appreciated, right now I just added a few lines to Right now even if the user sets the env variable |
|
I'm currently waiting for the container to finish setting up to see if this works properly all the way through. |
c0ff571 to
0a8cafb
Compare
|
A test video file I uploaded was succesfully processed but when opening it I am getting error: the web app shows: and is not loading the audio stream, the transcribed audio, speakers and timestamps are properly shown tho. The audio file does exist in the fs tho:
Also, the ownership and permission of the directories and files is correct. |
Fixes #419.
This is a basic fix to properly handle running the main scriberr app as
UID0andGID0inside the container, see #419 for more details.To test this PR you can clone this branch with:
git clone --single-branch --branch fix/PUID=0-PGID=0-handling https://github.com/LorenzoCattai/Scriberr.git scriberr-fix_PUID=0-GUID=0-handlingand then in the same directory where you cloned this branch make and use (with rootless docker setup) this docker compose file:
docker-compose.yaml