remove duplicate workds (#10790)
Andrew Gillis committed
Apr 24, 2025 at 08:14 UTC
ee5665d37a8d54a520f7af512ad86b435f3af2f9
2 files changed
+3
-3
docs/config.md
+1
-1
@@ -367,7 +367,7 @@ secret.
367
> The RPC API is vast. It grants admin-level access to your Kubo IPFS node, including
368
> configuration and secret key management.
369
>
370
-> - If you need secure access to a subset of RPC, make sure you understand the risk, block everything by default and and allow basic auth access with [`API.Authorizations`](#apiauthorizations) or custom auth middleware running in front of the localhost-only port defined in [`Addresses.API`](#addressesapi).
370
+> - If you need secure access to a subset of RPC, make sure you understand the risk, block everything by default and allow basic auth access with [`API.Authorizations`](#apiauthorizations) or custom auth middleware running in front of the localhost-only port defined in [`Addresses.API`](#addressesapi).
371
> - If you are looking for an interface designed for browsers and public internet, use [`Addresses.Gateway`](#addressesgateway) port instead.
372
373
Default: `null`
docs/experimental-features.md
+2
-2
@@ -89,7 +89,7 @@ filestore instead of copying the files into your local IPFS repo.
89
- [ ] Need to address error states and failure conditions
90
- [ ] cleanup of broken filesystem references (if file is deleted)
91
- [ ] tests that confirm ability to override preexisting filesystem links (allowing user to fix broken link)
92
- - [ ] support for a a single block having more than one sources in filesystem (blocks can be shared by unrelated files, and not be broken when some files are unpinned / gc'd)
92
+ - [ ] support for a single block having more than one sources in filesystem (blocks can be shared by unrelated files, and not be broken when some files are unpinned / gc'd)
93
- [ ] [other known issues](https://github.com/ipfs/kubo/issues/7161)
94
- [ ] Need to write docs on usage, advantages, disadvantages
95
- [ ] Need to merge utility commands to aid in maintenance and repair of filestore
@@ -128,7 +128,7 @@ And then add a file at a specific URL using `ipfs urlstore add <url>`
128
- [ ] Need to address error states and failure conditions
129
- [ ] cleanup of broken URL+range references (if URL starts returning 404 or error)
130
- [ ] tests that confirm ability to override preexisting URL+range links (allowing user to fix broken link)
131
- - [ ] support for a a single block having more than one URL+range (blocks can be shared by unrelated URLs)
131
+ - [ ] support for a single block having more than one URL+range (blocks can be shared by unrelated URLs)
132
- [ ] Need to write docs on usage, advantages, disadvantages
133
- [ ] Need to implement caching
134
- [ ] Need to add metrics to monitor performance