Checkpoint: project folder renamed to Nostr_Keynctr
This commit is contained in:
parent
24b34b6f93
commit
2e4005d24d
1 changed files with 4 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ verified green at the moment this file was written.
|
||||||
|
|
||||||
## Where things are
|
## Where things are
|
||||||
|
|
||||||
- Project: `/home/avi/Projects/Nostr-Keynectr` (renamed from `0_Nostr` after commit `1116dfd`)
|
- Project: `/home/avi/Projects/Nostr_Keynctr` (renamed from `0_Nostr` after commit `1116dfd`)
|
||||||
- Git repo: `master` @ `a6329d5` ("Publish profile metadata (name + picture) so external
|
- Git repo: `master` @ `a6329d5` ("Publish profile metadata (name + picture) so external
|
||||||
clients show it"). Before it: `db81f8d` (profile deletion with undo), `9a8f334`
|
clients show it"). Before it: `db81f8d` (profile deletion with undo), `9a8f334`
|
||||||
(audit checkpoint refresh), and the 2026-08-21 audit-fix commits (`f7db29e`, `d90b6e5`,
|
(audit checkpoint refresh), and the 2026-08-21 audit-fix commits (`f7db29e`, `d90b6e5`,
|
||||||
|
|
@ -77,7 +77,7 @@ npm run electron:build # tsc electron main success
|
||||||
GUI:
|
GUI:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~/Projects/Nostr-Keynectr/frontend && npm start
|
cd ~/Projects/Nostr_Keynctr/frontend && npm start
|
||||||
```
|
```
|
||||||
|
|
||||||
- New profiles publish their name automatically on creation.
|
- New profiles publish their name automatically on creation.
|
||||||
|
|
@ -87,7 +87,7 @@ cd ~/Projects/Nostr-Keynectr/frontend && npm start
|
||||||
CLI:
|
CLI:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
B=~/Projects/Nostr-Keynectr/target/release/keynectr
|
B=~/Projects/Nostr_Keynctr/target/release/keynectr
|
||||||
$B list # show profiles
|
$B list # show profiles
|
||||||
$B relays enable wss://nos.lol # enable at least one relay first
|
$B relays enable wss://nos.lol # enable at least one relay first
|
||||||
$B publish-name <npub> # republish stored name
|
$B publish-name <npub> # republish stored name
|
||||||
|
|
@ -116,7 +116,7 @@ websocket queries; Iris shows the stored names after publish.
|
||||||
- **Rename details:** binary is now `keynectr`; data lives in `~/.local/share/keynectr`
|
- **Rename details:** binary is now `keynectr`; data lives in `~/.local/share/keynectr`
|
||||||
(auto-migrated from `nost-feed-manager` on first run — verified live). The KDF verifier
|
(auto-migrated from `nost-feed-manager` on first run — verified live). The KDF verifier
|
||||||
string in crypto.rs was deliberately NOT renamed so old encrypted backups stay readable.
|
string in crypto.rs was deliberately NOT renamed so old encrypted backups stay readable.
|
||||||
If a GitHub remote is ever added, rename the repo to `Nostr-Keynectr` there too.
|
If a GitHub remote is ever added, rename the repo to `Nostr_Keynctr` there too.
|
||||||
- Relay config at time of writing (all enabled): nos.lol, relay.primal.net, l484.com
|
- Relay config at time of writing (all enabled): nos.lol, relay.primal.net, l484.com
|
||||||
(user's own), damus.io, snort.social, soloco.nl; relay.nostr.band added but was
|
(user's own), damus.io, snort.social, soloco.nl; relay.nostr.band added but was
|
||||||
unreachable (handshake timeout) — retry enabling later.
|
unreachable (handshake timeout) — retry enabling later.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue