pub async fn server_main( port: u16, token: Option<String>, filename: String, started: Option<Arc<AtomicBool>>, ) -> Result<()>