it just requires a web server

https://mleku.com/git/lerproxy is a reverse proxy i built from a simple one written in go that i added full CORS compliant NIP-05 - if you point it at a nostr.json file it serves it up on the specified (sub)domain with the correct headers so nostrudel next shows a purple check

Reply to this note

Please Login to reply.

Discussion

it does the letsencrypt HTTPS challenge auth to get TLS/SSL and it can host generic static sites as well as redirect to local or remote web services on any address, including localhost and custom ports

the only thing it doesn't do yet, which is why i added the 'r' from the original i forked off (leproxy) was to have it rewrite as well, i will fix that at some stage, being unable to rewrite subdirectories to subdomains or even just lock a domain to a subdirectory of a server is something i want so my git repos are at https://mleku.com/replicatr instead of https://mleku.com/git/replicatr