Daniele Viganò
Daniele Viganò
Same for me, on Fedora 21 with Intel HD4400 (with both F21 drivers and Intel upstream)
+1 on my side. @micheles ?
Thanks for your feedback, and I'm sorry for the long waiting response, but I've been busy. Your suggestion looks a good one, I will have a look to this issue...
You can run the FCGI process as different user, but not the entire container (e.g. passing `-u`). It should not be complex to make it user-friendly. At least I see...
If someone (@timlinux?) wants to test it: https://github.com/daniviga/oq-qgis-server/tree/usermode Please note that nginx is now exposed on `8080`: ``` podman run --user 1000 --rm -ti -v $(pwd)/conf/qgis-server-nginx.conf:/etc/nginx/nginx.conf -v $(pwd)/test/data:/io/data -p 8010:8080...
That's a good point @pslh but it never happened in 4 years. We always had versions aligned. We should consider pros and cons of both the options. We need to...
This should be managed on the `opendri.org` side. I guess `opendri.org` domain has an associated mail server. The `index` subdomain should be registered and mailbox created. An external service may...
This is not a bug but was by design. It's a REST API so 404 is sent back if the API url does not exist, not if the resource doesn't....
DNS zone _sample_ for `index.opendri.org`: ``` IN A 195.201.44.103 IN AAAA 2a01:4f8:1c0c:804e::1 IN TXT v=spf1 ip4:195.201.44.103 ip6:2a01:4f8:1c0c:804e::1 ~all ```
We are still running with a Let's Encrypt SSL certificate instead of a WB one, if that's ok for you, yes, I think we can close this.