Robert Kaussow
Robert Kaussow
I don't have any concrete plans, but as I'm not super happy with the `flexsearch` setup either, I'm definitely willing to look into other solutions. The proposed module/fuse.js looks promising...
@wkloucek Do you have an idea how to reflect settings like https://github.com/owncloud/core/blob/master/config/config.sample.php#L1282 using docker env variables? Looks like the PDO config works completely different for mysl and postgres what makes...
Thanks for your report. I'm not sure what you mean by a native support. AFAIK, docker secrets will be mounted as files to `/run/secrets/` within the container. As the docker...
Got it, thanks. Sounds reasonable :+1:
Please take a look at the docs https://doc.owncloud.com/server/latest/admin_manual/installation/docker/#docker-compose You have to use the `owncloud/server` image instead of the base image. Besides that, please use the forum https://central.owncloud.org/ for setup questions.
I have also tried: ``` serviceLoadBalancerIPs: - cidr: 10.168.65.45/32 - cidr: 10.168.65.46/32 - cidr: 10.168.65.47/32 ``` But that also just works if the service is configured to use `externalTrafficPolicy: Local`....
I added mocks for the `woodpecker-go` client to add some cli tests. However, injecting mock clients into `urfave/cli` commands is a bit crappy, or I'm too stupid to find a...
@woodpecker-ci/maintainers Please add your opinions, otherwise Ill use the current config and apply the required changes.
For now that doesn't really matter IMO. Ill address this as soon as I start to work on the refactoring.
Fixed the exclude config just to proof it works. Pretty sure there will be more as soon as I start to work on it.