The Nextcloud AIO containers are on a separate docker network than my other containers due to the nature of that project. I tried adding the traefik-crowdsec-bouncer to the NC-AIO network and the result was this log
`2023-08-27T12:15:43Z WRN An error occurred while checking IP "" | error=Get "http://[localhost]:8080/v1/decisions?type=ban&ip=MY_EXTERNAL_IP": dial tcp [localhost]:8080: connect: connection refused
2023-08-27T12:15:43Z WRN Request | status=403 method=GET path=/api/v1/forwardAuth ip=MY_EXTERNAL_IP latency=0.330079 user_agent=Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0`
I'm not really sure why? I added NAIO to the approved proxies config in the environment but no dice. Has anyone else figured this out, or is there another project to tackle that?