Skip to content

Instantly share code, notes, and snippets.

View michaellspencer's full-sized avatar
💭
Learning github

Michaell Spencer michaellspencer

💭
Learning github
View GitHub Profile
@fiatjaf
fiatjaf / Caddyfile
Created September 14, 2021 00:25
exposing eclair to the world
http://eclair.yourdomain.com {
@whitelisted {
path /createinvoice
}
@blacklisted {
not path /createinvoice
}
reverse_proxy @whitelisted http://localhost:8877 {