https://github.com/phanletrunghieu/private-ipfs
Run a private IPFS
https://github.com/phanletrunghieu/private-ipfs
ipfs
Last synced: 2 months 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: 2025-01-28T15:14:10.544Z (4 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
```