From 71af0f969ac3226c32d9d2941d69fb103355b20b Mon Sep 17 00:00:00 2001 From: postables <17089485+bonedaddy@users.noreply.github.com> Date: Wed, 6 May 2020 15:03:32 -0700 Subject: [PATCH 1/3] update readme with i2p infra information --- README.md | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b3eaa73a3..311915fde 100644 --- a/README.md +++ b/README.md @@ -81,14 +81,27 @@ We have comprehensive API documentation available [here](https://gateway.tempora Information about our versioning policies are available in [VERSIONING.md](/VERSIONING.md) -## Web Interfaces +## Web Interfaces And Endpoints -For those less interested in API usage, we have a web interface which can be used with two methods of access: +We have a variety of methods to access the variety of APIs and web interfaces we expose to use IPFS, via the clearnet, and as hidden services via I2P. For those that want maximal privacy we recommend using our I2P hidden services, however they require running an I2P router to access. -* [Clearnet](https://temporal.cloud) (recommended) -* [I2P](http://riqdsr6ijsujw4tagdufhbv7drlghe2cljy2xow3irvy7grq34fq.b32.i2p/) +### Clearnet -Please note that support for the I2P Interface is very experimental at the moment and does not offer HTTPS, as well as very infrequent updates.There are no stability, or even functionality guarantees for the I2P interface. +* [Web Interaface](https://play2.temporal.cloud) +* [IPFS HTTP API](https://api.ipfs.temporal.cloud/ping) +* [Temporal API](https://api.temporal.cloud/v2/systems/check) + +### I2P + +As mentioned earlier to access these hidden services, you must have access to an I2P router. If you want a cheap way of running an always online I2P router you can use a Raspberry Pi [and use this script to install the I2P router, it's what the CTO for RTrade does and it works quite well](https://github.com/bonedaddy/rpi-utils/blob/b780fa8d1cbb4c822b4baa0c98520dd8cf1d33ff/scripts/install_i2p.sh). + +* [Web Interface](http://7ds4k3ua5zzmbnfq4pvqojtemornhzyakwagcvedyycdc3ihkvja.b32.i2p) +* [IPFS HTTP API](http://tunsbg26fowkptk3j3lgg3uzwei4disqfygfjvkjidnvparpbfza.b32.i2p/ping) +* [Temporal API](http://7t4iy4eopl4w2dbqj6atrn2gtxirdwqhni4jny2pqbaictjhjcjq.b32.i2p/v2/systems/check) + +Please note that our I2P endpoints may suffer availability issues as they are not yet implemented with high availability, and statically point to one of your backends. Additionally if our main service location suffers an outage redirective traffic to our offsite location, the I2P services will be offline. High availability for our I2P endpoints is a work in progress. + +For more information on the I2P infrastructure, [please consult this blog post](https://medium.com/temporal-cloud/temporal-i2p-infrastructure-refresh-52fe40751f8b). ## How We're Different From e951536269385355c7b527faa58688c2877e55ef Mon Sep 17 00:00:00 2001 From: postables <17089485+bonedaddy@users.noreply.github.com> Date: Wed, 6 May 2020 15:05:57 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 311915fde..4d11736e5 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Information about our versioning policies are available in [VERSIONING.md](/VERS ## Web Interfaces And Endpoints -We have a variety of methods to access the variety of APIs and web interfaces we expose to use IPFS, via the clearnet, and as hidden services via I2P. For those that want maximal privacy we recommend using our I2P hidden services, however they require running an I2P router to access. +We have a variety of methods to access the variety of APIs and web interfaces we expose to use IPFS, via the clearnet, and as hidden services via I2P. For those that want maximal privacy we recommend using our I2P hidden services, however they require running an I2P router to access. If you want a cheap way of running an always online I2P router you can use a Raspberry Pi [and use this script to install the I2P router, it's what the CTO for RTrade does and it works quite well](https://github.com/bonedaddy/rpi-utils/blob/b780fa8d1cbb4c822b4baa0c98520dd8cf1d33ff/scripts/install_i2p.sh). ### Clearnet @@ -93,7 +93,7 @@ We have a variety of methods to access the variety of APIs and web interfaces we ### I2P -As mentioned earlier to access these hidden services, you must have access to an I2P router. If you want a cheap way of running an always online I2P router you can use a Raspberry Pi [and use this script to install the I2P router, it's what the CTO for RTrade does and it works quite well](https://github.com/bonedaddy/rpi-utils/blob/b780fa8d1cbb4c822b4baa0c98520dd8cf1d33ff/scripts/install_i2p.sh). +The I2P endpoints are the same production endpoints that you use when accessing our platform via the clearnet, and as such you can freely use the I2P endpoints with the accounts you use on the clearnet. * [Web Interface](http://7ds4k3ua5zzmbnfq4pvqojtemornhzyakwagcvedyycdc3ihkvja.b32.i2p) * [IPFS HTTP API](http://tunsbg26fowkptk3j3lgg3uzwei4disqfygfjvkjidnvparpbfza.b32.i2p/ping) From e25acf1598542a1a4d04aaf5417c3479d84cb603 Mon Sep 17 00:00:00 2001 From: postables <17089485+bonedaddy@users.noreply.github.com> Date: Wed, 6 May 2020 15:06:34 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d11736e5..11381ae6a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

About Temporal · - Web Interfaces · + Web Interfaces & Endpoints · Usage and Features · Contributing · License ·