doc: add accounts
This commit is contained in:
parent
d38b3c73ff
commit
bae7d284b3
1 changed files with 19 additions and 5 deletions
24
README.md
24
README.md
|
|
@ -46,7 +46,8 @@ Creating a new relay is straightforward. Just click `New Relay` then enter the R
|
|||
> *Note*: admin users can select a relay id. Regular users will be assigned a generated relay id.
|
||||
The relay can be activated/deactivated.
|
||||
|
||||

|
||||
- New Relay Dialog
|
||||
- 
|
||||
|
||||
### Configure Relay
|
||||
Find your Relay in the list and click the expand button (`+`) to configure it.
|
||||
|
|
@ -54,7 +55,9 @@ Find your Relay in the list and click the expand button (`+`) to configure it.
|
|||
**Relay Info**
|
||||
This tab contains data according to `NIP-11` (Relay Information Document).
|
||||
> **Note**: the `domain` is added automatically and shoud be corrected manually if needed. This value is used for `NIP-42` (Authentication of clients to relays)
|
||||
- 
|
||||
|
||||
- **Relay Info Tab**
|
||||
- 
|
||||
|
||||
|
||||
**Payment**
|
||||
|
|
@ -64,20 +67,31 @@ It is encourage to also activate the `Require Auth` option for paid relays.
|
|||
|
||||
> **Note**: check the info button (`I`) tooltip for a description of each field.
|
||||
|
||||
- 
|
||||
- **Payment Config Tab**
|
||||
- 
|
||||
|
||||
Click on the Relay ID (or visit `https://{your_domain}/nostrrelay/${relay_id}`) for the Relay public page.
|
||||
Here the entry and storage fees can be paid.
|
||||
|
||||
- 
|
||||
- **Relay Public Page**
|
||||
- 
|
||||
|
||||
**Config**
|
||||
Configure `NIP-22` (Event created_at Limits), `NIP-42` (Authentication of clients to relays) and other Relay parameters.
|
||||
Some configurations are not standard (`NIPs`) but they help control what clients are allowed to do, thus blocking (some) attack vectors.
|
||||
|
||||
- 
|
||||
- **Config Tab**
|
||||
- 
|
||||
|
||||
|
||||
**Accounts**
|
||||
Allows the Relay operator to `Block` or `Allow` certain accounts.
|
||||
If an account is `allowed` then it is not required to `pay to join`.
|
||||
When an account is `blocked` it does not matter if it `paid to join` or if it is `allowed`.
|
||||
|
||||
- **Accounts Tab**
|
||||
- 
|
||||
|
||||
## Development
|
||||
|
||||
Create Symbolic Link:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue