mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-08 07:18:47 +00:00
Load relays from config
This commit is contained in:
@@ -239,6 +239,7 @@ The SeedPass roadmap outlines a structured development plan divided into distinc
|
||||
- Define a structure to store user configurations, starting with a list of Nostr relay URLs.
|
||||
- Allow users to add, remove, and manage an unlimited number of Nostr relays through the CLI or configuration file.
|
||||
- Ensure the configuration file is securely stored and encrypted if necessary.
|
||||
- The Nostr client loads its relay list from this encrypted file. New accounts start with the default relays until you update the settings.
|
||||
|
||||
2. **Individual JSON File Management**
|
||||
- **Separate Entry Files:**
|
||||
|
@@ -418,6 +418,7 @@ seedpass show-pubkey
|
||||
|
||||
**Description:**
|
||||
Allows users to specify custom Nostr relays for publishing their encrypted backup index, providing flexibility and control over data distribution.
|
||||
Relay URLs are stored in an encrypted configuration file and loaded each time the Nostr client starts. New accounts use the default relays until changed.
|
||||
|
||||
**Usage Example:**
|
||||
```bash
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user