config sherlock 'main'
	option enabled '1'
	option container 'sherlock'
	option image 'debian'
	option version 'bookworm'
	option memory '512'
	option ip '192.168.255.56'
	option port '9090'
	option data_dir '/srv/sherlock'

config haproxy 'exposure'
	option domain 'sherlock.gk2.secubox.in'
	option ssl '1'
	option backend_port '9090'
