SatoshiPortal / cyphernode

Modular Bitcoin full-node microservices API server architecture and utilities toolkit to build scalable, secure and featureful apps and services without trusted third parties
MIT License
364 stars 68 forks source link

Make cyphernode apps repo configurable in setup #329

Open kumulynja opened 7 months ago

kumulynja commented 7 months ago

Currently the apps repo https://github.com/SatoshiPortal/cypherapps is hardcoded in the setup file. It would be good during the setup to ask if this default apps repo should be used or another repo should be cloned. Like this one can create its own cyphernode apps repo and still use the original cyphernode repo without forking or changing the hardcoded value locally.