mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-09-14 18:56:52 +00:00
fix: prefer runtime-verified app detectors
This commit is contained in:
@@ -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.-]+)?)",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user