Danny Bessems
ab5f082933
All checks were successful
continuous-integration/drone/push Build is passing
9 lines
186 B
Django/Jinja
9 lines
186 B
Django/Jinja
mirrors:
|
|
{% for value in _template.data %}
|
|
{{ value }}:
|
|
endpoint:
|
|
- https://registry.{{ _template.hv.fqdn }}
|
|
rewrite:
|
|
"(.*)": "library/{{ value }}/$1"
|
|
{% endfor %}
|