File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55A 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
You can’t perform that action at this time.
0 commit comments