Just exposed phoenixd running locally on my laptop, through #holesail to my vps and created an actual lnurl address that works on top of it (not the bolt 12 lightning address that only works with offers).

The setup was interesting because the holesail client runs within a docker container on the server without exposing any external port.

It shouldn't be too difficult creating relays that are exposed through holesail. P2p tech is really fun to work with

Reply to this note

Please Login to reply.

Discussion

Is it possible to use PhoenixD as a self-hosted LNUrl for your Nostr account for receiving Zaps 24/7? How did you get an LNUrl address for your PhoenixD instance as distinct from the bolt12 address?

I built a lnurl server that uses phoenixd as the funding source. The beauty of lnurl is anything can be used as a funding source. Phoenixd exposes an http API. This http API is exposed through a tunnel from my local PC to a vps. Phoenixd could be run on the vps directly though

Thanks. Do you have a link to the LNUrl server you used and any guides that might have helped you?

Here is a sample python server repo. https://github.com/gbozee/simple-lnurl-server

Just started experimenting with this myself. When you say "holesail client runs within a docker container" is that on the VPS?

I'm trying to make something where I can assign domain names to my self-hosted services and connect to a VPS with holesail. I got a basic implementation working, but do you have any code to share related to your deployment?

My goal is to just run an nginx server on a VPS, then connect to any number of holesail servers and assign each a domain