mmetc

Results 110 comments of mmetc

I have not followed until now, but I am not sure service detection has anything to do with this - we already know that the service is there. The issue...

From the help text it's not clear that we can already delete multiple bouncers at once, by providing several positional arguments: ```console $ ./tests/local/bin/cscli bouncers delete --help delete bouncer Usage:...

Can you use something like [yq](https://github.com/mikefarah/yq) or a [python script like this one](https://github.com/crowdsecurity/opnsense-plugin-crowdsec/blob/main/src/opnsense/scripts/OPNsense/CrowdSec/reconfigure.py)? It's way easier than writing reliable sed, but you lose comments in the file. Using sed to...

There are still a few issues - crowdsec does not reload the configuration after hub upgrade - the package manager doesn't know about the cron job, so it won't be...

Hi @mridullpandey It's been merged here https://github.com/crowdsecurity/crowdsec/blob/master/config/crowdsec.cron.daily Any suggestion? We're releasing soon Thanks

@tasiotas there are several drawbacks to running a process manager and cron in a container, we'll try and find a better option for both docker and k8s

Hi @ThomasCr , by workaround you mean it doesn't work even with a manual setup? Can you try this: in `/etc/crowdsec/acquis.d/ispconfig.yaml` ``` filenames: - /var/log/ispconfig/httpd/*/access.log labels: type: apache2 ``` then...

When doing this we might as well define the useragents in a single place instead of building "crowdsec/" + cwversion.String() every time.

v8 is the same as arm64, I'm not sure what we should change here @sabban ? https://github.com/containerd/containerd/blob/v1.4.3/platforms/database.go#L83 https://github.com/crowdsecurity/crowdsec/blob/fd2bb8927cc8288bb6494f945abcdd67883f0905/.github/workflows/publish-docker-release.yml#L34

@LaurenceJJones does this mean this PR is not useful, or that it will need changes that are not backward compatible if we fix the proxy issue later? If it's not...