You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
akkoma-cachapa/docs/administration/CLI_tasks/relay.md

476 B

Managing relays

Every command should be ran with a prefix, in case of OTP releases it is ./bin/pleroma_ctl relay and in case of source installs it's mix pleroma.relay.

Follow a relay

$PREFIX follow <relay_url>

Example:

$PREFIX follow https://example.org/relay

Unfollow a remote relay

$PREFIX unfollow <relay_url>

Example:

$PREFIX unfollow https://example.org/relay

List relay subscriptions

$PREFIX list