3 Commits

Author SHA1 Message Date
me d458a866e6 Add a URL to the output for ease of opening. 2026-06-25 15:34:28 -07:00
me 51325fe8ec Add that payments can be monthly and yearly. 2026-06-25 15:34:16 -07:00
me 10b8dec786 Update permissions. 2026-06-25 15:34:02 -07:00
3 changed files with 2 additions and 1 deletions
+1
View File
@@ -282,6 +282,7 @@ async function main() {
ports.forEach(port => { ports.forEach(port => {
app.listen(port); app.listen(port);
console.log(" * Now listening on port " + port + "."); console.log(" * Now listening on port " + port + ".");
console.log(" * URL: http://localhost:" + port);
}); });
console.log("Done! Now we wait..."); console.log("Done! Now we wait...");
} }
View File
+1 -1
View File
@@ -9,7 +9,7 @@
<div class="col-6 center border"> <div class="col-6 center border">
<strong class="spacing">Preference 1 - Liberapay</strong> <strong class="spacing">Preference 1 - Liberapay</strong>
<p>Send weekly without any sort of brokerage fees!</p> <p>Send weekly / monthly / yearly without any sort of brokerage fees!</p>
<a href="https://liberapay.com/HyperVegan/donate" <a href="https://liberapay.com/HyperVegan/donate"
target="_blank" rel="noopener noreferrer" target="_blank" rel="noopener noreferrer"