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

608 B

Managing relays

{! backend/administration/CLI_tasks/general_cli_task_info.include !}

Follow a relay

=== "OTP"

```sh
./bin/pleroma_ctl relay follow <relay_url>
```

=== "From Source"

```sh
mix pleroma.relay follow <relay_url>
```

Unfollow a remote relay

=== "OTP"

```sh
./bin/pleroma_ctl relay unfollow <relay_url>
```

=== "From Source"

```sh
mix pleroma.relay unfollow <relay_url>
```

List relay subscriptions

=== "OTP"

```sh
./bin/pleroma_ctl relay list
```

=== "From Source"

```sh
mix pleroma.relay list
```