-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
294 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,94 @@ | ||
<!DOCTYPE html> | ||
<!DOCTYPE HTML> | ||
<!-- | ||
Stellar by HTML5 UP | ||
html5up.net | @ajlkn | ||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) | ||
--> | ||
<html> | ||
<head> | ||
<title><%= title %></title> | ||
<link rel='stylesheet' href='/stylesheets/style.css' /> | ||
</head> | ||
<body> | ||
<h1><%= title %></h1> | ||
<h1>This is the first run</h1> | ||
<p>Welcome to <%= title %> </p> | ||
|
||
|
||
</body> | ||
</html> | ||
<head> | ||
<title><%= title %></title> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> | ||
<link rel="stylesheet" href="/assets/css/main.css" /> | ||
<noscript><link rel="stylesheet" href="/assets/css/noscript.css" /></noscript> | ||
</head> | ||
<body class="is-preload"> | ||
|
||
<!-- Wrapper --> | ||
<div id="wrapper"> | ||
|
||
<!-- Header --> | ||
<header id="header" class="alt"> | ||
<span class="logo"><span class="fa-solid fa-hourglass-half fa-2xl" style="color: #ecbe18;font-size: 4.5em;"></span></span> | ||
<h1><%= title %></h1> | ||
<p><strong>Welcome to First Run. Complete Steps below to finish Installation</strong></p> | ||
</header> | ||
|
||
<!-- Nav --> | ||
<nav id="nav"> | ||
<ul> | ||
<li><a href="#first" class="active">Steps</a></li> | ||
</ul> | ||
</nav> | ||
|
||
<!-- Main --> | ||
<div id="main"> | ||
|
||
|
||
<!-- Steps --> | ||
<section id="first" class="main special"> | ||
<header class="major"> | ||
<h2>Steps</h2> | ||
</header> | ||
|
||
<ul class="alt"> | ||
<li> | ||
<h3>1. Download CA Certificate</h3> | ||
<p>You now have a CA certificate which Ubmrel will use to encrypt the traffic. | ||
Download it using the button below: | ||
</p> | ||
<a href="/ssl.cert" class="button"><i class="fa-solid fa-lock" style="color: #74C0FC;"></i> Download CA Cert</a> | ||
</li> | ||
<li> | ||
<h3>2. Trust CA Certificate</h3> | ||
<p>When you trust the CA certificate, you can verify the autheticity of the traffic coming from your Umbrel.</p> | ||
<p>Follow the instructions for your OS/Browser from the link below and then come back to this page: </p> | ||
<a href="https://github.com/sahilph/umbrel-HTTPSizer/wiki" target="_blank" class="button primary"><i class="fa-solid fa-share"></i> View Instructions</a> | ||
</li> | ||
<li> | ||
<h3>3. Restart Umbrel <strong>(Important)</strong></h3> | ||
<p>After you trust the CA certificate, Restart you Umbrel Device to load the new configuration. </p> | ||
<a href="//<%= hostname_wo_port %>/settings?dialog=restart" target="_blank" class="button"><i class="fa-solid fa-arrows-rotate" style="color: #790a0a;"></i> Restart Umbrel</a> | ||
|
||
</li> | ||
<li> | ||
<h3>4. Test</h3> | ||
<p>Check the refresh button to test if https works. </p> | ||
<p>If refreshing does not work, then you may need to close the browser and reopen it and come back to this page.</p> | ||
<a href="https://<%= hostname %>/" class="button"><i class="fa-solid fa-retweet" style="color: #035e43;"></i> Refresh</a> | ||
</li> | ||
|
||
</ul> | ||
</section> | ||
|
||
|
||
</div> | ||
|
||
<!-- Footer --> | ||
<footer id="footer"> | ||
<p class="copyright">©Design: <a href="https://html5up.net">HTML5 UP</a>.</p> | ||
</footer> | ||
|
||
</div> | ||
|
||
<!-- Scripts --> | ||
<script src="/assets/js/jquery.min.js"></script> | ||
<script src="/assets/js/jquery.scrollex.min.js"></script> | ||
<script src="/assets/js/jquery.scrolly.min.js"></script> | ||
<script src="/assets/js/browser.min.js"></script> | ||
<script src="/assets/js/breakpoints.min.js"></script> | ||
<script src="/assets/js/util.js"></script> | ||
<script src="/assets/js/main.js"></script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,78 @@ | ||
<!DOCTYPE html> | ||
<!DOCTYPE HTML> | ||
<!-- | ||
Stellar by HTML5 UP | ||
html5up.net | @ajlkn | ||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) | ||
--> | ||
<html> | ||
<head> | ||
<title><%= title %></title> | ||
<link rel='stylesheet' href='/stylesheets/style.css' /> | ||
</head> | ||
<body> | ||
<h1><%= title %></h1> | ||
<h1>This is the HTTPS Error Page</h1> | ||
<p>Welcome to <%= title %> </p> | ||
|
||
|
||
</body> | ||
</html> | ||
<head> | ||
<title><%= title %></title> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> | ||
<link rel="stylesheet" href="/assets/css/main.css" /> | ||
<noscript><link rel="stylesheet" href="/assets/css/noscript.css" /></noscript> | ||
</head> | ||
<body class="is-preload"> | ||
|
||
<!-- Wrapper --> | ||
<div id="wrapper"> | ||
|
||
<!-- Header --> | ||
<header id="header" class="alt"> | ||
<span class="logo"><span class="fa-solid fa-xmark-circle fa-2xl" style="color: #ff0000;font-size: 4.5em;"></span></span> | ||
<h1><%= title %></h1> | ||
<p><strong>Some Error Occured in loading HTTPS. More info below.</strong></p> | ||
</header> | ||
|
||
<!-- Nav --> | ||
<nav id="nav"> | ||
<ul> | ||
<li><a href="#status" class="active">Status</a></li> | ||
</ul> | ||
</nav> | ||
|
||
<!-- Main --> | ||
<div id="main"> | ||
|
||
<!-- Status --> | ||
<section id="status" class="main"> | ||
<div class="spotlight"> | ||
<div class="content"> | ||
<header class="major"> | ||
<h2>HTTPS Status - Error!</h2> | ||
</header> | ||
<p>The app was installed but some Error has occurred and the site was not | ||
loaded over HTTPS. | ||
</p> | ||
<p>Please <strong>Restart Umbrel</strong> and try again by Clicking the button below. | ||
</p> | ||
<ul class="actions"> | ||
<li><a href="//<%= hostname_wo_port %>/settings?dialog=restart" target="_blank" class="button"><i class="fa-solid fa-arrows-rotate" style="color: #790a0a;"></i> Restart Umbrel</a></li> | ||
<li><a href="https://<%= hostname %>/" class="button"><i class="fa-solid fa-house"> </i> Go to Home Page</a></li> | ||
</ul> | ||
|
||
</div> | ||
<span class="icon solid major fa-solid fa-xmark-circle" style="color: #ff0000;font-size: 4em;"></span> | ||
</div> | ||
</section> | ||
|
||
</div> | ||
|
||
<!-- Footer --> | ||
<footer id="footer"> | ||
<p class="copyright">©Design: <a href="https://html5up.net">HTML5 UP</a>.</p> | ||
</footer> | ||
|
||
</div> | ||
|
||
<!-- Scripts --> | ||
<script src="/assets/js/jquery.min.js"></script> | ||
<script src="/assets/js/jquery.scrollex.min.js"></script> | ||
<script src="/assets/js/jquery.scrolly.min.js"></script> | ||
<script src="/assets/js/browser.min.js"></script> | ||
<script src="/assets/js/breakpoints.min.js"></script> | ||
<script src="/assets/js/util.js"></script> | ||
<script src="/assets/js/main.js"></script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.