Update repo urls

This commit is contained in:
Jonathan Staab 2023-03-29 10:17:37 -05:00
parent e9da4e899b
commit 3ba160c123
5 changed files with 9 additions and 7 deletions

View File

@ -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`

View File

@ -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

BIN
package-lock.json generated

Binary file not shown.

View File

@ -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",

View File

@ -75,7 +75,7 @@
<p class="text-sm text-gray-1">
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 <Anchor
href="https://github.com/staab/dufflepud">here</Anchor
href="https://github.com/coracle-social/dufflepud">here</Anchor
>.
</p>
</div>
@ -87,8 +87,8 @@
<p class="text-sm text-gray-1">
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 <Anchor href="https://github.com/staab/multiplextr"
>here</Anchor
directly. You can find the source code <Anchor
href="https://github.com/coracle-social/multiplextr">here</Anchor
>.
</p>
</div>