mirror of
https://github.com/bumi/lntip
synced 2025-01-25 04:43:27 +00:00
34 lines
851 B
JSON
34 lines
851 B
JSON
{
|
|
"name": "lnme",
|
|
"description": "LnMe - your friendly ⚡ payment page",
|
|
"repository": "https://github.com/bumi/lnme",
|
|
"logo": "https://bitcoin.org/img/icons/logotop.svg",
|
|
"keywords": ["payments", "lightning", "bitcoin"],
|
|
"env": {
|
|
"LNME_LND_ADDRESS": {
|
|
"description": "LND Address (e.g. 42.42.21.21:10009)",
|
|
"value": ""
|
|
},
|
|
"LNME_LND_MACAROON": {
|
|
"description": "LND macaroon as HEX",
|
|
"value": ""
|
|
},
|
|
"LNME_LND_CERT": {
|
|
"description": "LND TLS cert as HEX",
|
|
"value": ""
|
|
},
|
|
"LNME_TOR_EXE_PATH": {
|
|
"description": "Path to the tor executable",
|
|
"value": "/app/tor/bin/tor"
|
|
}
|
|
},
|
|
"buildpacks": [
|
|
{
|
|
"url": "https://github.com/heroku/heroku-buildpack-go"
|
|
},
|
|
{
|
|
"url": "https://github.com/iamashks/heroku-buildpack-tor-proxy.git"
|
|
}
|
|
]
|
|
}
|