Skip to content

Commit 0603c45

Browse files
authored
Merge pull request #66 (Replace WireGuard with StosVPN)
Replace WireGuard with StosVPN
2 parents a9d286a + 9a64f29 commit 0603c45

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

src/index.html

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,7 @@
308308
<span
309309
class="flex w-max min-w-max items-center rounded-full border border-zinc-800 bg-material px-3 py-1 shadow-md transition-colors duration-300 group-[.active]:border-purple-400/60 group-[.active]:bg-side-purple-700/30 group-[.active]:font-title hover:border-purple-400/40 hover:bg-side-purple-700/20 xs:group-[.active]:font-medium">
310310
<span class="font-bold ">4</span>
311-
<span class="hidden md:block md:ml-2 xs:group-[.active]:block xs:group-[.active]:ml-2 cursor-pointer">WireGuard
312-
VPN</span>
311+
<span class="hidden md:block md:ml-2 xs:group-[.active]:block xs:group-[.active]:ml-2 cursor-pointer">StosVPN</span>
313312
</span>
314313
</li>
315314
<li aria-hidden="true"
@@ -492,19 +491,14 @@
492491

493492
</div>
494493

495-
<span class="mt-4 font-medium text-md sm:text-lg">WireGuard Downloads</span>
494+
<span class="mt-4 font-medium text-md sm:text-lg">StosVPN Downloads</span>
496495
<ul class="list-disc list-inside">
497496

498497
<li>
499-
<a href="https://apps.apple.com/us/app/wireguard/id1441195209" class="glink">WireGuard VPN App for iOS</a>
500-
</li>
501-
<li>
502-
<a href="https://github.com/SideStore/SideStore/releases/download/0.1.1/SideStore.conf"
503-
class="glink">SideStore Wireguard Config</a>
498+
<a href="https://apps.apple.com/us/app/stosvpn/id6744003051" class="glink">StosVPN App for iOS</a>
504499
</li>
505500
</ul>
506501

507-
508502
<span class="mt-4 font-medium text-md sm:text-lg">Jitterbugpair Downloads</span>
509503
<ul class="list-disc list-inside">
510504

@@ -530,6 +524,19 @@
530524
class="glink">Jitterbugpair v1.3.1 for Linux</a>
531525
</li>
532526
</ul>
527+
528+
529+
<span class="mt-4 font-medium text-md sm:text-lg">Deprecated: WireGuard Downloads</span>
530+
<ul class="list-disc list-inside">
531+
532+
<li>
533+
<a href="https://apps.apple.com/us/app/wireguard/id1441195209" class="glink">WireGuard VPN App for iOS</a>
534+
</li>
535+
<li>
536+
<a href="https://github.com/SideStore/SideStore/releases/download/0.1.1/SideStore.conf"
537+
class="glink">SideStore Wireguard Config</a>
538+
</li>
539+
</ul>
533540
</div>
534541
</div>
535542
</div>

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ let setupStepContents = [
7373
7474
<li>Zip this pairing file and transfer it to your device via Google Drive, emailing it to yourself, or any other method.</li>
7575
<br>In the Files app, longpress on your zipped pairing file and select uncompress. Then, locate and launch the SideStore app and select OK when prompted.<li>If you cannot find the SideStore app you may need to restart your device to make it appear.</li>Select your now unzipped pairing file and SideStore will be paired!<li>Note that if you update your iDevice your pairing file will become invalid and you'll have to go through this process again.</li><li>To get SideStore to prompt you for your pairing file again tap <code>Reset Pairing File</code> in the SideStore app.</li>`,
76-
//wireguard vpn
76+
// StosVPN (used to be wireguard)
7777
() =>
78-
`On your device, download the WireGuard VPN app.<a class="btn-fill" target="_blank" href="https://apps.apple.com/us/app/wireguard/id1441195209">Download WireGuard</a>Then, download SideStore's config file and "share" it to the WireGuard app.<a class="btn-fill" target="_blank" href="https://github.com/sidestore/sidestore/releases/download/0.1.1/sidestore.conf">Download WireGuard Config</a>Enable the SideStore VPN. You'll have to enable this VPN whenever you wish to use SideStore. This VPN does not connect to an external server, but rather allows your device to communicate with itself.<br><br>If left enabled, SideStore will attempt to refresh your sideloaded apps in the background when necessary.`,
78+
`On your device, download the StosVPN app.<a class="btn-fill" target="_blank" href="https://apps.apple.com/us/app/stosvpn/id6744003051">Download StosVPN</a>Then, Enable the StosVPN VPN. You'll have to enable this VPN whenever you wish to use SideStore. StosVPN does not connect to an external server, but rather allows your device to communicate with itself.<br><br>If left enabled, SideStore will attempt to refresh your sideloaded apps in the background when necessary.`,
7979
//finishing up
8080
() =>
8181
`Now to finish the process: <ul class="list-disc list-inside"><li>Open SideStore and sign in with the same Apple ID you used to install SideStore.</li><li>Go to the Apps tab and refresh the SideStore app by tapping on the green day counter or selecting <code>Refresh All.</code> You <b>must</b> do this whenever you install SideStore. Doing otherwise might cause errors, including SideStore expiring earlier than it should.</li></ul>

0 commit comments

Comments
 (0)