Skip to content

File uploader and synchronizer built on IPFS and Infura.

License

Notifications You must be signed in to change notification settings

orbit-drive/orbit-drive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orbit Drive

Proof of concept storage file system built on top of:

Requirements

  • golang 1.9
  • ipfs (if running a gateway locally)

Installation

Compile protobuf

protoc -I=fs/pb --go_out=fs/pb fs/pb/*.proto

Ubuntu 16.04

  • CLI

Initialize user settings

go run orbit-drive.go init -r [Path of folder to sync] -p [Password] -n [Ipfs gateway]

Start synchronizing folder

go run orbit-drive.go sync
  • Register Service
# Move orbit-drive service file to system
sudo mv ./orbit-drive.service /lib/systemd/system/.

# Set permission
sudo chmod 755 /lib/systemd/system/orbit-drive.service

# Load and start service
sudo systemctl daemon-reload
sudo systemctl enable orbit-drive.service
sudo systemctl start orbit-drive

About

File uploader and synchronizer built on IPFS and Infura.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages