Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phanletrunghieu/private-ipfs
Run a private IPFS
https://github.com/phanletrunghieu/private-ipfs
ipfs
Last synced: 6 days ago
JSON representation
Run a private IPFS
- Host: GitHub
- URL: https://github.com/phanletrunghieu/private-ipfs
- Owner: phanletrunghieu
- Created: 2019-10-13T18:32:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T15:04:13.000Z (over 5 years ago)
- Last Synced: 2024-11-30T03:18:11.063Z (2 months ago)
- Topics: ipfs
- Language: Makefile
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Private IPFS
## Scripts
### Start
```bash
$ make up
```### Stop
```bash
$ make down
```