Guillaume "B.B." Van Hemmen
f16ab2ab36
Introduce Docker Compose configuration for MobSF, integrated with Traefik for domain management and basic auth. Enhanced documentation with installation and usage instructions, and added a template for environment variables.
5 lines
176 B
Text
5 lines
176 B
Text
# Fully Qualified Domain Name for MobSF
|
|
MOBSF_FQDN='example.com'
|
|
|
|
# Basic Authentication credentials for MobSF in format USERNAME:PASSWORD
|
|
MOBSF_BASIC_AUTH='USERNAME:PASSWORD'
|