feat: add read-only resource and route discovery

This commit is contained in:
2026-07-22 16:34:29 +00:00
parent 1219117403
commit f0555703cb
10 changed files with 713 additions and 3 deletions
+1
View File
@@ -177,6 +177,7 @@ class ArchiveClientDaemon:
elif probe.service == "syncthing":
request.capabilities.syncthing_version = probe.version
request.capabilities.syncthing_device_id = probe.device_id
request.capabilities.routes.extend(probe.routes)
for root_name, probe in zip(
("qbittorrent", "syncthing"), self.probes, strict=True
):