Hi
I am thinking to install the Crowdsec app onto my Librem 5.
Has anyone done a Crowdsec install and if so what Bouncer is good to use.
Thanks for any info.
more info from Crowdsec site.
Outnumbering cybercriminals all together
Gain crowd-sourced protection against malicious IPs. Benefit from the most accurate CTI in the world.
Edit: for anyone interested, intro to Crowdsec: (“CrowdSec is not a SIEM, storing your logs (neither locally nor remotely). Your data are analyzed locally and forgotten. Signals sent to the curation platform are limited to the very strict minimum: IP, Scenario, Timestamp. They are only used to allow the system to spot new rogue IPs, and rule out false positives or poisoning attempts.”). Also: https://docs.crowdsec.net/docs/intro/
Thank you. I dont have the skill to install from source.
After further investigation, I determined I cannot afford the charges, even if Crowdsec was configured for PureOS as a deb install.
So now I am trying to figure out how to remove what I installed.
I found the below so I am going to try
apt-get remove --purge crowdsec
Well, I figured this out on my own. Something is up with the installation/removal process. You cannot do an “apt remove crowdsec” since it left files in place which I think broke this.
The result of the above is that I needed to manually remove all crowdsec folders and files myself because apt did not do that. Once I did that, I was able to install it properly. Advice to crowdsec team: Review your “apt remove” code to ensure that it actually removes all the crowdsec files.
In the future apt-get remove --purge XXXX can be handy as it as well removes the configuration files etc (we ensured it’s working as expected in crowdsec’s case).
apologies for the bold typing, not sure how it happened.
I did the purge, seems to have worked.
purism@pureos:~$ sudo apt-get remove --purge crowdsec
[sudo] password for purism:
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
The following packages will be REMOVED:
crowdsec*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 38.2 MB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database … 96140 files and directories currently installed.)
Removing crowdsec (1.0.9-2) …
(Reading database … 95989 files and directories currently installed.)
Purging configuration files for crowdsec (1.0.9-2) …
purism@pureos:~$