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
Was pinning locally then sending Infura the hash for pinning like with
Pinata, but that doesn't work because Infura doesn't take a host_nodes
field to speed up finding the local peer with the data so it ends up
timing out.
Now we just send via HTTPS directly, no need for local daemon or port
forwarding (unless also deploying to Pinata).
Also:
- Add --port option for IPFS daemon used to pin to Pinata
- Check if daemon port is externally reachable (js-ipfs doesn't do port
forwarding yet)
- Remove ipv6 stuff that is unsupported by Pinata
- Improve status output
Copy file name to clipboardExpand all lines: README.md
+74-48Lines changed: 74 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,59 +10,22 @@
10
10
</a>
11
11
</p>
12
12
13
-
## 🚨 WARNING: This is alpha software and very much in "works for me" status. APIs and CLI options will change. Use with caution, but please use it, give feedback, and consider contributing :) If it works for you too, [please let me know on this issue](https://github.com/agentofuser/ipfs-deploy/issues/1'feedback').
13
+
## 🚨 WARNING: This is beta software and very much in "works for me" status. APIs and CLI options will change. Use with caution, but please use it, give feedback, and consider contributing :) If it works for you too, [please let me know on this issue](https://github.com/agentofuser/ipfs-deploy/issues/1'feedback').
14
14
15
15
The goal of `@agentofuser/ipfs-deploy` is to make it as easy as possible to
16
-
deploy a static website to IPFS.
16
+
**deploy a static website to IPFS.**
17
17
18
18
## Table of Contents
19
19
20
-
-[Security](#security)
21
-
-[Background](#background)
22
20
-[Install](#install)
23
21
-[Usage](#usage)
24
22
-[API](#api)
23
+
-[Security](#security)
24
+
-[Background](#background)
25
25
-[Contributing](#contributing)
26
26
-[Who's Using](#users)
27
27
-[License](#license)
28
28
29
-
## Security
30
-
31
-
We use `dotenv` to handle credentials. Don't commit your `.env` file to source
32
-
control.
33
-
34
-
## Background
35
-
36
-
You can start using `ipfs-deploy` without signing up for anything.
37
-
38
-
Default settings deploy to [infura.io](https://infura.io), which doesn't
39
-
request an account to pin our stuff. They probably do some rate-limiting, but
40
-
either way, take it easy on them. Being able to try things out without friction
41
-
and without giving out personal info is a very important smooth on-ramp.
42
-
43
-
So far, `ipfs-deploy` integrates with these services:
0 commit comments