Provide some first configuration items
This commit is contained in:
@@ -10,16 +10,16 @@ IP addresses in order to expose its public services. You must at least setup
|
||||
an IPv4 or an IPv6 address if you wish to access Mailu.</p>
|
||||
|
||||
<p><span class="label label-warning">Warning</span> You must use specific addresses, please
|
||||
avoid generic all-interfaces addresses like <em>0.0.0.0</em> or <em>::</em>.</p>
|
||||
avoid generic all-interfaces addresses like <code>0.0.0.0</code> or <code>::</code>.</p>
|
||||
|
||||
<div class="form-group">
|
||||
<label>IPv4 listen address</label>
|
||||
<input class="form-control" type="text" placeholder="1.2.3.4">
|
||||
<input class="form-control" type="text" name="bind4" placeholder="1.2.3.4">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>IPv6 listen address</label>
|
||||
<input class="form-control" type="text" placeholder="1.2.3.4">
|
||||
<input class="form-control" type="text name="bind6" placeholder="2001:be4:1234::1">
|
||||
</div>
|
||||
|
||||
{% endcall %}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
ready when using this wizard.
|
||||
{% endcall %}
|
||||
|
||||
<form method="post" action="{{ url_for(".setup") }}">
|
||||
<form method="post" action="{{ url_for(".submit") }}">
|
||||
{% include "steps/flavor.html" %}
|
||||
{% include "steps/expose.html" %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user