diff --git a/README.md b/README.md index 4b4bd9b8..78469c6c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@


- logo + logo
Service Worker IPFS Gateway
@@ -12,8 +12,8 @@ Official Part of IPFS Project Discourse Forum Matrix - ci - GitHub release + ci + GitHub release


@@ -95,15 +95,21 @@ For more information about local development setup, see [/docs/DEVELOPMENT.md](/ We provide a public good instance of this projct configured to run in [subdomain mode](https://docs.ipfs.tech/how-to/address-ipfs-on-web/#subdomain-gateway), aiming to be a drop-in replacement for `dweb.link`: -- 🚧 **WIP: alpha quality** https://inbrowser.link hosts the `release` branch, with a stable [release](https://github.com/ipfs-shipyard/service-worker-gateway/releases) +- 🚧 **WIP: alpha quality** https://inbrowser.link hosts the `release` branch, with a stable [release](https://github.com/ipfs/service-worker-gateway/releases) - 🚧 **WIP: alpha quality** https://inbrowser.dev hosts the `staging` branch with development / testing version There is also an instance running in [path mode](https://docs.ipfs.tech/how-to/address-ipfs-on-web/#path-gateway), aiming to be a drop-in replacement for `ipfs.io`: -- 🚧 **WIP: alpha quality** https://ipfs-service-worker-gateway.pages.dev hosts the `release` branch, with a stable [release](https://github.com/ipfs-shipyard/service-worker-gateway/releases) +- 🚧 **WIP: alpha quality** https://ipfs-service-worker-gateway.pages.dev hosts the `release` branch, with a stable [release](https://github.com/ipfs/service-worker-gateway/releases) - 🚧 **WIP: alpha quality** https://staging.ipfs-service-worker-gateway.pages.dev hosts the `staging` branch with development / testing version + +#### Updating `production` and `staging` + +Make a PR to the respective branch. Once it is merged, new version will be +deployed. The process takes between 1 and 5 minutes. + ## License This project is dual-licensed under diff --git a/public/index.html b/public/index.html index 00b1c58f..12fed413 100644 --- a/public/index.html +++ b/public/index.html @@ -9,12 +9,12 @@ The HTTP server behind this HTTP URL does not host this website. Instead, it sends basic website code along with JavaScript. The JS sets up a tool called IPFS Service Worker Gateway in the user's browser and - uses JavaScript version of IPFS (https://helia.io/) to get IPFS blocks + uses https://www.npmjs.com/package/@helia/verified-fetch to get IPFS blocks from content providers. CID hash verification and data assembly happens in the browser. - Learn more about it here: https://github.com/ipfs-shipyard/helia-service-worker-gateway + Learn more about it here: https://github.com/ipfs/service-worker-gateway --> @@ -23,6 +23,7 @@ <%= htmlWebpackPlugin.options.title %> | <%= htmlWebpackPlugin.options.version %> +