{% extends "base.html" %} {% block content %}

{{ config.name }}

Client URL

{{ request.url.scheme }}://{{ request.url.netloc }}/config/{{ config.token }}.yaml

Base YAML

Subscriptions

+ Add
{% if subscriptions %} {% for sub in subscriptions %} {% endfor %}
NameURLLast Fetched
{{ sub.name }} {{ sub.url }} {{ sub.last_fetched_at.strftime('%Y-%m-%d %H:%M') if sub.last_fetched_at else '—' }}
{% else %}

No subscriptions. Add one above.

{% endif %}
View Export Logs ← Back
{% endblock %}