2023-09-28 09:58:46 +02:00
|
|
|
##
|
|
|
|
# Build-time variables
|
|
|
|
##
|
|
|
|
|
2023-12-01 19:26:04 +01:00
|
|
|
MISP_TAG=v2.4.181
|
2023-11-23 18:42:53 +01:00
|
|
|
MODULES_TAG=v2.4.179
|
2022-09-03 13:59:35 +02:00
|
|
|
PHP_VER=20190902
|
2023-09-12 11:23:20 +02:00
|
|
|
LIBFAUP_COMMIT=3a26d0a
|
2023-08-01 17:59:47 +02:00
|
|
|
|
2023-10-08 14:52:51 +02:00
|
|
|
# PYPY_* vars take precedence over MISP's
|
|
|
|
# PYPI_REDIS_VERSION="==5.0.*"
|
|
|
|
# PYPI_LIEF_VERSION=">=0.13.1"
|
|
|
|
# PYPI_PYDEEP2_VERSION="==0.5.*"
|
|
|
|
# PYPI_PYTHON_MAGIC_VERSION="==0.4.*"
|
|
|
|
# PYPI_MISP_LIB_STIX2_VERSION="==3.0.*"
|
|
|
|
# PYPI_MAEC_VERSION="==4.1.*"
|
|
|
|
# PYPI_MIXBOX_VERSION="==1.0.*"
|
|
|
|
# PYPI_CYBOX_VERSION="==2.1.*"
|
2023-11-23 18:42:53 +01:00
|
|
|
# PYPI_PYMISP_VERSION="==2.4.178"
|
2023-09-15 12:50:30 +02:00
|
|
|
|
2022-09-03 13:59:35 +02:00
|
|
|
# MISP_COMMIT takes precedence over MISP_TAG
|
|
|
|
# MISP_COMMIT=c56d537
|
|
|
|
# MODULES_COMMIT takes precedence over MODULES_TAG
|
|
|
|
# MODULES_COMMIT=de69ae3
|
|
|
|
|
2023-09-28 09:58:46 +02:00
|
|
|
##
|
|
|
|
# Run-time variables
|
|
|
|
##
|
|
|
|
|
2023-08-01 17:59:47 +02:00
|
|
|
# Email/username for user #1, defaults to MISP's default (admin@admin.test)
|
2022-09-03 13:59:35 +02:00
|
|
|
ADMIN_EMAIL=
|
2023-08-01 17:59:47 +02:00
|
|
|
# name of org #1, default to MISP's default (ORGNAME)
|
2022-09-03 13:59:35 +02:00
|
|
|
ADMIN_ORG=
|
2023-08-01 17:59:47 +02:00
|
|
|
# defaults to an automatically generated one
|
2022-09-03 13:59:35 +02:00
|
|
|
ADMIN_KEY=
|
2023-08-01 17:59:47 +02:00
|
|
|
# defaults to MISP's default (admin)
|
2023-05-14 17:56:55 +02:00
|
|
|
ADMIN_PASSWORD=
|
2023-08-01 17:59:47 +02:00
|
|
|
# defaults to 'passphrase'
|
2022-09-03 13:59:35 +02:00
|
|
|
GPG_PASSPHRASE=
|
2023-08-01 17:59:47 +02:00
|
|
|
# defaults to 1 (the admin user)
|
2023-05-15 13:13:25 +02:00
|
|
|
CRON_USER_ID=
|
2023-08-01 17:59:47 +02:00
|
|
|
# defaults to 'https://localhost'
|
2023-05-15 13:13:25 +02:00
|
|
|
HOSTNAME=
|
2022-12-06 18:13:23 +01:00
|
|
|
|
|
|
|
# optional and used by the mail sub-system
|
2022-09-03 13:59:35 +02:00
|
|
|
SMARTHOST_ADDRESS=
|
|
|
|
SMARTHOST_PORT=
|
|
|
|
SMARTHOST_USER=
|
|
|
|
SMARTHOST_PASSWORD=
|
|
|
|
SMARTHOST_ALIASES=
|
2022-11-18 00:15:56 +01:00
|
|
|
|
2023-08-01 17:59:47 +02:00
|
|
|
# optional comma separated list of IDs of syncservers (e.g. SYNCSERVERS=1)
|
|
|
|
# For this to work ADMIN_KEY must be set, or AUTOGEN_ADMIN_KEY must be true (default)
|
2022-12-06 18:13:23 +01:00
|
|
|
SYNCSERVERS=
|
2023-05-13 15:17:53 +02:00
|
|
|
# note: if you have more than one syncserver, you need to update docker-compose.yml
|
2022-12-06 18:13:23 +01:00
|
|
|
SYNCSERVERS_1_URL=
|
|
|
|
SYNCSERVERS_1_NAME=
|
|
|
|
SYNCSERVERS_1_UUID=
|
|
|
|
SYNCSERVERS_1_KEY=
|
2023-08-01 17:59:47 +02:00
|
|
|
|
2023-10-16 11:20:00 +02:00
|
|
|
# optional and used to set mysql db and credentials
|
|
|
|
# MYSQL_HOST=
|
|
|
|
# MYSQL_PORT=
|
|
|
|
# MYSQL_USER=
|
|
|
|
# MYSQL_PASSWORD=
|
|
|
|
# MYSQL_ROOT_PASSWORD=
|
|
|
|
# MYSQL_DATABASE=
|
|
|
|
|
2023-08-01 17:59:47 +02:00
|
|
|
# These variables allows overriding some MISP email values.
|
|
|
|
# They all default to ADMIN_EMAIL.
|
|
|
|
|
|
|
|
# MISP.email, used for notifications. Also used
|
|
|
|
# for GnuPG.email and GPG autogeneration.
|
|
|
|
# MISP_EMAIL=
|
|
|
|
|
|
|
|
# MISP.contact, the e-mail address that
|
|
|
|
# MISP should include as a contact address
|
|
|
|
# for the instance's support team.
|
|
|
|
# MISP_CONTACT=
|
|
|
|
|
|
|
|
# Enable GPG autogeneration (default true)
|
|
|
|
# AUTOCONF_GPG=true
|
|
|
|
|
|
|
|
# Enable admin (user #1) API key autogeneration
|
|
|
|
# if ADMIN_KEY is not set above (default true)
|
|
|
|
# AUTOGEN_ADMIN_KEY=true
|
2023-09-25 22:40:13 +02:00
|
|
|
|
|
|
|
# Disable IPv6 completely (this setting will persist until the container is removed)
|
|
|
|
# DISABLE_IPV6=true
|