mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 01:02:52 +01:00
[ENH] Updated IntelMQ-Full
Now we're using the api instead of the manager. This is future proof & will be updated constantly. Removed manager config & added api config Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at> [NGINX] Added default webserver (nginx) Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at> Updated intelmq-full docker image Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at> Changed build process Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at> Updated utils Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at> Fixed entrypoint Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at> Updated docker-compose Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at> Misc Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
7
example_config/intelmq-api/config.json
Normal file
7
example_config/intelmq-api/config.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"intelmq_ctl_cmd": ["intelmqctl"],
|
||||
"allowed_path": "/opt/intelmq/var/lib/bots/",
|
||||
"session_duration": 86400,
|
||||
"allow_origins": ["*"],
|
||||
"html_dir": ""
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"intelmq_ctl_cmd": ["/usr/local/bin/intelmqctl"],
|
||||
"allowed_path": "/opt/intelmq/var/lib/"
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"accuracy": 100,
|
||||
"destination_pipeline_broker": "redis",
|
||||
"destination_pipeline_db": 2,
|
||||
"destination_pipeline_host": "127.0.0.1",
|
||||
"destination_pipeline_host": "redis",
|
||||
"destination_pipeline_password": null,
|
||||
"destination_pipeline_port": 6379,
|
||||
"error_dump_message": true,
|
||||
@@ -28,12 +28,12 @@
|
||||
"rate_limit": 0,
|
||||
"source_pipeline_broker": "redis",
|
||||
"source_pipeline_db": 2,
|
||||
"source_pipeline_host": "127.0.0.1",
|
||||
"source_pipeline_host": "redis",
|
||||
"source_pipeline_password": null,
|
||||
"source_pipeline_port": 6379,
|
||||
"ssl_ca_certificate": null,
|
||||
"statistics_database": 3,
|
||||
"statistics_host": "127.0.0.1",
|
||||
"statistics_host": "redis",
|
||||
"statistics_password": null,
|
||||
"statistics_port": 6379
|
||||
}
|
||||
Reference in New Issue
Block a user