{ "$schema": "./server.schema.json", "sites": [ { "type": "reverse-proxy", "subdomain": "timeline", "upstream": "timeline:5000" }, { "type": "static-file", "subdomain": "blog", "root": "/srv/blog" }, { "type": "redirect", "subdomain": "github", "url": "https://github.com/crupest" }, { "type": "cert-only", "subdomain": "mail" } ] }