Skip to content

Commit b391dc9

Browse files
committed
README & screenshot with 1.5.0 features
1 parent 0a5b0bf commit b391dc9

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,30 @@ Firefox addon that provides transparent access to IPFS resources via local HTTP2
99

1010
(If you are using Google Chrome or Chromium check [ipfs-chrome-extension](https://github.com/dylanPowers/ipfs-chrome-extension) or [ipfs-chrome-station](https://github.com/xicombd/ipfs-chrome-station) instead)
1111

12-
![screenshot of v1.4.0](screenshot.png)
12+
![screenshot of v1.5.0](screenshot.png)
1313

1414
### Features
1515

16-
- Clicking on the addon icon displays menu with useful operations
17-
- Toggle redirection to custom gateway (ON by default)
16+
- Toolbar icon displays current IPFS peering status
17+
- Click on it to open IPFS actions menu
18+
- Display information about custom gateway
19+
- Toggle redirection to the gateway (ON by default)
1820
- Open WebUI (eg. go-ipfs daemon running at the custom gateway)
1921
- Additionally, on pages loaded from IPFS:
20-
- Pin IPFS Resource (via go-ipfs API)
22+
- Pin IPFS Resource (via API)
2123
- Copy canonical IPFS address
2224
- Copy shareable URL to resource at a default public gateway (first one on public gateway list)
2325
- Requests to `https?://<public_gateway>/(ipfs|ipns)/$RESOURCE`
2426
are replaced with `http://127.0.0.1:8080/(ipfs|ipns)/$RESOURCE`
25-
- Custom Gateway's host and ports can be changed at
27+
- Custom Gateway address and other settings can be tweaked at
2628
`about:addons` → Extensions → IPFS Gateway Redirect → Preferences
27-
- List of public gateways can be customized too,
28-
default is `ipfs.io` with second being the legacy `gateway.ipfs.io`
2929
- Requests made via popular custom protocols are routed to the active gateway (public or custom):
3030
- `[web+](ipfs|ipns):/*$RESOURCE`
3131
- `[web+]fs:/*(ipfs|ipns)/$RESOURCE`
32+
- Experimental features (disabled by default, use Preferences screen to enable)
33+
- Automatic Mode: enable/disable redirect based on the number of peers
34+
- Detect and redirect sites with [dnslink](https://github.com/jbenet/go-dnslink) to `/ipns/<fqdn>`
35+
- Rewrite hrefs with `/ip(f|n)s/*` paths on every page to point to IPFS gateway. Make plaintext IPFS links clickable.
3236

3337
### How to install
3438

screenshot.png

6.48 KB
Loading

0 commit comments

Comments
 (0)