Network shares (SMB / WebDAV)

{% if error %} {% end %}

Active shares

{% if shares %} {% for s in shares %} {% end %}
Name Protocol Port Folder User R/O Status Actions
{{ s["name"] }} {{ s["protocol"].upper() }} {{ s["port"] }} {{ s["username"] }} {{ "Yes" if s["read_only"] else "No" }} {% if s.get("running") %} Running {% elif s.get("enabled") %} Stopped {% else %} Disabled {% end %}
{% raw xsrf_form_html() %}
{% raw xsrf_form_html() %}
{% else %}
No network shares configured yet.
{% end %}

Create new share

{% raw xsrf_form_html() %}
WebDAV is recommended full locking, Office support, cross-platform.
Use ports above 1024 to avoid needing admin privileges.