• v0.4.1 813cad613e

    feat: simplify traefik widget to a route count, add coolify resource count
    CI / Static checks (push) Successful in 36s
    CI / Build and push image (push) Successful in 1m6s

    valknar released this 2026-08-17 21:11:56 +02:00 | 15 commits to main since this release

    Traefik's widget listed every router with rule/TLS/status detail,
    which reads as noise now that other widgets in the dashboard show a
    single headline stat - collapse it to a route count (with an
    "enabled" secondary stat when some routers aren't) plus the existing
    middlewares count as a small footer line, same visual language as the
    new service widgets.

    Coolify's widget only reported project count; /api/v1/resources gives
    the deployed-resource count (apps/services/databases across all
    projects), which is the more useful "how much is actually running"
    number, so it's added as a second stat alongside Projects.

    Downloads