This website requires JavaScript.
Explore
Help
Sign in
0ct0pu5
/
crowdsec
Watch
1
Star
0
Fork
You've already forked crowdsec
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
v1.6.1
crowdsec
/
cmd
/
notification-http
History
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