Global Defaults
These defaults apply to newly added feeds. Existing feeds keep their own per-feed settings.
{% extends "base.html" %} {% block title %} Settings | discord-rss-bot {% endblock title %} {% block description %} Adjust default update intervals, delivery modes, screenshot layout, and webhook text limits for feeds managed by your bot. {% endblock description %} {% block content %}
These defaults apply to newly added feeds. Existing feeds keep their own per-feed settings.
Import and export your feeds and database.
Download all feeds as an OPML subscription list. Supports title, links, and description.
Export OPMLUpload an OPML file to preview and select which feeds to import.
Download a compressed SQLite dump for backup or migration.
Download ExportCustomize the update interval for individual feeds. Leave empty or reset to use the global default of {{ global_interval }} min.
{% if feed_intervals %}| Feed | Domain | Status | Interval | Last Updated | Next Update | Set Interval (min) | Actions |
|---|---|---|---|---|---|---|---|
| {{ item.feed.title }} | {{ item.domain }} | {{ 'Enabled' if item.feed.updates_enabled else 'Disabled' }} | {{ item.effective_interval }} min {% if item.interval %} Custom {% else %} Global {% endif %} | {{ item.feed.last_updated | relative_time }} | {{ item.feed.update_after | relative_time }} | {% if item.interval %} {% endif %} |
No feeds added yet.
{% endif %}