This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
services/_ansible/templates/caddy_site.conf.j2
Tobias Reisinger 7ff7dfe807
Add basic ansible stuff for management
acme-dns is fully handled by ansible already. All services should be
created by ansible in the end.
2023-06-13 17:59:15 +02:00

4 lines
94 B
Django/Jinja

{{ service.domain }} {
import default
reverse_proxy {{ service.name }}:{{ service.port }}
}