config gotosocial 'main'
	option enabled '0'
	option host 'social.example.com'
	option port '8484'
	option protocol 'https'
	option bind_address '0.0.0.0'
	option db_type 'sqlite'
	option db_path '/data/gotosocial.db'
	option storage_path '/data/storage'
	option letsencrypt_enabled '0'
	option letsencrypt_email ''
	option instance_name 'SecuBox Social'
	option instance_description 'A SecuBox Fediverse instance'
	option accounts_registration_open '0'
	option accounts_approval_required '1'

config lxc 'container'
	option rootfs_path '/srv/lxc/gotosocial/rootfs'
	option data_path '/srv/gotosocial'
	option memory_limit '512M'
	option version '0.17.0'

config haproxy 'proxy'
	option enabled '0'
	option backend_name 'gotosocial'
	option vhost_domain ''
	option ssl_enabled '1'
	option acme_enabled '1'

config federation 'federation'
	option enabled '1'
	option auto_approve_followers '0'
	option blocked_domains ''
	option allowed_domains ''

config mesh 'mesh'
	option auto_federate '1'
	option announce_to_peers '1'
	option share_blocklist '1'
