You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: umbrel-HTTPSizer/views/index.ejs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@
48
48
Umbrel on HTTPS for your local network.
49
49
</p>
50
50
<ulclass="actions">
51
-
<li><ahref="/ssl.cert"class="button"><iclass="fa-solid fa-lock"style="color: #74C0FC;"></i> Download CA Cert</a></li>
51
+
<li><ahref="/root-ca.crt"class="button"><iclass="fa-solid fa-lock"style="color: #74C0FC;"></i> Download Root CA Cert</a></li>
52
52
<li><ahref="/first-run?redirectHome=false"class="button"><iclass="fa-solid fa-display"></i> Re-show First Run Page</a></li>
53
53
</ul>
54
54
@@ -65,7 +65,7 @@
65
65
<olclass="alt"style="text-align: left;">
66
66
<li>
67
67
<h3>How to I go back to the original HTTP version ?</h3>
68
-
<p>Thats easy! Just uninstall this app and it will restore all the original settings.</p>
68
+
<p>The instructions for this are available at the wiki: <ahref="https://github.com/sahilph/umbrel-HTTPSizer/wiki">https://github.com/sahilph/umbrel-HTTPSizer/wiki</a></p>
0 commit comments