pub async fn handle_web( port: u16, host: String, open: bool, auth_token: Option<String>, ) -> Result<()>