mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-10 02:17:59 +00:00
document new commands
This commit is contained in:
parent
3b89aa5e84
commit
eab8a31001
|
@ -26,11 +26,18 @@ Run the setup wizard to configure your relay.
|
||||||
|
|
||||||
## Config
|
## Config
|
||||||
|
|
||||||
List the current configuration key/value pairs
|
Manage the relay config
|
||||||
|
|
||||||
activityrelay config
|
activityrelay config
|
||||||
|
|
||||||
|
|
||||||
|
### List
|
||||||
|
|
||||||
|
List the current config key/value pairs
|
||||||
|
|
||||||
|
activityrelay config list
|
||||||
|
|
||||||
|
|
||||||
### Set
|
### Set
|
||||||
|
|
||||||
Set a value for a config option
|
Set a value for a config option
|
||||||
|
@ -111,6 +118,13 @@ Remove a domain from the whitelist.
|
||||||
activityrelay whitelist remove <domain>
|
activityrelay whitelist remove <domain>
|
||||||
|
|
||||||
|
|
||||||
|
### Import
|
||||||
|
|
||||||
|
Add all current inboxes to the whitelist
|
||||||
|
|
||||||
|
activityrelay whitelist import
|
||||||
|
|
||||||
|
|
||||||
## Instance
|
## Instance
|
||||||
|
|
||||||
Manage the instance ban list.
|
Manage the instance ban list.
|
||||||
|
|
Loading…
Reference in a new issue