Compare commits

...

3 Commits

7 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "site-gateway",
"version": "0.11.96",
"version": "0.11.100",
"private": true,
"description": "Site Gateway: simple self-hosted website publishing, reverse proxying, and automatic HTTPS.",
"type": "module",
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -7,7 +7,7 @@
<title>Site Gateway</title>
<meta name="description" content="Host sites, proxy services, and manage HTTPS from one simple dashboard.">
<link rel="icon" type="image/png" href="/site-gateway-icon-approved.png">
<link rel="stylesheet" href="/styles.css?v=0.11.96">
<link rel="stylesheet" href="/styles.css?v=0.11.100">
</head>
<body>
<div id="login" class="login-shell hidden">
@@ -370,6 +370,6 @@
<input id="replace-files" type="file" accept=".zip,.html,text/html,application/zip" hidden>
<div id="toast" class="toast" role="status"></div>
<div id="update-banner" class="update-banner hidden" role="status"><span>A new version of Site Gateway is available.</span><div class="update-banner-actions"><button id="update-banner-refresh" class="button primary">Refresh</button><button id="update-banner-dismiss" class="text-button">Dismiss</button></div></div>
<script src="/app.js?v=0.11.89" defer></script><script src="/features.js?v=0.11.97" defer></script>
<script src="/app.js?v=0.11.89" defer></script><script src="/features.js?v=0.11.100" defer></script>
</body>
</html>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 589 KiB

After

Width:  |  Height:  |  Size: 387 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 805 KiB

After

Width:  |  Height:  |  Size: 1.0 MiB

File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long