nas.domr.ovh, 
nas.home.domroese.eu {
    tls soenke@domroese.eu {
        client_auth {
            mode request
        }
    }
    reverse_proxy https://192.168.1.194:5001 {
        transport http {
                tls_insecure_skip_verify # Disable TLS Verification, as we don't have a real certificate on the nas
        }
    }
}