Go to file
2021-09-26 15:30:09 -03:00
static remove unused .hidden 2021-08-28 09:51:44 -03:00
.gitignore v1 working. 2021-08-13 13:21:00 -03:00
.prettierrc prettier and makefile quibbles. 2021-08-28 09:13:32 -03:00
db.go test invoice has pin in its description. 2021-08-28 09:50:19 -03:00
Dockerfile Added dockerfile 2021-08-30 15:58:05 -03:00
go.mod support eclair with new makeinvoice version. 2021-09-13 21:31:20 -03:00
go.sum allow tor proxy url to be configured. 2021-09-26 15:30:09 -03:00
grab.html remove opengraph stuff, it is confusing. 2021-08-30 16:41:52 -03:00
helpers.go v1 working. 2021-08-13 13:21:00 -03:00
html.go multipage html + placeholder /grab html. 2021-08-25 07:00:16 -03:00
index.html support eclair with new makeinvoice version. 2021-09-13 21:31:20 -03:00
LICENSE.md UI revamp. 2021-08-14 20:59:36 -03:00
lnurl.go test invoice has pin in its description. 2021-08-28 09:50:19 -03:00
main.go allow tor proxy url to be configured. 2021-09-26 15:30:09 -03:00
Makefile support eclair with new makeinvoice version. 2021-09-13 21:31:20 -03:00
makeinvoice.go support eclair with new makeinvoice version. 2021-09-13 21:31:20 -03:00
README.md how to run instructions. 2021-08-14 21:07:13 -03:00

Satdress

Federated Lightning Address Server

How to run

  1. Download the binary from the releases page (or compile with go build or go get)
  2. Set the following environment variables somehow (using example values from bitmia.com):
PORT=17422
DOMAIN=bitmia.com
SECRET=askdbasjdhvakjvsdjasd
SITE_OWNER_URL=https://t.me/qecez
SITE_OWNER_NAME=@qecez
SITE_NAME=Bitmia
  1. Start the app with ./satdress
  2. Serve the app to the world on your domain using whatever technique you're used to

Get help

Maybe ask for help on https://t.me/lnurl if you're in trouble.