Stavros Kois

Results 165 comments of Stavros Kois

It's not just about documentation. The included `.env` file in the container needs to have the correct default permissions. Currently it's owned by `root`. But the preflight check is done...

The `.env` file is being written and read by the `www-data` user. `chown` ing this file for that user in the `Dockerfile`, will most likely solve the problems. It won't...

I'd also vote for nvenc integration into this image :)

This. I was going to add this app on TrueNAS Scale, so more user can use it, but I won't until this is sorted...

Seems that unraid doesn't like to change the bind propagation settings. Every time i tried to do this, the share automagically was disappearing or getting locked (couldn't add/delete files) and...

@matiasdelellis Thanks for taking the time to reply! I do have an nvidia 1060. but now i'm thinking it.. this not gonna do much. Is one thing to use the...

There is an option at advanced settings to do so, tho it only offers to delete at the end of the sync.

Hello, i started a video from within a feed, and from then i get this notification. You can dismiss it, but locking the phone, makes the notification come back again....

> Hi @Etren, For connecting to your Postgres Server: > > ```yaml > ... > odoo: > image: odoo:15 > environment: > - HOST=XX.XX.XX.XX > - PORT=5432 #default > -...

> @stavros-k > > We would love to accept contribution from your side. Please raise a Pull request for the same and we will add it with project after review....