all repos — flounder @ 360d16a3e1b09f42e4072ca7cd42c98f2db1ef4e

A small site builder for the Gemini protocol

Caddyfile (view raw)

 1grafana.flounder.local {
 2  reverse_proxy 127.0.0.1:3000
 3}
 4
 5https://, flounder.local, *.flounder.local {
 6  reverse_proxy 127.0.0.1:8165
 7  tls {
 8    on_demand 
 9  }
10}
11