mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-08 17:48:00 +00:00
a4158c8d7e
0.3.0 See merge request pleroma/relay!57 |
||
---|---|---|
docs | ||
installation | ||
relay | ||
.gitignore | ||
dev-requirements.txt | ||
docker.sh | ||
Dockerfile | ||
LICENSE | ||
pyproject.toml | ||
README.md | ||
relay.yaml.example | ||
requirements.txt | ||
setup.cfg | ||
setup.py |
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