mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-08 07:18:47 +00:00
Merge pull request #7 from PR0M3TH3AN/codex/modify-passwordmanager-to-pass-relay-list
Update Nostr relay initialization
This commit is contained in:
@@ -237,8 +237,9 @@ The SeedPass roadmap outlines a structured development plan divided into distinc
|
||||
- **Implementation Steps:**
|
||||
- Create a `config.yaml` or `config.json` file in the SeedPass data directory.
|
||||
- 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.
|
||||
- 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