mirror of
https://github.com/nbd-wtf/satdress.git
synced 2024-11-11 16:30:35 +00:00
3102708352
Co-authored-by: Raphael <raphael.schleithoff@tum.de> Co-authored-by: Raphael <raphjaph@protonmail.com> |
||
---|---|---|
static | ||
.gitignore | ||
.prettierrc | ||
db.go | ||
docker-compose.yml | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
grab.html | ||
helpers.go | ||
html.go | ||
index.html | ||
LICENSE.md | ||
lnurl.go | ||
main.go | ||
Makefile | ||
makeinvoice.go | ||
README.md |
Satdress
Federated Lightning Address Server
How to run
- Download the binary from the releases page (or compile with
go build
orgo get
) - 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
- Start the app with
./satdress
- 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.