{
	email admin@celilo.computer
	# Pebble's TLS cert SAN is acme-v02.api.letsencrypt.org (a hostname, not an
	# IP), so we use the hostname here and rely on comcast-resolver's local-data
	# override to reach 100.64.0.100. Same pattern as the isitup simulator.
	acme_ca https://acme-v02.api.letsencrypt.org/dir
}

celilo.computer, www.celilo.computer {
	root * /usr/share/caddy/site
	file_server
	# install.sh is served as text/x-shellscript so curl-pipe-bash works
	# unambiguously across operating systems.
	@installSh path /install.sh
	header @installSh Content-Type "text/x-shellscript; charset=utf-8"
}
