Users
{% if settings.auth_enabled %}Basic/API auth enabled{% else %}Auth disabled{% endif %}
{% extends "base.html" %} {% block title %}Settings - Piply{% endblock %} {% block content %}
Small, explicit settings for schedules, engine behavior, auth, and notifications.
Pause or resume schedule dispatch without changing YAML.
| Pipeline | Schedule | Next | Status | Actions |
|---|---|---|---|---|
| {{ pipeline.title }} | {{ pipeline.schedule_text }} | {{ pipeline.next_run_label }} | {% if pipeline.paused %}paused{% elif pipeline.enabled %}enabled{% else %}disabled{% endif %} |
The active config and database Piply is using now.