https://github.com/blocklet/ipfs-deployer
Blocklet to help you run IPFS nodes on ABT Node
https://github.com/blocklet/ipfs-deployer
Last synced: 3 months ago
JSON representation
Blocklet to help you run IPFS nodes on ABT Node
- Host: GitHub
- URL: https://github.com/blocklet/ipfs-deployer
- Owner: blocklet
- Created: 2020-11-25T22:32:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T22:24:44.000Z (over 3 years ago)
- Last Synced: 2023-03-03T23:11:09.869Z (over 3 years ago)
- Language: JavaScript
- Size: 400 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# ipfs-deployer


Blocklet to help you run IPFS nodes on ABT Node
## Install on my ABT Node
[](https://install.arcblock.io/?action=blocklet-install&meta_url=https%3A%2F%2Fgithub.com%2Fblocklet%2Fipfs-deployer%2Freleases%2Fdownload%2F0.9.3%2Fblocklet.json)
## Run and debug in the cloud with Gitpod
Click the "Open in Gitpod" button, Gitpod will start ABT Node and the blocklet.
[](https://gitpod.io/#https://github.com/blocklet/ipfs-deployer)
## Run and debug locally
```shell
npm install -g @abtnode/cli
git clone git@github.com:blocklet/ipfs-deployer.git
cd ipfs-deployer
```
```shell
make init
make run
```
Access the web UI by `http://localhost:{port}/webui`.
## Notes
For those who can not access https://dist.ipfs.io, please configure your blocklet to use https://releases.arcblockio.cn as `IPFS_DIST_URL`.
## Screenshots

## Contribute
> TODO
## License
The code is licensed under the MIT license found in the
[LICENSE](LICENSE) file.