refresh
{%- if this.uname == '*' %}
howdy stranger (you're not logged in)
{%- else %}
logout
welcome back, {{ this.uname }}
{%- endif %}
{%- if msg %}
{{ msg }}
{%- endif %}
{%- if avol %}
admin panel:
scanning | {{ scanning }} |
hash-q | {{ hashq }} |
tag-q | {{ tagq }} |
mtp-q | {{ mtpq }} |
|
vol | action | status |
{% for mp in avol %}
{%- if mp in vstate and vstate[mp] %}
{{ mp }} | rescan | {{ vstate[mp] }} |
{%- endif %}
{% endfor %}
|
{%- endif %}
{%- if rvol %}
you can browse these:
{% for mp in rvol %}
- {{ mp }}
{% endfor %}
{%- endif %}
{%- if wvol %}
you can upload to:
{% for mp in wvol %}
- {{ mp }}
{% endfor %}
{%- endif %}
client config:
{% if k304 %}
- disable k304 (currently enabled)
{%- else %}
- enable k304 (currently disabled)
{% endif %}
enabling this will disconnect your client on every HTTP 304, which can prevent some buggy browsers/proxies from getting stuck (suddenly not being able to load pages), but it will also make things slower in general
login for more: