Move to v2 format

This commit is contained in:
Luke Murphy
2020-04-14 12:02:43 +02:00
parent ae6b9b6f2f
commit 45f83b1e56
17 changed files with 52 additions and 199 deletions

View File

@ -0,0 +1,15 @@
---
directory: {{ dat_root }}
httpMirror: {{ http_mirror }}
letsencrypt: {{ auto_letsencrypt }}
dashboard: {{ dashboard }}
webapi:
domain: {{ domain }}
username: {{ webapi_username }}
password: {{ webapi_password }}
ports:
http: {{ port }}
dats:
{% for dat in dats %}
- url: "{{ dat }}"
{% endfor %}