feat: add deployment host and domain configuration guide

This commit is contained in:
Md Bayazid Bostame
2026-03-29 00:15:19 +01:00
parent d3c9281346
commit 0736bebd63
10 changed files with 151 additions and 6 deletions

View File

@@ -48,6 +48,21 @@
</div>
</section>
<section class="card">
<div class="eyebrow">{% trans "Deployment" %}</div>
<h2>{% trans "Host & Domain Setup" %}</h2>
<p>{% trans "Runbook for ALLOWED_HOSTS, CSRF trusted origins, canonical domain variables, and how to resolve Invalid HTTP_HOST errors safely." %}</p>
<ul>
<li>{% trans "APP_DOMAIN and APP_BASE_URL" %}</li>
<li>{% trans "ALLOWED_HOSTS and CSRF origin rules" %}</li>
<li>{% trans "local test versus production examples" %}</li>
<li>{% trans "error recovery steps for wrong hostname setup" %}</li>
</ul>
<div class="actions">
<a class="btn btn-secondary" href="/admin-tools/deployment-hosts/">{% trans "Open Host Setup Guide" %}</a>
</div>
</section>
<section class="card">
<div class="eyebrow">{% trans "Release" %}</div>
<h2>{% trans "Release Checklist" %}</h2>