Add dns-stack profile and stable IP prompt
This commit is contained in:
@@ -132,6 +132,42 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="networkModal" class="modal hidden">
|
||||
<div class="modal-card wide">
|
||||
<div class="panel-header">
|
||||
<div>
|
||||
<p class="eyebrow">Network setup</p>
|
||||
<h3>Keep DNS reliable</h3>
|
||||
<p class="hint" id="networkProfileHint">
|
||||
This profile needs a stable IP address so your devices can always reach DNS.
|
||||
</p>
|
||||
</div>
|
||||
<button id="networkClose" class="ghost icon-btn close-btn" title="Close network setup">
|
||||
×
|
||||
</button>
|
||||
</div>
|
||||
<div class="help-body">
|
||||
<p>
|
||||
The easiest option is a router reservation. It keeps the Pi on the same IP without
|
||||
changing anything on the Pi itself.
|
||||
</p>
|
||||
<ol>
|
||||
<li>Open your router’s admin page (often <code>http://192.168.0.1</code> or <code>http://10.0.0.1</code>).</li>
|
||||
<li>Find <strong>DHCP reservations</strong> or <strong>Static leases</strong>.</li>
|
||||
<li>Reserve the Pi’s current IP and MAC address.</li>
|
||||
</ol>
|
||||
<div class="control-actions wrap gap">
|
||||
<button id="networkReserveBtn">I set a router reservation</button>
|
||||
<button id="networkStaticBtn" class="ghost">I’ll set a static IP on the Pi</button>
|
||||
<button id="networkLaterBtn" class="ghost">I’ll do this later</button>
|
||||
</div>
|
||||
<p class="hint">
|
||||
You can reopen this from <strong>Help → Network setup</strong> at any time.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="changelogModal" class="modal hidden">
|
||||
<div class="modal-card wide">
|
||||
<div class="panel-header sticky">
|
||||
@@ -726,6 +762,14 @@
|
||||
<li>Factory reset reverts passwords and firewall rules and reboots. Use only when you need a clean slate.</li>
|
||||
</ul>
|
||||
|
||||
<h4>Network setup (DNS profiles)</h4>
|
||||
<ul>
|
||||
<li>DNS profiles work best with a stable IP (router reservation or static IP).</li>
|
||||
<li>
|
||||
<button id="networkHelpBtn" class="ghost">Open network setup</button>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h4>Troubleshooting</h4>
|
||||
<ul>
|
||||
<li>Service link fails? Make sure the service runs, port/path are right, and edit via the “…” menu.</li>
|
||||
|
||||
Reference in New Issue
Block a user