Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links to point to legacy website #645

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@
Releases
</a>
<span> | </span>
<a href="https://p2panda.org/about/contribute">
<a href="https://aquadoggo.p2panda.org/about/contribute/">
Contribute
</a>
<span> | </span>
<a href="https://p2panda.org">
<a href="https://aquadoggo.p2panda.org">
Website
</a>
</h3>
</div>

<br/>

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

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

Expand Down Expand Up @@ -313,19 +313,19 @@ Fetch all "events" with ordering and filtering as well as selecting some meta fi

## Resources

- 🐬 Deploy your own `aquadoggo` following the [tutorial](https://p2panda.org/tutorials/aquadoggo)
- 🐬 Deploy your own `aquadoggo` following the [tutorial](https://aquadoggo.p2panda.org/tutorials/aquadoggo/)
- 🛠️ Create your own schemas using [`fishy`](https://github.com/p2panda/fishy)
- 🛼 Open the GraphQL playground in your browser, served under `http://localhost:2020/graphql`
- 📖 Try the [mushroom app tutorial](https://p2panda.org/tutorials/mushroom-app)
- 📖 Try the [mushroom app tutorial](https://aquadoggo.p2panda.org/tutorials/mushroom-app/)
- 🔬 Manually publish data to a node [`send-to-node`](https://github.com/p2panda/send-to-node)
- 🐼 [Learn more](https://p2panda.org) about how p2panda works
- 🐼 [Learn more](https://aquadoggo.p2panda.org) about how p2panda works

## What shouldn't I do with `aquadoggo`?

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

- **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).
- **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.
- **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.
- **Deletion:** Network-wide purging of data is dependent on having a capabilities system already in place, so these two features will arrive together.
- **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.

Expand Down
8 changes: 4 additions & 4 deletions aquadoggo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@
Releases
</a>
<span> | </span>
<a href="https://github.com/p2panda/handbook#how-to-contribute">
<a href="https://aquadoggo.p2panda.org/about/contribute/">
Contributing
</a>
<span> | </span>
<a href="https://p2panda.org">
<a href="https://aquadoggo.p2panda.org/">
Website
</a>
</h3>
</div>

<br/>

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

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

> 📖 Read more about nodes in our [learn](https://p2panda.org/learn/networks) section<br>
> 📖 Read more about nodes in our [learn](https://aquadoggo.p2panda.org/learn/networks) section<br>
> 🐬 Visit the main repo [README](https://github.com/p2panda/aquadoggo) for more general info

## Features
Expand Down
6 changes: 3 additions & 3 deletions aquadoggo_cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
Releases
</a>
<span> | </span>
<a href="https://p2panda.org/about/contribute">
<a href="https://aquadoggo.p2panda.org/about/contribute">
Contribute
</a>
<span> | </span>
<a href="https://p2panda.org">
<a href="https://aquadoggo.p2panda.org/">
Website
</a>
</h3>
Expand Down Expand Up @@ -384,4 +384,4 @@ research and innovation programme within the framework of the NGI-POINTER
Project funded under grant agreement No 871528 and NGI-ASSURE No 957073*

[`config.toml`]: config.toml
[`p2panda`]: https://p2panda.org
[`p2panda`]: https://aquadoggo.p2panda.org/
Loading