Added functionality for stack flavor

This commit is contained in:
Ionut Filip
2018-10-18 17:23:25 +03:00
parent 39a1de956f
commit 35193f5530
13 changed files with 178 additions and 25 deletions

View File

@@ -15,11 +15,10 @@
{% if flavor %}
<form method="post" action="{{ url_for(".submit") }}">
<input type="hidden" name="flavor" value="{{ flavor }}">
{% include "steps/" + flavor + "/config.html" %}
{% include "steps/" + flavor + "/services.html" %}
{% include "steps/" + flavor + "/expose.html" %}
{%for file in flavor_files %}
{% include "steps/" + flavor + "/" + file %}
{% endfor %}
<input class="btn btn-primary" type="submit" value="Setup Mailu">
{% endif %}
<!-- {% include "steps/compose/optional.html" %} -->
</form>
{% endblock %}