A fork of Pleroma ActivityRelay that is used by SEDI with localization. https://git.pleroma.social/pleroma/relay
Go to file
2022-11-07 05:40:08 -05:00
docs docs: don't assume activityrelay is in PATH 2022-05-06 17:23:44 -04:00
installation add caddyfile and systemd service 2018-11-18 18:36:03 +00:00
relay remove run_in_loop function 2022-11-07 05:40:08 -05: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.yaml.example Reorganize codebase 2022-05-06 07:04:51 +00:00
requirements.txt Reorganize codebase 2022-05-06 07:04:51 +00:00
setup.cfg version bump 2022-08-12 16:38:33 -04: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