misp-docker icon indicating copy to clipboard operation
misp-docker copied to clipboard

A production ready Dockered MISP

Results 38 misp-docker issues
Sort by recently updated
recently updated
newest added

These changes make running in Kubernetes simpler. The main goal here is to split out nginx, php-fpm and crond as separate processes that execute as PID 1 in their own...

enhancement
help wanted

Replace bookworm with trixie

For new version in Trixie in #333 , i tried to enhance the build and add some customization to build image with full package or in slim mode so first...

This change lets users of the image define two new envars: **STUNNEL** - Start the stunnel service on container start, via supervisord. `true`: start the service `false`: don't start the...

Requires work since mariadb does not push arm64 images to ghcr just as yet.

Hi ! I am setting up a MISP instance which is sync with another using the `SYNCSERVERS` parameters of the compose file: ``` SYNCSERVERS=1 SYNCSERVERS_1_URL= SYNCSERVERS_1_NAME=Example SYNCSERVERS_1_UUID=00000000-0000-0000-0000-000000000000 SYNCSERVERS_1_KEY= ``` During...

bug
help wanted

Currently, the `ADMIN_EMAIL` environment variable is used to configure both the administrator (user id=1) email and the email used for sending GPG-signed notifications. This limits flexibility, as there is no...

enhancement