refresh
connect
{%- 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 }} |
db-act | {{ dbwt }} |
|
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:
{% 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 proxies from getting stuck (suddenly not loading pages), but it will also make things slower in general
- reset client settings
login for more: