mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 21:30:36 -05:00
[GH-ISSUE #321] 403 Error Page #6181
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CooperFLe on GitHub (Mar 10, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/321
My installation randomly stopped working only showing me a blank screen. Took me a while to figure out that I was being blocked by CrowdSec. My own CrowdSec banned my IP!
Of course CrowdSec is a 3rd party plugin and probably didn't like my behaviour since I was testing a bunch of different subdomains.
Proposing a 403 Error page be creating with some information about the request being blocked rather than just returning a blank page.
@wjbeckett commented on GitHub (Mar 11, 2025):
I actually just had the same error!
I figured it was crowdsec but just wasn't sure.
@MasterGamer64 commented on GitHub (Mar 11, 2025):
I have the same issue and what i was able to figure out is:
Crowdsec seemed to be blocking any ip even thought trying to remove it from blocklist with
cscli decisions delete -i IPreturns that no ips were removed.I was unable to fix it in any way except just run it without crowdsec.
Also for me this was right after install without anything out of the ordinary.
@CooperFLe commented on GitHub (Mar 11, 2025):
@MasterGamer64 you can add your home IP to the crowdsec whitelist which will be in the traefik dynamic configuration 👍
I’d send you an example, but I’m away from my homelab right now so don’t have access to the config files.
@MasterGamer64 commented on GitHub (Mar 11, 2025):
That does not really work because crowdsec for some reason was blocking any IP I tried to use even mobile data. And I want to be able to access services from anywhere without having to specifically whitelist the IP. So for now I have made another installation without crowdsec and it worked flawlessly.
@CooperFLe commented on GitHub (Mar 11, 2025):
Ah. Then you might’ve been running into a different issue. My specific ip was being blocked. Mobile network went through fine as well as some VPNs.