Compare commits
26 Commits
18701a3c56
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
| e8af6e713c | |||
| 10b1c4087f | |||
| 256eb02dee | |||
| cd48fc3112 | |||
| b4556376d0 | |||
| 9d37e9e677 | |||
| 9f03b70611 | |||
| 8b2cbb1f0e | |||
| 734918433a | |||
| 0dd7dad766 | |||
| 94e69f97c5 | |||
| 756f7625a3 | |||
| 62044e48d3 | |||
| ec4d7831b2 | |||
| 6e0347e424 | |||
| d84beef9c1 | |||
| d458a866e6 | |||
| 51325fe8ec | |||
| 10b8dec786 | |||
| af2b44d3a4 | |||
| 36341648ba | |||
| b8d331ca23 | |||
| 12ad71707a | |||
| 3b93d63d20 | |||
| e54476c931 | |||
| 7aa02e0ef5 |
@@ -282,6 +282,7 @@ async function main() {
|
||||
ports.forEach(port => {
|
||||
app.listen(port);
|
||||
console.log(" * Now listening on port " + port + ".");
|
||||
console.log(" * URL: http://localhost:" + port);
|
||||
});
|
||||
console.log("Done! Now we wait...");
|
||||
}
|
||||
|
||||
+91
-57
@@ -38,7 +38,7 @@
|
||||
convenient group:
|
||||
</p>
|
||||
<ul class="indent"><li>
|
||||
<a href="https://git.hyperling.com/me/env-obtainium-hyperling/src/branch/main/obtainium-export.json"
|
||||
<a href="https://git.hyperling.com/me/env-obtainium-hyperling/raw/branch/main/obtainium-export.json"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>
|
||||
[obtainium-export.json] | Hyperling's Apps
|
||||
@@ -89,6 +89,36 @@
|
||||
-->
|
||||
</div>
|
||||
|
||||
<div class="row" id="fdroid">
|
||||
<h4 class="col-12 header">F-Droid Repository</h4>
|
||||
</div>
|
||||
|
||||
<div class="row text">
|
||||
<div class="col-12 text">
|
||||
<strong>F-Droid App Store</strong>
|
||||
<p>
|
||||
If you prefer F-Droid over Obtainium, that's an option too!
|
||||
Just visit the link below, click the link in the center,
|
||||
and choose 'Add repository' when F-Droid opens.
|
||||
</p>
|
||||
<ul class="indent">
|
||||
<li>
|
||||
<a href="https://fdroid.hyperling.com"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>[fdroid.Hyperling.com]</a>
|
||||
or
|
||||
<a href="https://fdroid.link/#https://fdroid.hyperling.com/fdroid/repo">
|
||||
[open directly with F-Droid]</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
It should recognize if any apps are already installed,
|
||||
and depending on your settings will notify of changes
|
||||
or auto-update for you.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row" id="android">
|
||||
<h3 class="col-12 header">Android Apps</h3>
|
||||
</div>
|
||||
@@ -96,7 +126,8 @@
|
||||
<div class="row center text">
|
||||
|
||||
<div class="col-12 text border" id="expense">
|
||||
<a href="https://git.hyperling.com/me/flutter-expense-tracker/releases">
|
||||
<a href="https://git.hyperling.com/me/flutter-expense-tracker/releases"
|
||||
target="_blank" rel="noopener noreferrer">
|
||||
<figure>
|
||||
<img class="app-icon" loading="lazy" alt="<<expense.png>>"
|
||||
src="/files/media/icons/expense.png"
|
||||
@@ -120,60 +151,6 @@
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-12 text border" id="tictactoe">
|
||||
<a href="https://git.hyperling.com/me/android-tictactoe/releases">
|
||||
<figure>
|
||||
<img class="app-icon" loading="lazy" alt="<<tictactoe.png>>"
|
||||
src="/files/media/icons/tictactoe.png"
|
||||
>
|
||||
<figcaption>
|
||||
Tic-Tac-Toe
|
||||
</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
<p>
|
||||
Play against a friend or a range of AIs.
|
||||
Written to practice Kotlin/Compose.
|
||||
</p>
|
||||
<p>
|
||||
<!--[<s><a>F-Droid</a></s>]-->
|
||||
[<a href="https://git.hyperling.com/me/android-tictactoe/"
|
||||
target="_blank" rel="noopener noreferrer">Source Code</a>]
|
||||
[<a href="https://git.hyperling.com/me/android-tictactoe/releases"
|
||||
target="_blank" rel="noopener noreferrer">APKs / Obtainium URL</a>]
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-12 text border" id="ctfu">
|
||||
<a href="https://git.hyperling.com/me/android-carb-up/releases"
|
||||
target="_blank" rel="noopener noreferrer">
|
||||
<figure>
|
||||
<img class="app-icon" loading="lazy" alt="<<ctfu.png>>"
|
||||
src="/files/media/icons/ctfu.png"
|
||||
>
|
||||
<figcaption>
|
||||
Carb Up! BETA
|
||||
</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
<p>
|
||||
Calculate cost-effective foods on a High Carb Low Fat lifestyle.
|
||||
</p>
|
||||
<p>
|
||||
<!--[<a href="https://play.google.com/store/apps/details?id=com.hyperling.carbupbeta"
|
||||
target="_blank" rel="noopener noreferrer">Play Store</a>]-->
|
||||
[<a href="https://git.hyperling.com/me/android-carb-up/"
|
||||
target="_blank" rel="noopener noreferrer">Source Code</a>]
|
||||
[<a href="https://git.hyperling.com/me/android-carb-up/releases"
|
||||
target="_blank" rel="noopener noreferrer">APKs / Obtainium URL</a>]
|
||||
</p>
|
||||
<!--<p>
|
||||
<s>
|
||||
[<a target="_blank" rel="noopener noreferrer">F-Droid</a>]
|
||||
</s>
|
||||
</p>-->
|
||||
</div>
|
||||
|
||||
<div class="col-12 text border" id="timer">
|
||||
<a href="https://git.hyperling.com/me/android-infinite-timer/releases"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
@@ -205,6 +182,36 @@
|
||||
</p>-->
|
||||
</div>
|
||||
|
||||
<div class="col-12 text border" id="ctfu">
|
||||
<a href="https://git.hyperling.com/me/android-carb-up/releases"
|
||||
target="_blank" rel="noopener noreferrer">
|
||||
<figure>
|
||||
<img class="app-icon" loading="lazy" alt="<<ctfu.png>>"
|
||||
src="/files/media/icons/ctfu.png"
|
||||
>
|
||||
<figcaption>
|
||||
Carb Up! BETA
|
||||
</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
<p>
|
||||
Calculate cost-effective foods on a High Carb Low Fat lifestyle.
|
||||
</p>
|
||||
<p>
|
||||
<!--[<a href="https://play.google.com/store/apps/details?id=com.hyperling.carbupbeta"
|
||||
target="_blank" rel="noopener noreferrer">Play Store</a>]-->
|
||||
[<a href="https://git.hyperling.com/me/android-carb-up/"
|
||||
target="_blank" rel="noopener noreferrer">Source Code</a>]
|
||||
[<a href="https://git.hyperling.com/me/android-carb-up/releases"
|
||||
target="_blank" rel="noopener noreferrer">APKs / Obtainium URL</a>]
|
||||
</p>
|
||||
<!--<p>
|
||||
<s>
|
||||
[<a target="_blank" rel="noopener noreferrer">F-Droid</a>]
|
||||
</s>
|
||||
</p>-->
|
||||
</div>
|
||||
|
||||
<div class="col-12 text border" id="sleep">
|
||||
<a href="https://git.hyperling.com/me/android-45-minute-rule/releases"
|
||||
target="_blank" rel="noopener noreferrer">
|
||||
@@ -235,6 +242,31 @@
|
||||
</p>-->
|
||||
</div>
|
||||
|
||||
<div class="col-12 text border" id="tictactoe">
|
||||
<a href="https://git.hyperling.com/me/android-tictactoe/releases"
|
||||
target="_blank" rel="noopener noreferrer">
|
||||
<figure>
|
||||
<img class="app-icon" loading="lazy" alt="<<tictactoe.png>>"
|
||||
src="/files/media/icons/tictactoe.png"
|
||||
>
|
||||
<figcaption>
|
||||
Tic-Tac-Toe
|
||||
</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
<p>
|
||||
Play against a friend or a range of AIs.
|
||||
Written to practice Kotlin/Compose.
|
||||
</p>
|
||||
<p>
|
||||
<!--[<s><a>F-Droid</a></s>]-->
|
||||
[<a href="https://git.hyperling.com/me/android-tictactoe/"
|
||||
target="_blank" rel="noopener noreferrer">Source Code</a>]
|
||||
[<a href="https://git.hyperling.com/me/android-tictactoe/releases"
|
||||
target="_blank" rel="noopener noreferrer">APKs / Obtainium URL</a>]
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-12 text border" id="games">
|
||||
<a href="https://git.hyperling.com/me/android-hypergames/releases"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
@@ -279,7 +311,9 @@
|
||||
For a full list of software including my Ansible automation,
|
||||
Docker setup, source code for this website, and other
|
||||
fun/random toys, check out
|
||||
<a href="https://git.hyperling.com/me" target="_blank">My Projects</a>.
|
||||
<a href="https://git.hyperling.com/me"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>My Projects</a>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+12
-1
@@ -4,5 +4,16 @@
|
||||
if (!isset($GLOBALS["HEADER_TITLE"])) {
|
||||
$GLOBALS["HEADER_TITLE"] = "Donate";
|
||||
}
|
||||
include "support.php";
|
||||
include "helpers/body_open.php";
|
||||
|
||||
include "subpages/support/header.php";
|
||||
|
||||
include "subpages/support/donate.php";
|
||||
|
||||
include "subpages/support/support.php";
|
||||
|
||||
// 2025-01-04 Not really looking for this type of thing.
|
||||
//include "subpages/support/gifts.php";
|
||||
|
||||
include "helpers/body_close.php";
|
||||
?>
|
||||
|
||||
@@ -6,6 +6,18 @@
|
||||
<h2 class="col-12 header">Announcements</h2>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-12 text">
|
||||
<strong><a href="https://fdroid.hyperling.com/">2026-07-04</a></strong>
|
||||
<p>
|
||||
My F-Droid repo is now available for those not using Obtainium.
|
||||
<a href="https://fdroid.hyperling.com/"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>Find it here</a>!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-12 text">
|
||||
<strong><a href="/freedom/">2025-09-28</a></strong>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/php
|
||||
<!-- How people can support me with currency if they so desire. -->
|
||||
<div class="row" id="donate">
|
||||
<h2 class="col-12 header">Donate</h2>
|
||||
<h2 class="col-12 header">One-Time Gifts</h2>
|
||||
</div>
|
||||
|
||||
<div class="row text">
|
||||
@@ -33,12 +33,26 @@
|
||||
<div class="code"><code>bc1qsfe8dkvry3d34kztz449gkq67wq8fu2nkgfkh0</code></div>
|
||||
<br>
|
||||
|
||||
<a href="bitcoincash:qzr00gaqeldlu3amjdn59f2y73276v8jwu6vanays2">
|
||||
<strong><code>BCH | Bitcoin Cash</code></strong>
|
||||
</a>
|
||||
<div class="code"><code>qzr00gaqeldlu3amjdn59f2y73276v8jwu6vanays2</code></div>
|
||||
<br>
|
||||
|
||||
<a href="litecoin:ltc1qavmpu5d6ljntxsd6jj548m4yys83zwscl0dzkx">
|
||||
<strong><code>LTC | Litecoin</code></strong>
|
||||
</a>
|
||||
<div class="code"><code>ltc1qavmpu5d6ljntxsd6jj548m4yys83zwscl0dzkx</code></div>
|
||||
<br>
|
||||
|
||||
<!-- TBD
|
||||
<a href="">
|
||||
<strong><code>ETH | Ethereum</code></strong>
|
||||
</a>
|
||||
<div class="code"><code></code></div>
|
||||
<br>
|
||||
-->
|
||||
|
||||
<!--
|
||||
<a href=""><strong><code>LBC | Odysee's Coin</code></strong></a>
|
||||
<div class="code"><code>bDWP6qZajtm9Q9EkryKTorRwKFd5eDbPJj</code></div>
|
||||
@@ -74,8 +88,69 @@
|
||||
</code>
|
||||
</code>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
if (false) {
|
||||
echo <<<HTML
|
||||
<strong><code>PayPal</code></strong>
|
||||
<div class="code">
|
||||
<code>
|
||||
@HyperVegan
|
||||
<br>
|
||||
<br>
|
||||
<code>[<a href="https://account.venmo.com/u/HyperVegan"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>Account Page</a>]
|
||||
</code>
|
||||
</code>
|
||||
</div>
|
||||
HTML;
|
||||
}
|
||||
?>
|
||||
<br> <!-- Keeps border cnsistent. -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
if (false) {
|
||||
echo <<<HTML
|
||||
<div class="col-12 center border">
|
||||
<strong class="spacing">Preference 4 - International USD</strong>
|
||||
<p>Send international currencies to a fiat-based account.</p>
|
||||
<div class="header">
|
||||
<br>
|
||||
<p>This section is a Work In Progress.</p>
|
||||
|
||||
<strong><code>Wise</code></strong>
|
||||
<div class="code">
|
||||
<!-- TBD
|
||||
<code>me@hyperling.com</code>
|
||||
<br>
|
||||
<br>
|
||||
<img src="/files/media/icons/zelle.png" alt="<<zelle.png>>">
|
||||
-->
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<strong><code>Revolut</code></strong>
|
||||
<div class="code">
|
||||
<!-- TBD
|
||||
<code>
|
||||
@HyperVegan
|
||||
<br>
|
||||
<br>
|
||||
<code>[<a href="https://account.venmo.com/u/HyperVegan"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>Account Page</a>]
|
||||
</code>
|
||||
</code>
|
||||
-->
|
||||
</div>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
HTML;
|
||||
}
|
||||
?>
|
||||
|
||||
</div>
|
||||
|
||||
Executable
+17
@@ -0,0 +1,17 @@
|
||||
#!/usr/bin/php
|
||||
<div class="row">
|
||||
<h1 class="col-12 title">Donation Methods</h1>
|
||||
<?php if (isset($GLOBALS["SHOW_BANNER_PICS"])
|
||||
&& !$GLOBALS["SHOW_BANNER_PICS"])
|
||||
echo '
|
||||
<div class="col-12 header center" >
|
||||
<img src="/files/media/icons/support.jpg" alt="<<support.jpg>>">
|
||||
</div>
|
||||
';?>
|
||||
<div class="col-12 header center">
|
||||
<p>
|
||||
Anything is very much appreciated!!
|
||||
Thank you for considering me!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,23 +1,67 @@
|
||||
#!/usr/bin/php
|
||||
<!-- How people can support me in a recurring manner.. -->
|
||||
<div class="row" id="donate">
|
||||
<h2 class="col-12 header">Donate</h2>
|
||||
<h2 class="col-12 header">Recurring Support</h2>
|
||||
</div>
|
||||
|
||||
<div class="row text">
|
||||
|
||||
<div class="col-6 center border">
|
||||
<strong class="spacing">Preference 1 - BMAC or patreon?</strong>
|
||||
<p>Send any type of coin.</p>
|
||||
<div class="header">
|
||||
</div>
|
||||
<strong class="spacing">Preference 1 - Liberapay</strong>
|
||||
|
||||
<p>Send weekly / monthly / yearly without any sort of brokerage fees!</p>
|
||||
|
||||
<a href="https://liberapay.com/HyperVegan/donate"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>
|
||||
<img alt="Donate using Liberapay"
|
||||
src="https://liberapay.com/assets/widgets/donate.svg"
|
||||
alt="liberapay.com/HyperVegan/donate"
|
||||
>
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<img src="https://img.shields.io/liberapay/patrons/HyperVegan.svg?logo=liberapay">
|
||||
<br/>
|
||||
<img src="https://img.shields.io/liberapay/receives/HyperVegan.svg?logo=liberapay">
|
||||
<br/>
|
||||
<img src="https://img.shields.io/liberapay/goal/HyperVegan.svg?logo=liberapay">
|
||||
</a>
|
||||
|
||||
<p>I also suggest donating to Liberapay for making this possible.</p>
|
||||
<a href="https://en.liberapay.com/Liberapay/"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>Donate to the platform.</a>
|
||||
</div>
|
||||
|
||||
<div class="col-6 center border">
|
||||
<strong class="spacing">Preference 2 - The other one!</strong>
|
||||
<p>Donate directly to an address.</p>
|
||||
<div class="header">
|
||||
</div>
|
||||
<strong class="spacing">Preference 2 - Ko-fi</strong>
|
||||
<p>Monthly donations with 5% brokerage fee. Also supports one-time tips.</p>
|
||||
<a href="https://ko-fi.com/hypervegan"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>
|
||||
<img alt="Donate using Ko-fi"
|
||||
src="https://storage.ko-fi.com/cdn/opengraph_assets/default_creator_og/hz_profile_page.png"
|
||||
alt="ko-fi.com/hypervegan"
|
||||
height=200
|
||||
>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Requires using Stripe, which asks for last 4 of social. Pass for now.
|
||||
<div class="col-4 center border">
|
||||
<strong class="spacing">Preference 3 - Buy Me A Coffee</strong>
|
||||
<p>5% brokerage fee.</p>
|
||||
<a href="https://buymeacoffee.com/hypervegan"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
>
|
||||
<img alt="Donate using Ko-fi"
|
||||
src="https://storage.ko-fi.com/cdn/opengraph_assets/default_creator_og/hz_profile_page.png"
|
||||
alt="buymeacoffee.com/hypervegan"
|
||||
>
|
||||
</a>
|
||||
</div>
|
||||
-->
|
||||
|
||||
</div>
|
||||
|
||||
+6
-17
@@ -5,24 +5,13 @@
|
||||
$GLOBALS["HEADER_TITLE"] = "Support";
|
||||
}
|
||||
include "helpers/body_open.php";
|
||||
?>
|
||||
<div class="row">
|
||||
<h1 class="col-12 title">Support</h1>
|
||||
<?php if (isset($GLOBALS["SHOW_BANNER_PICS"])
|
||||
&& !$GLOBALS["SHOW_BANNER_PICS"])
|
||||
echo '
|
||||
<div class="col-12 header center" >
|
||||
<img src="/files/media/icons/support.jpg" alt="<<support.jpg>>">
|
||||
</div>
|
||||
';?>
|
||||
<div class="col-12 header center">
|
||||
<p>
|
||||
Anything is very much appreciated!! Thank you for considering me!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
|
||||
include "subpages/support/header.php";
|
||||
|
||||
include "subpages/support/support.php";
|
||||
|
||||
include "subpages/support/donate.php";
|
||||
|
||||
// 2025-01-04 Not really looking for this type of thing.
|
||||
//include "subpages/support/gifts.php";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user