mirror of https://github.com/bumi/lntip
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
851 B
33 lines
851 B
{ |
|
"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" |
|
} |
|
] |
|
}
|
|
|