Skip to content

papiche/OC2UPlanet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OC2UPlanet

Code to maintain equilibrium between an OpenCollective account and a UPlanet

~/.zen/Astroport.ONE module

  1. Create .env
#######################################################################
## Open Collective API KEY
## https://docs.opencollective.com/help/contributing/development/api
#######################################################################
OCAPIKEY="xxxxxxxxxxxxxxxxxxxx"
OCSLUG="yyyyyyyyyy"

#######################################################################
## UPLANET SECRETS
#######################################################################
UPLANETNAME="" ## ~/.ipfs/swarm.key for PRIVATE UPLANET

#######################################################################
### PLAYER ZERO NACL CREDENTIALS ## NEEDED FOR EMPTY UPLANETNAME
#######################################################################
SALT="secret phrase one"
PEPPER="secret phrase two"
  1. Run daemon.sh
./oc2uplanet.sh &
  1. Check logs
tail -f ~/.zen/tmp/oc2uplanet.log

About

Code to maintain equilibrium between an OpenCollective account and a UPlanet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages