This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Proper way to setup Crowdsec with Nginx Proxy Manager? #3746
Unanswered
iaintnodev
asked this question in
Help Needed
Replies: 1 comment
-
Looks like I made it work, the file |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, want to use Crowdsec with Nginx Proxy Manager and I'm wondering how to make sure everything works correctly - I installed NPM (which works fine) and then Crowsdec into the same container, after that I created account on the Crowdsec website, enrolled Security Engine in the LXC and I can see it on the Crowdsec Website.
But I'm not really sure if Crowdsec can read the NPM logs properly - using
cscli metrics
I don't see any logs mentioned in the output. There is some log parser on Crowdsec website (https://app.crowdsec.net/hub/author/crowdsecurity/configurations/nginx-proxy-manager-logs) but installing it doesn't seem to do anything - maybe because the Helper script is customized and not using docker unlike the official nginx proxy manager version?I also tried to get some alerts by using incorrect login multiple times - I can see my attempts in
/data/logs/proxy-host-1_access.log
but no idea if it's enough to trigger Crowdsec. The only activity on the Crowdsec website I got was after testing the bouncer usingcscli decisions add --ip your.ip.address --duration 5m --reason "testing"
.Thanks for any tips!
Beta Was this translation helpful? Give feedback.
All reactions