ryansun96
ryansun96
My understanding of how Pydio works with Collabora is that the user browser will make a request to pydio.mydomain.com/loleaflet/dist/loleaflet.html which will be proxied by Pydio to the actual Collabora service...
As mentioned here (https://github.com/jcmoraisjr/modsecurity-spoa/issues/6) This seems to be the line logging this information: https://github.com/haproxy/spoa-modsecurity/blob/3c895f3e7dd291dba19d57ba054b277e6fb80ca4/spoa.c#L1247 Would be great if we can offer a switch to control logging of this information.
Currently restate supports only dns and arn based service discovery (https://docs.restate.dev/operate/registration), however in many organizations service discovery is implemented via HashiCorp Consul. It would be great if restate supports pluggable...
Currently NUI uses an embedded (in-memory / on disk) database. This limits the deployment to one instance only without high availability. This is fine as a desktop app, but not...