CONFIG_HOST="[fd94:edb0:69b8:b0bb::1]"
caddy adapt --config ~/src/Caddyfile |jq -c .apps | \
    curl $CONFIG_HOST:2019/config/apps/ \
         -X POST \
         -H "Content-Type: application/json" \
         -d @/dev/stdin
