Skip to content

Commit 64e0ef5

Browse files
author
florian
committed
fix: dont use blossom servers from user list
1 parent dc286fb commit 64e0ef5

File tree

6 files changed

+245
-144
lines changed

6 files changed

+245
-144
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
# CHANGES
3+
4+
## 0.1.15
5+
* Updated all dependencies
6+
* Added --purge flag to download
7+
* Blossom servers from the user server list are not used any more. Only servers from commandline and config are used now.
8+
9+
10+

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ There are two ways to use this tool.
1616
```
1717
npx nsite-cli upload \
1818
--relays 'wss://nos.lol,wss://relay.primal.net,wss://relay.nostr.band,wss://relay.damus.io' \
19-
--servers 'https://cdn.satellite.earth,https://files.v0l.io' \
19+
--servers 'https://cdn.satellite.earth,https://nostr.download' \
2020
--privatekey <some secret nsec> \
2121
www
2222
```
@@ -66,7 +66,7 @@ export NOSTR_RELAYS=wss://nos.lol,wss://relay.primal.net,wss://relay.nostr.band,
6666
The `BLOSSOM_SERVERS` can be used to specify the blossom servers:
6767

6868
```
69-
export BLOSSOM_SERVERS=https://media-server.slidestr.net/,https://files.v0l.io/
69+
export BLOSSOM_SERVERS=https://media-server.slidestr.net/,https://nostr.download/
7070
```
7171

7272
Set a `NOSTR_PRIVATE_KEY` that will be used to publish events (nsec or hex string) can be set as follows:

0 commit comments

Comments
 (0)