mirror of https://gitlab.com/bashrc2/epicyon
Matrix link on website
parent
eea0aa85ab
commit
b5042785d9
|
@ -740,6 +740,11 @@ input[type=checkbox]
|
|||
color: #999;
|
||||
}
|
||||
|
||||
.matrix {
|
||||
font-size: 28px;
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
.headerlink {
|
||||
font-size: 30px;
|
||||
color: white;
|
||||
|
@ -1147,6 +1152,7 @@ footer {
|
|||
<th><a href="https://www.patreon.com/freedombone"><span class="headerlink">Donate</span></a></th>
|
||||
</tr>
|
||||
</table>
|
||||
<p class="matrix">Matrix room: <b>#epicyon:matrix.freedombone.net</b></p>
|
||||
<p class="intro">
|
||||
Epicyon is an <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">AGPL</a> licensed <a href="https://www.w3.org/TR/activitypub/">ActivityPub protocol</a> compliant <a href="https://en.wikipedia.org/wiki/Fediverse">federated social network</a> server suitable for hosting a small number of accounts on low power systems requiring minimal maintenance, such as single board computers. It's the ActivityPub equivalent of an email server, storing posts as human readable JSON on file, rather than in a database. It also uses only a small amount of RAM.
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue