1
0
Fork 1
mirror of https://git.pleroma.social/pleroma/relay.git synced 2024-05-11 11:43:54 -04:00
Go to file
Izalia Mae a4158c8d7e Merge branch 'dev' into 'master'
0.3.0

See merge request pleroma/relay!57
2024-03-10 23:02:59 +00: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 fix POST /api/token and prevent scroll bar from always showing 2024-03-05 14:05:54 -05:00
.gitignore use postgresql/sqlite for database backend 2024-01-22 05:32:16 -05:00
dev-requirements.txt add dev commands 2024-02-23 19:58:35 -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 plugins to pylint 2024-01-23 21:54:05 -05: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 update barkshark-sql to 0.1.2 2024-03-10 18:57:53 -04:00
setup.cfg don't use spec file when building bin 2024-03-04 05:39:21 -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