Network Shares (SMB / WebDAV)

← Admin Panel
{% if error %}
{{ error }}
{% end %}

Active Shares

{% if shares %} {% for s in shares %} {% end %}
Name Protocol Port Folder Username Read-only Status Actions
{{ s["name"] }} {{ s["protocol"].upper() }} {{ s["port"] }} {{ s["folder_path"] }} {{ 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
← Back to Admin Panel