mirror of https://gitlab.com/bashrc2/epicyon
Merge branch 'main' of gitlab.com:bashrc2/epicyon
commit
c488ee1a7e
|
@ -12,7 +12,7 @@ Epicyon is a modern [ActivityPub](https://www.w3.org/TR/activitypub) compliant s
|
|||
|
||||
[Project Goals](README_goals.md) - [Commandline interface](README_commandline.md) - [Customizations](README_customizations.md) - [Software Architecture](README_architecture.md) - [Code of Conduct](code-of-conduct.md)
|
||||
|
||||
Matrix room: **#epicyon:matrix.freedombone.net**
|
||||
Matrix room: **#epicyon:matrix.libreserver.org**
|
||||
|
||||
Includes emojis designed by [OpenMoji](https://openmoji.org) – the open-source emoji and icon project. License: [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0). Blob Cat Emoji and Meowmoji were made by Nitro Blob Hub, licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0). [Digital Pets emoji](https://opengameart.org/content/16x16-emotes-for-rpgs-and-digital-pets) were made by Tomcat94 and licensed under CC0.
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 131 KiB |
|
@ -4,5 +4,5 @@ if [ -d /etc/epicyon ]; then
|
|||
else
|
||||
cd /opt/epicyon || exit 0
|
||||
fi
|
||||
git remote set-url origin https://code.freedombone.net/bashrc/epicyon.git
|
||||
git remote set-url origin https://gitlab.com/bashrc2/epicyon.git
|
||||
git checkout main
|
||||
|
|
|
@ -1176,7 +1176,7 @@
|
|||
<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<br>gemini://freedombone.net/epicyon</b></p>
|
||||
<p class="matrix">Matrix room: <b>#epicyon:matrix.libreserver.org<br>gemini://libreserver.org/epicyon</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