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
+3 -1
View File
@@ -52,7 +52,9 @@ def main(argv: Sequence[str] | None = None) -> int:
try:
service_probes = [
probe_qbittorrent(config.qbittorrent),
probe_syncthing(config.syncthing),
probe_syncthing(
config.syncthing, sparse_supported=probes[1].sparse_files
),
]
for service in service_probes:
logger.info(