You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html>
<head><head>
<link rel="stylesheet" type="text/css" href="/css/theme.css">
<title>Soapbox</title>
<meta charset="utf-8" />
</head></head>
<body>
<header>
<a href="/"><h1>Galant Family</h1></a>
<p><i>Social Media for us</i></p>
<nav>
<a href="https://galant.family/services/">
<span>Services</span>
</a>
</nav>
</header>
<main>
<h1 id="our-private-community-to-share">Our private community to share</h1>
<p><strong>Server status:</strong> <span id="hug-status">🔴 Offline</span>
<script>
fetch("https://hug.galant.family/api/v1/instance").then(resp => {if(resp.status==200){document.getElementById('hug-status').innerHTML="🟢 Online"}});
</script></p>
<p>I&rsquo;m hosting a private &amp; secure social media server for those of us who would like to share without being tracked by facebook/twitter/etc.<br>
Ideally I&rsquo;d like for everyone to join.</p>
<h4 id="features">Features:</h4>
<ul>
<li>Uploads are stored privately, not in the cloud.</li>
<li>No hard limit on storage space</li>
<li>Viewing any posts and feeds require an account from the family.</li>
</ul>
<p>If you&rsquo;d like an e-mail, let me know if you&rsquo;d like a <strong>galant.family</strong> <a href="/services/e-mail">e-mail</a> address.</p>
<h3 id="current-known-issues">Current known issues:</h3>
<ul>
<li>
<p>&ldquo;Forgot password&rdquo; e-mail doesn&rsquo;t work.</p>
<p>If you lose your password you&rsquo;ll need to contact Gabriel for a reset link.</p>
</li>
</ul>
<hr>
<p>Learn more about Soapbox at <a href="https://soapbox.pub">soapbox.pub</a></p>
</main>
</body>
</html>