You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
Given an IPFS multihash, print the content and try to render web page if the content is HTML.
4
4
5
+
Notice that currently deployed version in gh-page have problem loading website served with IFPS, it will only load files, videos and images.
6
+
7
+
Latest refactor is happened in [exxhentai/rehentai-frontend](https://github.com/exxhentai/rehentai-frontend), it will be merged here after being stabilized.
8
+
5
9
## Development
6
10
7
11
This is a "create-react-app" app, so in local development just:
@@ -16,9 +20,9 @@ You can fork it and deploy it via gh-pages: `npm run deploy`, or deploy it use `
16
20
17
21
## Drawback
18
22
19
-
1. The first visit to a webpage hosted in IPFS is way slower than traditional HTTP page. Though server side gateway ```http://ipfs.io/ipfs``` is slow too.
23
+
1. The first visit to a webpage hosted in IPFS is way slower than traditional HTTP page. Though server side gateway `http://ipfs.io/ipfs` is slow too. (but in next version you can add a peer, thus directly connect to it)
20
24
1. Can't promise long-term cache, compared to a gateway running on a server, who can pin a file for a longer time.
21
-
1. Don't work with AJAX likes fetch API.
25
+
1. Don't work with AJAX likes fetch API, see my comment in [ipfs/public-gateway-checker](https://github.com/ipfs/public-gateway-checker/pull/62).
22
26
1. May break service worker inside page delivered by ipfs (untested).
0 commit comments