Skip to content

Docker Hub image outdated + healthcheck endpoint request #5

@patillacode

Description

@patillacode

Hey! Two things:

Docker Hub image not updated after latest merge

The smallwat3r/secretapi:latest image on Docker Hub was last pushed on January 18, 2026, but PR #3 (dark theme + toggle) was merged on March 6, 2026. Could you push a new image to Docker Hub so users can get the latest changes without building from source?

Healthcheck endpoint

It would be great to have a lightweight /health (or /healthz) endpoint that returns a simple 200 OK. This would allow Docker healthchecks to be configured directly:

healthcheck:
  test: ["CMD", "wget", "-qO-", "http://localhost:8085/health"]
  interval: 30s
  timeout: 5s
  retries: 3

The current base image is minimal (no shell, no wget/curl), so users who want a healthcheck have to layer additional tools on top, which adds complexity to the deployment setup.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions