pinokiod 3.17.0 → 3.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/server/public/style.css
CHANGED
package/server/views/network.ejs
CHANGED
|
@@ -648,21 +648,19 @@ document.querySelector("main").addEventListener("click", async (e) => {
|
|
|
648
648
|
},
|
|
649
649
|
showConfirmButton: false,
|
|
650
650
|
html: `<div class='full-modal'>
|
|
651
|
-
<
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
<div>Exposing localhost apps over HTTPS unlocks powerful new possibilities. It enables a completely new application architecture where public websites can securely leverage your local APIs as backend services.</div>
|
|
658
|
-
<br>
|
|
651
|
+
<ol>
|
|
652
|
+
<li><strong>Instant:</strong> Pinokio automatically turns ALL your local applications into HTTPS.</li>
|
|
653
|
+
<li><strong>System-wide:</strong> Instant HTTPS automagically works for ALL your local apps and APIs system-wide (not just those installed on pinokio)</li>
|
|
654
|
+
<li><strong>Not just for Pinokio:</strong> This means, even the apis and apps that have nothing to do with Pinokio (such as Ollama, LMStudio, or really anything) become HTTPS-ified.</li>
|
|
655
|
+
<li><strong>Whole New Application Architecture:</strong> Exposing localhost apps over HTTPS unlocks powerful new possibilities. It enables a completely new application architecture where public websites can securely leverage your local APIs as backend services.</li>
|
|
656
|
+
</ol>
|
|
659
657
|
<img src="/https.png"/>
|
|
660
658
|
<br>
|
|
661
659
|
</div>`
|
|
662
660
|
})
|
|
663
661
|
} else if (type === "peer") {
|
|
664
662
|
await Swal.fire({
|
|
665
|
-
title: "Peer to Peer Local Network",
|
|
663
|
+
title: "Peer to Peer HTTPS Local Network",
|
|
666
664
|
customClass: {
|
|
667
665
|
popup: "full-popup",
|
|
668
666
|
title: "full-title"
|
|
@@ -672,6 +670,7 @@ document.querySelector("main").addEventListener("click", async (e) => {
|
|
|
672
670
|
<div>Peers can access each other over HTTPS. It's like a whole internet, but among your local machines.</div>
|
|
673
671
|
<br>
|
|
674
672
|
<img src="/peernet.png"/>
|
|
673
|
+
<br>
|
|
675
674
|
<div>To start a peer, install Pinokio on any other machine on the same network.</div>
|
|
676
675
|
<br>
|
|
677
676
|
<div>Peers automatically discover each other and display accessible apps and endpoints from other machines:</div>
|