From ce7a44cbf3dddec278a94849faafda6a121803ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 4 Jul 2023 13:56:54 +0200 Subject: [PATCH] Continued: - STATIC_CHECK means well-known URLs are "statically" checked --- templates/views/scoreboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/views/scoreboard.html b/templates/views/scoreboard.html index 6f60109..7a030ef 100644 --- a/templates/views/scoreboard.html +++ b/templates/views/scoreboard.html @@ -78,10 +78,10 @@
  1. AUTO_DISCOVERY: /.well-known/nodeinfo was reachable and software type was found in nodeinfo response
  2. +
  3. STATIC_CHECK: Node information was found by probing for well-known URLs
  4. GENERATOR: Meta data generator was found in HTML code
  5. SITE_NAME: Meta data og:site_name was found in HTML code
  6. PLATFORM: Meta data og:platform was found in HTML code
  7. -
  8. STATIC_CHECK: All above did not reveal software type, so a check on pre-defined JSON elements was done
  9. None: the instance was not reachable or the used software was not stated
-- 2.39.5