fix: prefer runtime-verified app detectors

This commit is contained in:
VAIO73
2026-09-03 13:10:43 +02:00
parent f0f34c3416
commit cecffbc89f
7 changed files with 515 additions and 13 deletions
+13 -3
View File
@@ -4613,13 +4613,23 @@
"website": "https://github.com/javedh-dev/tracktor"
},
"traefik": {
"binary_args": [
"version"
],
"binary_path": "/usr/bin/traefik",
"default_ports": [
8080
],
"file_path": "/root/.traefik",
"file_regex": "(?i)(?:v|release[-_/]?)?(\\d+(?:\\.\\d+){1,3}(?:[-+._][0-9A-Za-z.-]+)?)",
"file_fallbacks": [
{
"path": "/root/.traefik",
"regex": "(?i)(?:v|release[-_/]?)?(\\d+(?:\\.\\d+){1,3}(?:[-+._][0-9A-Za-z.-]+)?)",
"source": "helper_marker"
}
],
"github_source": "releases",
"installed_via": "file",
"installed_regex": "(?m)^Version:\\s*(\\d+(?:\\.\\d+){1,3}(?:[-+._][0-9A-Za-z.-]+)?)",
"installed_via": "binary",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/traefik.webp",
"repo": "traefik/traefik",
"tag_regex": "(?i)(?:v|release[-_/]?)?(\\d+(?:\\.\\d+){1,3}(?:[-+._][0-9A-Za-z.-]+)?)",
+22
View File
@@ -213,6 +213,28 @@
}
]
},
"traefik": {
"operational": true,
"name": "Traefik",
"install_scope": [
"community-script",
"manual-if-same-path"
],
"evidence": [
"community-confirmed: native Traefik binary reports its installed version"
],
"detector": {
"installed_via": "binary",
"binary_path": "/usr/bin/traefik",
"binary_args": [
"version"
],
"installed_regex": "(?m)^Version:\\s*(\\d+(?:\\.\\d+){1,3}(?:[-+._][0-9A-Za-z.-]+)?)",
"repo": "traefik/traefik",
"github_source": "releases",
"tag_regex": "(?i)(?:v|release[-_/]?)?(\\d+(?:\\.\\d+){1,3}(?:[-+._][0-9A-Za-z.-]+)?)"
}
},
"vaultwarden": {
"detector": {
"installed_via": "binary",