Pleroma ActivityRelay
Go to file
2024-01-10 10:49:05 -05: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 rework logger to not monkey-patch the logging module 2024-01-10 10:49:05 -05:00
.gitignore ignore database file 2024-01-09 23:06:52 -05: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 update aputils to 0.1.6a 2024-01-09 23:06:23 -05:00
setup.cfg set minimum python version to 3.8 2024-01-09 23:43:55 -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