pub async fn reconcile_guardian_metadata(
db: &Database,
cfg: &ServerConfig,
iroh_next_api_settings: Option<&IrohNextApiSettings>,
) -> Result<bool>Expand description
Reconciles and signs the server-owned Iroh endpoint in guardian metadata.
Existing administrator-owned URLs and Pkarr ID are preserved. Returns true
if metadata was inserted or updated and should be broadcast.