description:"(Optional) Defaults to False. Set to True to skip archived logs, i.e. proxy-host.gz"
schema:
type:string
default:"False"
- variable:DEBUG
label:"DEBUG"
description:"(Optional) HTML version of the running goaccess.conf wihtin the container"
schema:
type:string
default:"False"
- variable:BASIC_AUTH
label:"BASIC_AUTH"
description:"(Optional) Defaults to False. Set to True to enable nginx basic authentication. Docker container needs to stopped or restarted each time this flag is modified. This allows for the .htpasswd file to be changed accordingly."
schema:
type:string
default:"True"
- variable:BASIC_AUTH_USERNAME
label:"BASIC_AUTH_USERNAME"
description:"Optional) Requires BASICAUTH to bet set to True. Username for basic authentication."
schema:
type:string
default:"x"
- variable:BASIC_AUTH_PASSWORD
label:"BASIC_AUTH_PASSWORD"
description:"(Optional) Requires BASICAUTH to bet set to True. Password for basic authentication."
schema:
type:string
default:"x"
- variable:EXCLUDE_IPS
label:"EXCLUDE_IPS"
description:"(Optional) IP Addresses or range of IPs delimited by comma refer to httpsgoaccess.ioman. For example 192.168.0.1-192.168.0.100 or 127.0.0.1,192.168.0.1-192.168.0.100"