Simon

Results 9 comments of Simon

I'd also like to use it for a nvidia gpu. Already tried some stuff, but it will always break the container, when I start it...

I tried this, but it does not seem to have any effect on my dashboard...

I have a problem that is probably related to this. I use docker-compose with Portainer to deploy ma instance. I only use a few env-variables, like admin-PW, those are set...

I believe its basically every variable. Everyone is set to false or unset, except those I manually set. I screenshotted them and marked which I set manually, I unfortunately dont...

Just had a look at the docs and I'm correct. Any variable to be said true iby default in the docs is set to false here, eg. ENABLE_READONLY

> When accessing through the Nginx proxy, can MMDL find your calendars? Yes, I can find the calendars and even set it up as a new account >Maybe the fetch...

> [06/May/2024:21:12:23 +0200] - 207 207 - PROPFIND https yourdomain.com "/dav.php/principals/User1/" [Client 192.168.176.1] [Length 464] [Gzip -] [Sent-to 192.168.42.107] "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" "-" > [06/May/2024:21:12:23 +0200] - 207 207 - PROPFIND...

Just for completeness, here is my docker-compose.yml ``` volumes: data: networks: app-tier: services: app: image: intriin/mmdl:latest ports: - 9300:3000 depends_on: - db restart: always networks: - app-tier environment: DB_HOST: db...