Fix onboarding wizard: centering, njal.la domain instructions, port forwarding guidance

Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/a264d893-5e77-4b7b-98d5-23796530fe97

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-03 19:49:15 +00:00
committed by GitHub
parent 0479b37982
commit 125e6bef76
3 changed files with 50 additions and 19 deletions

View File

@@ -69,8 +69,8 @@
<span class="onboarding-step-icon">🌐</span>
<h2 class="onboarding-step-title">Domain Configuration</h2>
<p class="onboarding-step-desc">
Enter the domain names for your services. If you're using dynamic DNS,
also provide your DDNS update URL.
Sovran_SystemsOS uses <strong><a href="https://njal.la" target="_blank" style="color: var(--accent-color);">Njal.la</a></strong> for domains and Dynamic DNS.
For each service, enter the subdomain you purchased on Njal.la and paste the DDNS curl command from your Njal.la dashboard.
</p>
</div>
<div class="onboarding-card onboarding-card--scroll" id="step-2-body">
@@ -91,8 +91,9 @@
<span class="onboarding-step-icon">🔌</span>
<h2 class="onboarding-step-title">Port Forwarding Check</h2>
<p class="onboarding-step-desc">
Your router must forward these ports to this machine. Configure port
forwarding in your router's admin panel pointing to the internal IP shown below.
Your home router must forward specific ports to this machine before your services will work.
<strong>Ports 80 and 443 must be open before Caddy can authenticate your SSL certificates.</strong>
Without these ports forwarded, HTTPS will not work and your services will be unreachable from outside your network.
</p>
</div>
<div class="onboarding-card onboarding-card--scroll" id="step-3-body">