A fork of Pleroma ActivityRelay that is used by SEDI with localization. https://git.pleroma.social/pleroma/relay
Go to file
2023-02-26 05:27:32 +00:00
docs version 0.2.4 2022-12-08 04:17:17 -05:00
installation add caddyfile and systemd service 2018-11-18 18:36:03 +00:00
relay Add donation link 2023-02-26 05:27:32 +00:00
.gitignore Add config file to gitignore 2019-08-20 12:39:18 +02:00
docker.sh Reorganize codebase 2022-05-06 07:04:51 +00:00
Dockerfile Reorganize codebase 2022-05-06 07:04:51 +00:00
LICENSE Initial commit 2018-08-10 18:36:17 +00:00
pyproject.toml add packaging 2021-10-14 16:09:21 -04:00
README.md Reorganize codebase 2022-05-06 07:04:51 +00:00
relay.spec fix missing modules when building via pyinstaller 2022-12-11 09:15:03 -05:00
relay.yaml.example update example config file 2022-11-26 20:25:20 -05:00
requirements.txt replace aputils git url with tar.gz 2022-12-10 02:44:07 -05:00
setup.cfg update setup.cfg and requirements.txt 2022-12-10 02:10:56 -05:00
setup.py add packaging 2021-10-14 16:09:21 -04:00

ActivityRelay

A generic LitePub message relay.

Copyleft

ActivityRelay is copyrighted, but free software, licensed under the terms of the GNU Affero General Public License version 3 (AGPLv3) license. You can find a copy of it in this package as the LICENSE file.

Getting Started

Normally, you would direct your LitePub instance software to follow the LitePub actor found on the relay. In Pleroma this would be something like:

$ MIX_ENV=prod mix relay_follow https://your.relay.hostname/actor

Documentation

To install or manage your relay, check the documentation