pluja

Results 197 comments of pluja

Hi, I was able to find some time to look into this. I have been able to come up with a quick and easy solution that involves replacing MongoDB with...

Does reloading the page show anything? Could you share your docker compose logs to see if there are any errors there?

I see the backend is not able to authenticate to the database. Just to make sure, can you share your `docker-compose.yml` file? Have you added `DB_USER` and `DB_PASS` variables to...

Hey @brandnewant can you try with latest version 2.0.0 using the [ferret](https://whishper.net/troubleshooting/avx-problems/) version?

I will try to look at doing this, but right now I'm out of time... I will try to look at it as soon as I can, since that would...

Hi, the commit 8dca6cc8971f2e0963ef6892cda8f86d63334aa7 consolidates all Whishper services into a single one. It only needs two extra containers: the database and libretranslate (which is optional). Would this be enough? I...

That's OK for me if you want to take a look at it. An all-in-one image will be heavy, but it will be handy for some setups. You should make...

That's a pending feature, but I'm not sure what's the best way to implement it, I will need to look at it further

Is there any particular reason why you prefer doing it from the `.env` rather than the compose.yml itself?

Seems like there's a permission issue, sorry for the late reply. Did you sove the issue? If not, can you provide the result of commands `id` and `ls -al` in...