diff --git a/README.md b/README.md index f6b9079ba..db68f1513 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/img/banner.png b/img/banner.png new file mode 100644 index 000000000..5860c6b9c Binary files /dev/null and b/img/banner.png differ diff --git a/scripts/devrepo b/scripts/devrepo index 92260e1a4..79d69edc5 100755 --- a/scripts/devrepo +++ b/scripts/devrepo @@ -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 diff --git a/website/EN/index.html b/website/EN/index.html index f60b5a8ba..01292cbf5 100644 --- a/website/EN/index.html +++ b/website/EN/index.html @@ -1176,7 +1176,7 @@ Donate -

Matrix room: #epicyon:matrix.freedombone.net
gemini://freedombone.net/epicyon

+

Matrix room: #epicyon:matrix.libreserver.org
gemini://libreserver.org/epicyon

Epicyon is an AGPL licensed ActivityPub protocol compliant federated social network 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.