Warpgate Dashboard

Uptime: {{ uptime }}  |  Config: {{ config_path }}
{% for share in shares %}

{{ share.name }}

{% if share.health == "OK" %} OK {% elif share.health == "FAILED" %} FAILED {% elif share.health == "PROBING" %} PROBING {% else %} PENDING {% endif %} {% if share.read_only %} RO {% endif %}
Mount: {{ share.mount_point }} Cache: {{ share.cache_display }} Dirty: {{ share.dirty_count }} Speed: {{ share.speed_display }}
{% if share.health == "FAILED" %}
{{ share.health_message }}
{% endif %}
{% endfor %}
SMB: {% if smbd_running %}ON{% else %}OFF{% endif %} NFS: {% if nfs_exported %}ON{% else %}OFF{% endif %} WebDAV: {% if webdav_running %}ON{% else %}OFF{% endif %}
Edit Config