This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
crowdsec
Watch
1
Star
0
Fork
You've already forked crowdsec
0
mirror of
https://github.com/crowdsecurity/crowdsec.git
synced
2025-05-12 04:45:52 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
systemd-notify
crowdsec
/
cmd
/
notification-http
History
Download ZIP
Download TAR.GZ
Exact
Exact
Union
RegExp
Laurence Jones
0df8f54fbb
Add unix socket option to http plugin, we have to use this in conjunction with URL parameter as we dont know which path the user wants so if they would like to communicate over unix socket they need to use both, however, the hostname can be whatever they want. We could be a little smarter and actually parse the url, however, increasing code when a user can just define it correctly make no sense (
#2764
)
2024-02-22 11:18:29 +00:00
..
http.yaml
move plugins/notifications/* to cmd/notification-* (
#2429
)
2023-08-24 09:46:25 +02:00
main.go
Add unix socket option to http plugin, we have to use this in conjunction with URL parameter as we dont know which path the user wants so if they would like to communicate over unix socket they need to use both, however, the hostname can be whatever they want. We could be a little smarter and actually parse the url, however, increasing code when a user can just define it correctly make no sense (
#2764
)
2024-02-22 11:18:29 +00:00
Makefile
Make: build with debug symbols in func tests or if DEBUG=1; drop BUILD_VENDOR_FLAGS (
#2443
)
2023-08-28 15:58:26 +02:00