Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbz/packaging-freebsd
https://github.com/sbz/packaging-freebsd
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/sbz/packaging-freebsd
- Owner: sbz
- Created: 2021-02-25T10:52:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-04T14:25:42.000Z (over 1 year ago)
- Last Synced: 2023-08-05T03:24:28.522Z (over 1 year ago)
- Language: Shell
- Size: 35.2 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security/crowdsec-firewall-bouncer/Makefile
Awesome Lists containing this project
README
# packaging-freebsd
[Crowdsecurity](https://github.com/crowdsecurity/crowdsec) packaging effort for
[FreeBSD](https://www.freebsd.org).There are the 2 following ports
- `security/crowdsec`: for the crowdsec agent
- `security/crowdsec-bouncer-firewall`: for the crowdsec firewall# Installation from Source
Via the ports tree catalog
## Build
```
$ make -C /usr/ports/security/crowdsec build
$ make -C /usr/ports/security/crowdsec-bouncer-firewall build
```## Create package and install
```
$ sudo make -C /usr/ports/security/crowdsec package install
$ sudo make -C /usr/ports/security/crowdsec-bouncer-firewall package install
```# Installation from Package
Via binary package
```
# pkg update
# pkg install -y crowdsec
# pkg install -y crowdsec-firewall-bouncer
```# Configuration
When the service is run the first time, it will register the machine to both local and remote APIs. It will also update the plugin repository (hub) and GeoIP information.
Before being actually useful, CrowdSec still needs to be told which logs to watch and which actions to take. Please refer to https://docs.crowdsec.net/docs/intro/