Oddbean new post about | logout
 i use ligess ^_^
https://github.com/dolu89/ligess 
 Does it have to be run on same machine? 
 nope~!!
i have mine setup via vps 
 the repo is very vague about how to do that. Can you share your .env and how you actually start the service? Obviously delete out anything sensitive. thanks.  
 here is my .env setup for ligess with notes:
===================================
LIGESS_USERNAME=XXXX
LIGESS_DOMAIN=XXXX (your domain)

LIGESS_LN_BACKEND=LND

LIGESS_LND_REST=https://X.X.X.X:8080 (this is node-kun's ip through the VPS)
LIGESS_LND_MACAROON=XXXX

LIGESS_NOSTR_ZAPPER_PRIVATE_KEY=XXXX (your nostr key in hex format)

HOST=127.0.0.1
PORT=XXXX (port using service)
===================================

let meow know if you have any questions.
hope this helps ^___^
 
 Sorry for the necromancing, I forked ligess to add Nostr stuff to it. So you can zap and get zapped from your own node.

https://github.com/mutatrum/ligess 
 interesting.
ty~!! ^__^