pinokiod 3.17.0 → 3.17.2

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "3.17.0",
3
+ "version": "3.17.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -269,9 +269,10 @@ footer pre {
269
269
  }
270
270
  .swal2-popup.full-popup img {
271
271
  width: 100%;
272
+ display: block;
272
273
  }
273
274
  .swal2-popup.full-popup {
274
- max-width: 1024px;
275
+ max-width: 800px;
275
276
  width: 100%;
276
277
  }
277
278
  .full-modal {
@@ -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
- <div>Pinokio automatically turns ALL your local applications into HTTPS.</div>
652
- <br>
653
- <div>Instant HTTPS automagically works for ALL your local apps and APIs system-wide (not just those installed on pinokio)</div>
654
- <br>
655
- <div>This means, even the apps that have nothing to do with Pinokio (such as Ollama, LMStudio, or really anything) become HTTPS-ified.</div>
656
- <br>
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>