Thomas Anderson
Thomas Anderson
What I use is already [in documentation](https://github.com/corazawaf/coraza-spoa#docker).
Hello there. I'm willing to be a maintainer. @jcchavezs, may I?
> UI sometimes throws red box with "Unknown error occurred" message. That is issue number 3013, I think.
> connected by WireGuard + iptables Dig in this direction.
Is this configurable? How to enable / disable? How does it look from admin perspective? Is this produces some enriched logs? Could you provide an example? Maybe link some docs?
It does not always work for me. 1. Often, the end of log doesn't appear until page refreshing [Screenshot 2024-05-24 121548](https://github.com/woodpecker-ci/woodpecker/assets/127358482/00ba8099-0320-4eb7-9a8f-064dff40ea7a) F5 [Screenshot 2024-05-24 121632](https://github.com/woodpecker-ci/woodpecker/assets/127358482/96353314-9112-484e-beeb-74506564d7fb) Even though page refreshes automatically...
Yeeaa, it works now! Thank you! [Screenshot 2024-05-24 211854](https://github.com/woodpecker-ci/woodpecker/assets/127358482/ffe6c4a5-9918-4fb7-8879-0fea4f278acd) [woodpecker-agent.log](https://github.com/woodpecker-ci/woodpecker/files/15438614/woodpecker-agent.log)
> Could you check if the browser console shows any errors? **2** is partially my fault. I open the test repo in WP and then manually run the pipeline. To...
`docker.io/woodpeckerci/woodpecker-agent@sha256:328e3662285ce545e4081ef30299c039af72cd09a269bc642c24a51fc479acb2` > streams do not close after leaving pipeline execution page (to repo page) still reproduces [Screenshot 2024-05-28 183709](https://github.com/woodpecker-ci/woodpecker/assets/127358482/3385b6a6-cd73-4abc-b2fe-3b360215cfeb) > Might have fixed that one now As well as 1...
> It requires to drop all capabilities, except NET_BIND_SERVICE I supposed, that config below should work ```yaml securityContext: capabilities: drop: - ALL add: - NET_BIND_SERVICE ``` However, the point is...