{% extends "base.html" %} {% set active = 'domains' %} {% block title %}Domains{% endblock %} {% block content %}
{{ message }}
{% endif %} {% if error %}{{ error }}
{% endif %}
First, at your domain registrar, create two A records pointing at this server —
Name @ → {{ ip }} and Name www → {{ ip }}.
Then enter the domain below. The kit checks your DNS, fetches a free Let's Encrypt
certificate, and switches on https automatically (renewals included).
Connecting takes up to a minute — the page loads when it's done.
| Domain | www | Connected | |
|---|---|---|---|
| {{ d['domain'] }} | {{ '✓' if d['include_www'] else '—' }} | {{ d['created_at'][:10] }} |