github karimz1/imgcompress release_0.2.5
v0.2.5

latest release: release_0.2.5.1
one day ago

Release Notes (v0.2.5)

This release includes:
@karimz1

  • NEW FEATURE: #382 – Add container status & connectivity indicator UI
    (Screenshots and detailed documentation are available in the linked issue.)
image

@dependabot Dependency Auto Updates (Security Patches)

What’s new

  • New System & Connectivity Status view in the UI
    • Accessible via Storage Management → System & Connectivity Status
    • Shows whether the imgcompress container is healthy
    • Shows whether outbound internet connectivity is available
    • All image processing remains fully local. The connectivity check is a lightweight socket reachability probe to Cloudflare DNS that never sends your images or metadata anywhere. Security is the top priority: it’s simply a way to confirm whether the container has outbound network access, which is especially useful if you’ve intentionally cut network connectivity and want to double-check that it worked.

Docker image

Exact snapshot available via:

docker pull karimz1/imgcompress:0.2.5

Start using:

docker run -d --name imgcompress -p 3001:5000 karimz1/imgcompress:0.2.5 web

Then open:

👉 http://localhost:3001/

Don't miss a new imgcompress release

NewReleases is sending notifications on new releases.