storjshare-daemon
Version:
daemon + process manager for sharing space on the storj network
24 lines (20 loc) • 510 B
YAML
name: storjshare
version: git
summary: farm data on the Storj network.
description: |
Earn money by sharing your hard drive space.
Daemon + CLI for farming data on the Storj network.
grade: stable
confinement: strict
apps:
storjshare:
command: bin/storjshare
plugs: [network, network-bind, home]
parts:
storjshare-daemon:
source-subdir: ..
plugin: nodejs
node-engine: '8.9.0'
install: npm install
build-packages: [git, python, build-essential]
stage-packages: [nano]