diff --git a/README.md b/README.md index 04112fab..2793d6fd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Coracle is a web client for the Nostr protocol. While Nostr is useful for many things, Coracle focuses on providing a high-quality social media experience. Check it out at [coracle.social](https://coracle.social). -[Dufflepud](https://github.com/staab/dufflepud) is a companion server which you can self-host. It helps Coracle with things like link previews and image uploads. +[Dufflepud](https://github.com/coracle-social/dufflepud) is a companion server which you can self-host. It helps Coracle with things like link previews and image uploads. If you like Coracle and want to support its development, you can donate sats via [Geyser](https://geyser.fund/project/coracle). @@ -38,7 +38,7 @@ You can find a more complete changelog [here](./ROADMAP.md). # Run Coracle locally: -- Clone the project repository: `git clone https://github.com/staab/coracle.git` +- Clone the project repository: `git clone https://github.com/coracle-social/coracle.git` - Navitage to the project directory: `cd coracle` - Install dependencies: `npm install` - Add an env file from the template: `cp env.template env.local` diff --git a/ROADMAP.md b/ROADMAP.md index 36b93581..1e6238b9 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -2,11 +2,13 @@ - [ ] Fix reactions and replies - [ ] Multiplexer + - [ ] Announce multiplextr, paravel, coracle update w/url - [ ] Write NIP to support proxies. Update COUNT NIP to mention how proxies are a good use case for COUNT - [ ] Fix iOS/safari/firefox -- [ ] https://github.com/staab/coracle/issues/42 +- [ ] https://github.com/coracle-social/coracle/issues/42 - [ ] Multiplex, charge past a certain usage level based on bandwidth - [ ] Move blog to https://twitter.com/fiatjaf/status/1638514052014940162 +- [ ] Improve not rendering, nip 27 # Others diff --git a/package-lock.json b/package-lock.json index b023b026..6b504cb9 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index f2e690c4..7c4c0f38 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "lru-cache": "^7.18.3", "nostr-tools": "^1.7.4", "npm-run-all": "^4.1.5", - "paravel": "^0.1.7", + "paravel": "^0.1.10", "qr-scanner": "^1.4.2", "qrcode": "^1.5.1", "ramda": "^0.28.0", diff --git a/src/views/Settings.svelte b/src/views/Settings.svelte index 30e825c1..3ef414e6 100644 --- a/src/views/Settings.svelte +++ b/src/views/Settings.svelte @@ -75,7 +75,7 @@

Enter a custom url for Coracle's helper application. Dufflepud is used for hosting images and loading link previews. You can find the source code herehere.

@@ -87,8 +87,8 @@

Enter a custom proxy server for multiplexing relay connections. This can drastically improve resource usage, but has some privacy trade-offs. Leave blank to connect to relays - directly. You can find the source code herehere.