{% extends "menubar.html" %} {% block TITLE %}Temboz - Settings{% endblock %} {% block BODYOPTIONS %} class="unpadded"{% endblock %} {% block EXTRAHEAD %} {% endblock %} {% block CONTENT %} {% if status %}

{{ status }}

{% endif %}

Statistics

Zoom: click-drag, Pan: shift-click-drag, Restore: double-click

Top filters

{% for id, type, text, feed, title, last_7, prev_7, min_uid, max_uid in stats %} {% endfor %}
RuleTypeTextLast 7 days Prev 7 days
{{ id }} {{ type }} {{ text}}{% if feed != -1 %} ({{ title }}){% endif %} {{ last_7 }} {{ prev_7 }}

Manually refresh all feeds

login
old password
password
confirm
Bind address leave blank to listen on all IPs
TCP port
concurrency number of worker threads spawned to fetch feeds in parallel
items per page maximum number of articles to show on a page
refresh interval interval in seconds between page refreshes
SNR decay half-life articles' contribution to the signal to noise ratio is halved after this interval
garbage collection 1 time in days after which uninteresting article contents are cleared to free up disk space
garbage collection 2 time in days after which uninteresting article entries (including title, link and tags) are purged to free up disk space
backup hour hour of day (24-hour) during which backup occurs
confirm on catch-up?
confirm on hard purge?
backup hour hour of day (24-hour) during which backup occurs
how many daily backups to keep
compression utility compressors
compressed backup extension
Press the button below to reset all settings (other than the password) to their default values.
Press the button below to purge and rebuild the stats table. This will speed up the all feeds view and sort operations using SNR
Executable{{ executable }}
Started{{ started }}
Uptime{{ uptime }}
Python version{{ py_version }}
Searches using SQLite FTS5 full-text search {{ fts5_enabled }}
Verbose logging{{ param_debug }}
{% if param_debug %} {% else %} {% endif %}
{% endblock CONTENT %}