0x47
0x47
I just double checked (because of missing warnings) and I think plain C is not supported indeed (e.g. `-Wmissing-prototypes`, `-Wstrict-prototypes`, and `-Wold-style-definition` are not generated with `ENABLE ALL`). Is support...
I understand, thank you. Just for reference, I realized that using ``` set(is_gcc ${CMAKE_COMPILER_IS_GNUCXX} OR ${CMAKE_COMPILER_IS_GNUCC}) ``` is plain wrong as `set()` does not evaluate the variables and instead creates...
Nice, thank you! Sorry for OT, but is there a repository for Qt Open Trader? Can't find it anywhere...
I was about to create a new issue and found this one. This also happens to a fresh setup for me. Nothing was changed from the example (`.examples/docker-compose/with-nginx-proxy/mariadb-cron-redis/fpm/`) except this...
> @0x47 have you read my comment here ([#1473 (comment)](https://github.com/nextcloud/docker/issues/1473#issuecomment-819772206)) using a defined version for the nginx-proxy, does this solve the problem for you? @Mailblocker Yes I tried it and...
I have no idea what it means but https://github.com/nginx-proxy/nginx-proxy/issues/1586#issuecomment-818238078 refers to `nginxproxy/nginx-proxy:1586`, not `jwilder/nginx-proxy:1586`. Is that just an alias? Anyway, I think my changes do the same thing, I just...
Yes, I just did it again to be sure. I remove all volumes manually as well. After re-creating the stack the proxy container shows the following log: ``` WARNING: /etc/nginx/dhparam/dhparam.pem...
I checked the files: ``` root@3dc16af668e2:/# ls -lah /var/lib/mysql/ total 121M drwxr-xr-x 5 mysql mysql 4.0K Apr 16 10:59 . drwxr-xr-x 1 root root 4.0K Apr 3 02:11 .. -rw-rw----...
I could fix the issue for the 503 error *in my case*. Nextcloud only works with the `1586` tag of nginx-proxy **and** setting ``` proxy: environment: - DEFAULT_HOST=nextcloud.local ``` ```...
Are there any plans to add this feature? I also use the Andoid app and for me this the one feature that is still missing.