{# steward/templates/settings/general.html #} {% extends "base.html" %} {% block title %}Settings — General — Steward{% endblock %} {% block content %} {% set active_tab = "general" %} {% include "settings/_tabs.html" %}

General

External URL where this Steward instance is reachable from the outside. Leave blank to use whatever hostname you're currently browsing via. Used by install scripts, share links, and alert notifications.
Old ping/DNS results older than this are pruned by the cleanup job.
Requires restart to take effect.
Changes to session lifetime take effect immediately.
{% endblock %}