2014-05-08 11:04:43 +05:30

16 lines
396 B
HTML

{% extends "login_nav.html" %}
{% block sidebar_right_block %}
<div class="well sidebar-nav">
<h3>Freedom NAS</h3>
<p> The {{ cfg.box_name }} can make your spare hard drives
accessible to your local network, thus acting as a NAS server. We
currently support sharing files via NFS and SMB.</p>
<p>TODO: this is not true. We currently support no sharing.</p>
</div>
{% endblock %}