{% extends "navpage.html" %} {% from "macros.html" import message_box, bool_choice, amount, info_hover, text_field, bool_choice, wrap_field %} {% block main_body %}
{% call message_box('Tor Daemon Missing', '!STATUS.tord_good && !force_local_mode', icon='warning sign') %} The Bunker cannot communicate with tord (Tor daemon) which we need. It should be available on ports 9051 and 9151 of localhost. {% endcall %}

Bunker Setup & Configuration

{% call bool_choice('allow_reboots', None) %} {% endcall %}

 
{% call message_box('Write These Down!', '!force_local_mode', icon='edit', closable=1) %} We recommend you make note of the the onion address and/or master password. {% endcall %} {% if STATUS.setup_mode and not STATUS.force_local_mode %} {% call message_box('No Tor Connections during Setup Mode', 'tor_enabled && !STATUS.onion_addr && STATUS.tor_enabled', closable=1) %}
To enable Tor (onion) connections, either restart bunker in normal mode (it is in 'setup mode' now) or use this button.
{% endcall %} {% endif %} {% call message_box('Visit on Tor', '!using_onion && STATUS.onion_addr', icon='external link', closable=1) %} {% raw %} Go to {{STATUS.onion_addr}} {% endraw %} {% endcall %}
{% endblock main_body %} {% block endscript %} {% endblock %}