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

Service status

State
{% if status.disabled %}Stopped {% elif status.running %}Running {% else %}Idle {% endif %}
PID
{{ status.pid or "—" }}
Port
127.0.0.1:8765 (pinned)

Schedules

Recent runs

{% endblock %}