# SPDX-License-Identifier: MIT

# Note it is recommended to set it through /etc/atmark/abos_web/init.conf
# to preserve on updates

if [ -e /etc/atmark/abos_web/init.conf ]; then
	. /etc/atmark/abos_web/init.conf
fi

# Set command_args to customize any abos-web option (see abos-web --help)
# example, this allows access from any IP:
#command_args="--allowed-subnets '0.0.0.0/0 ::/0'"

# abos-web normally does not start if the abos-web-admin account is locked
# on installed systems, but if the end user should set the password it might
# be desired to leave the account locked and start abos-web anyway.
# Set this variable in init.conf if desired:
#ABOSWEB_ALLOW_EMPTY_LOGIN=1

# Variant configuration for ABOS Web
# Determines which variant set and UI components are loaded at startup.
# Available options:
#   'standard' - Standard variant set (default)
#   'router'   - IoT router variant set
# This setting affects which JSON configuration file is loaded from
# /usr/share/abos-web/variant/{variant_name}.json
#ABOSWEB_VARIANT="standard"
