mirror of https://github.com/MISP/misp-docker
44 lines
1.1 KiB
Bash
44 lines
1.1 KiB
Bash
MISP_TAG=v2.4.165
|
|
MODULES_TAG=v2.4.165
|
|
PHP_VER=20190902
|
|
# MISP_COMMIT takes precedence over MISP_TAG
|
|
# MISP_COMMIT=c56d537
|
|
# MODULES_COMMIT takes precedence over MODULES_TAG
|
|
# MODULES_COMMIT=de69ae3
|
|
|
|
# default to MISP's default (admin@admin.test)
|
|
ADMIN_EMAIL=
|
|
# default to MISP's default (Org1)
|
|
ADMIN_ORG=
|
|
# default to an automatically generated one (password is 'admin')
|
|
ADMIN_KEY=
|
|
# default to 'passphrase'
|
|
GPG_PASSPHRASE=
|
|
|
|
# optional and used by some misp-modules
|
|
NSX_ANALYSIS_API_TOKEN=
|
|
NSX_ANALYSIS_KEY=
|
|
VIRUSTOTAL_KEY=
|
|
|
|
# optional and used by the mail sub-system
|
|
SMARTHOST_ADDRESS=
|
|
SMARTHOST_PORT=
|
|
SMARTHOST_USER=
|
|
SMARTHOST_PASSWORD=
|
|
SMARTHOST_ALIASES=
|
|
|
|
# comma separated list of IDs of syncservers (e.g. SYNCSERVERS=1)
|
|
SYNCSERVERS=
|
|
# name, remote organization uuid, and key of each syncserver
|
|
# note: if you have more than one, you need to update docker-compose.yml
|
|
SYNCSERVERS_1_URL=
|
|
SYNCSERVERS_1_NAME=
|
|
SYNCSERVERS_1_UUID=
|
|
SYNCSERVERS_1_KEY=
|
|
|
|
# comma separated list of organizations to create (e.g. ORGANIZATIONS="ORG1, ORG2, ORG3")
|
|
ORGANIZATIONS=
|
|
|
|
# host folder containing public files generated by external tools
|
|
PUBLIC_MOUNT_POINT=./public
|