mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
16 lines
396 B
HTML
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 %}
|