Package for MyNode
KayBeSee opened this issue · 2 comments
KayBeSee commented
Context
MyNode has a Developer SDK for adding apps to their app store: https://mynodebtc.github.io/developer/add-app.html
Lily has an express server and some commands for running and installing on Umbrel. The process for installing on MyNode is probably similar.
Implementation
- Figure out SDK commands or Docker Image format necessary to run Lily Wallet on MyNode
KayBeSee commented
I just opened a PR that refactors the setInitialConfig logic to allow an LND account to be automatically added to the config without providing an initial password.
This should allow plug-and-play nodes like MyNode to automatically setup a user's LND account while still letting them set their own custom password on initial setup.
It requires having the following environment variables set in the docker-compose file.
- APP_DATA_DIR
- LND_IP
- LND_GRPC_PORT
- LND_WALLET_NAME
KayBeSee commented
Added via mynodebtc/mynode@5b1362b