mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-19 22:31:44 +01:00
Includes a reverse-proxy and locally-trusted TLS certs via mkcert, and uses a hostname that already points to 127.0.0.1 without having to modify the hosts file
10 lines
178 B
Caddyfile
10 lines
178 B
Caddyfile
{
|
|
auto_https disable_certs
|
|
}
|
|
|
|
nostream.localtest.me {
|
|
tls /root/certs/nostream.localtest.me.pem /root/certs/nostream.localtest.me-key.pem
|
|
|
|
reverse_proxy nostr-ts-relay:8008
|
|
}
|