[artifacts]
path = "artifacts"
[caddyfile.template]
built-in = "reverse-proxy"
vars = {
domains = ["goats.example.com"]
}
[[systemd-unit]]
[systemd-unit.template]
built-in = "webapp.service"
vars = {
exec_start = "{{ vade.app.paths.artifacts }}/goatcounter serve -listen :{{ port('main') }}"
}