{% extends "base.html" %} {% block title %}Provider & Deployment{% endblock %} {% block breadcrumb %}Provider & Deployment{% endblock %} {% block extra_head %} {% endblock %} {% block content %} {# ═══════════════════════════════════════════════════════════════════ AQUILIA ADMIN — PROVIDER & DEPLOYMENT DASHBOARD v2 Chart.js · Real-time · Analytics · Full Operations · Security ═══════════════════════════════════════════════════════════════════ #} {# ── Greeting ── #} {% if not provider_authenticated|default(false) %} {# ═══════════════════════════════════════════════════════════════════ PROVIDER LOGIN GATE — User must connect their Render API token ═══════════════════════════════════════════════════════════════════ #}
Enter your Render API token to access the provider dashboard.
Your credentials are encrypted with military-grade security.
Manage cloud provider, services, deployments, credentials, analytics, and infrastructure from one place.
Deploy your first service using aq deploy render or configure your provider credentials.
| Deploy ID | Service | Status | Trigger | Commit | Created | Actions |
|---|---|---|---|---|---|---|
| {{ d.id|default('—')|truncate(16, True, '…') }} | {{ d.service_name|default('—') }} | {{ d.status|default('unknown') }} | {{ d.trigger|default('manual') }} | {% set commit_raw = d.commit_id|default('—') %}{{ commit_raw|truncate(12, True, '') }} | {{ d.created_at|default('—') }} |
{% set d_status_lower = (d.status|default(''))|lower %}
{% if d_status_lower in ['build_in_progress','update_in_progress','deploying'] %}
{% endif %}
{% if d_status_lower == 'live' %}
{% endif %}
|
Trigger your first deployment from the Actions tab or via the CLI.
| Service | Total | Live | Failed | Success Rate |
|---|---|---|---|---|
| {{ _n }} | {{ _total }} | {{ _live }} | {{ _failed }} |
{{ _rate }}%
|
| No deploy data available. | ||||
No PostgreSQL instances found.
No Redis instances found.
| Key | Value |
|---|---|
| {{ v.key }} | {{ '••••••••' if v.value and v.value|length > 0 else '(empty)' }} |
Add env vars through the Render dashboard or deploy config.
| Timestamp | Action | Details |
|---|---|---|
| {{ e.ts|default('—') }} | {{ e.action|default('—') }} | {{ e.details|default('') }} |
No audit entries recorded yet.
Trigger a new deployment for a service.
Create a preview environment for testing.
Verify the stored API token is valid.
Manage encryption keys and credential security.
| Name | Role | Joined | |
|---|---|---|---|
{{ (m.name[0])|upper if m.name and m.name != '—' else '?' }} {{ m.name }} |
{{ m.email }} | {{ m.role }} | {{ m.joined_at }} |
| Domain | Service | Status | Created |
|---|---|---|---|
| {{ d.name }} | {{ d.service_name }} | {{ d.verification_status }} | {{ d.created_at }} |
| Name | Repository | Branch | Auto Sync | Status |
|---|---|---|---|---|
| {{ b.name }} | {{ b.repo }} | {{ b.branch }} | {% if b.auto_sync %} On{% else %}Off{% endif %} | {{ b.status }} |
| URL | Status | Created |
|---|---|---|
| {{ w.url }} | {{ 'enabled' if w.enabled else 'disabled' }} | {{ w.created_at }} |
No additional infrastructure resources found.
Projects, custom domains, blueprints, webhooks, and registry credentials will appear here when configured.