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

⏰ Cron schedule

Status

State {% if cron_state.installed %} ✅ installed — {{ cron_state.schedule }} {% else %} not installed {% endif %}
{% if cron_state.installed %}
Command {{ cron_state.command }}
{% endif %}

🛠️ Install / update

This writes directly to your real user crontab. It only ever touches the single # docs-hub-scan job it manages — your other cron jobs are left untouched.

{% endblock %}