Skip to content

Commit 219b446

Browse files
committed
Merge branch 'main' of github.com:sandwichfarm/nsite-cli into main
2 parents a2f1aed + 4cd32e5 commit 219b446

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
A powerful CLI tool for publishing static websites on NOSTR in a decentralized and censorship-resistant way.
66

77
- Website file listings are published as events (Kind 34128) on NOSTR relays
8-
- Binary files are uploaded to blossom servers
9-
- All data is signed with your private key, making it tamper-proof
8+
- Binary files are uploaded to configured blossom servers
109

1110
## Features
1211

@@ -124,7 +123,6 @@ nsyte stores its configuration in a `.nsite/config.json` file in your project di
124123

125124
```json
126125
{
127-
"privateKey": "your-private-key", // Only one of privateKey or bunkerUrl will be set
128126
"bunkerUrl": "bunker://...", // NIP-46 bunker URL
129127
"relays": ["wss://relay1", "wss://relay2"],
130128
"servers": ["https://server1", "https://server2"],
@@ -234,4 +232,4 @@ Contributions are welcome! Please feel free to submit a Pull Request.
234232

235233
## License
236234

237-
MIT License
235+
MIT License

0 commit comments

Comments
 (0)