Pleroma ActivityRelay
Go to file
2024-01-22 06:39:12 -05:00
docs version bump 2024-01-15 23:47:23 -05:00
installation add caddyfile and systemd service 2018-11-18 18:36:03 +00:00
relay actually fix python packaging this time 2024-01-22 06:39:12 -05:00
.gitignore use postgresql/sqlite for database backend 2024-01-22 05:32:16 -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
MANIFEST.in actually fix python packaging this time 2024-01-22 06:39:12 -05:00
pyproject.toml add settings for pylint and flake8 2024-01-10 10:55:37 -05:00
README.md Reorganize codebase 2022-05-06 07:04:51 +00:00
relay.spec actually fix python packaging this time 2024-01-22 06:39:12 -05:00
relay.yaml.example use postgresql/sqlite for database backend 2024-01-22 05:32:16 -05:00
requirements.txt use postgresql/sqlite for database backend 2024-01-22 05:32:16 -05:00
setup.cfg actually fix python packaging this time 2024-01-22 06:39:12 -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