|
32 | 32 | Releases
|
33 | 33 | </a>
|
34 | 34 | <span> | </span>
|
35 |
| - <a href="https://p2panda.org/about/contribute"> |
| 35 | + <a href="https://aquadoggo.p2panda.org/about/contribute/"> |
36 | 36 | Contribute
|
37 | 37 | </a>
|
38 | 38 | <span> | </span>
|
39 |
| - <a href="https://p2panda.org"> |
| 39 | + <a href="https://aquadoggo.p2panda.org"> |
40 | 40 | Website
|
41 | 41 | </a>
|
42 | 42 | </h3>
|
43 | 43 | </div>
|
44 | 44 |
|
45 | 45 | <br/>
|
46 | 46 |
|
47 |
| -`aquadoggo` is a reference node implementation for [p2panda](https://p2panda.org). It is a intended as a tool for making the design and build of local-first, collaborative p2p applications as simple as possible, and hopefully even a little fun! |
| 47 | +`aquadoggo` is a reference node implementation for [p2panda](https://aquadoggo.p2panda.org). It is a intended as a tool for making the design and build of local-first, collaborative p2p applications as simple as possible, and hopefully even a little fun! |
48 | 48 |
|
49 | 49 | `aquadoggo` can run both on your own device for local-first applications, or on a public server when acting as shared community infrastructure. Nodes like `aquadoggo` perform a number of tasks ranging from core p2panda data replication and validation, aiding the discovery and establishment of connections between edge peers, and exposing a developer friendly API used for building applications.
|
50 | 50 |
|
@@ -313,19 +313,19 @@ Fetch all "events" with ordering and filtering as well as selecting some meta fi
|
313 | 313 |
|
314 | 314 | ## Resources
|
315 | 315 |
|
316 |
| -- 🐬 Deploy your own `aquadoggo` following the [tutorial](https://p2panda.org/tutorials/aquadoggo) |
| 316 | +- 🐬 Deploy your own `aquadoggo` following the [tutorial](https://aquadoggo.p2panda.org/tutorials/aquadoggo/) |
317 | 317 | - 🛠️ Create your own schemas using [`fishy`](https://github.com/p2panda/fishy)
|
318 | 318 | - 🛼 Open the GraphQL playground in your browser, served under `http://localhost:2020/graphql`
|
319 |
| -- 📖 Try the [mushroom app tutorial](https://p2panda.org/tutorials/mushroom-app) |
| 319 | +- 📖 Try the [mushroom app tutorial](https://aquadoggo.p2panda.org/tutorials/mushroom-app/) |
320 | 320 | - 🔬 Manually publish data to a node [`send-to-node`](https://github.com/p2panda/send-to-node)
|
321 |
| -- 🐼 [Learn more](https://p2panda.org) about how p2panda works |
| 321 | +- 🐼 [Learn more](https://aquadoggo.p2panda.org) about how p2panda works |
322 | 322 |
|
323 | 323 | ## What shouldn't I do with `aquadoggo`?
|
324 | 324 |
|
325 |
| -`aquadoggo` is built using the [p2panda](https://p2panda.org) protocol which is in development and some planned features are still missing, the main ones being: |
| 325 | +`aquadoggo` is built using the [p2panda](https://aquadoggo.p2panda.org) protocol which is in development and some planned features are still missing, the main ones being: |
326 | 326 |
|
327 | 327 | - **Capabilities:** Currently all data can be edited by any author who has access to the network. In many cases, permissions can be handled where needed on the client side (planned mid-2024).
|
328 |
| -- **Privacy:** While node communication is encrypted with TLS the data stored on nodes itself is not. Integration of [MLS](https://p2panda.org/specifications/aquadoggo/encryption/) is underway but not complete yet. |
| 328 | +- **Privacy:** While node communication is encrypted with TLS the data stored on nodes itself is not. Integration of [MLS](https://aquadoggo.p2panda.org/specifications/aquadoggo/encryption/) is underway but not complete yet. |
329 | 329 | - **Deletion:** Network-wide purging of data is dependent on having a capabilities system already in place, so these two features will arrive together.
|
330 | 330 | - **Anonymity:** Networking exposes sensitive data, we're waiting for [Arti](https://tpo.pages.torproject.net/core/arti/) supporting Onion Services to make this a configurable option.
|
331 | 331 |
|
|
0 commit comments