Pleroma ActivityRelay
Go to file
Izalia Mae 9fe6d8ad96 replace pylint with mypy and other minor changes
* ignore test*.py files
* format requirements.txt to be more readable
* only show note on home page if it is set
* allow flake8 to check for more than just unused imports
* remove a bunch of unused methods in `compat.RelayDatabase`
* turn `Config` into a dataclass
* replace database config methods with `RelayData` dataclass
* rename `loads` to `cls` in `HttpClient.get`
2024-03-13 17:43:57 -04:00
docs version bump to 0.3.0 2024-02-23 20:58:36 -05:00
installation update relay.service file to use run command 2024-01-23 22:04:07 -05:00
relay replace pylint with mypy and other minor changes 2024-03-13 17:43:57 -04:00
.gitignore replace pylint with mypy and other minor changes 2024-03-13 17:43:57 -04:00
dev-requirements.txt replace pylint with mypy and other minor changes 2024-03-13 17:43:57 -04: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 replace pylint with mypy and other minor changes 2024-03-13 17:43:57 -04:00
README.md Reorganize codebase 2022-05-06 07:04:51 +00:00
relay.yaml.example add database and redis caching 2024-01-31 21:23:45 -05:00
requirements.txt replace pylint with mypy and other minor changes 2024-03-13 17:43:57 -04:00
setup.cfg replace pylint with mypy and other minor changes 2024-03-13 17:43:57 -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