Skip to content

Tags: dockpeek/dockpeek

Tags

v1.7.2

Toggle v1.7.2's commit message
Release v1.7.2

v1.7.1

Toggle v1.7.1's commit message
Release v1.7.1

v1.7.0

Toggle v1.7.0's commit message
Release v1.7.0

v1.6.9

Toggle v1.6.9's commit message
Release v1.6.9

v1.6.8

Toggle v1.6.8's commit message
Release v1.6.8

v1.6.7

Toggle v1.6.7's commit message
Release v1.6.7

v1.6.6

Toggle v1.6.6's commit message
Real-time Logs, Floating Tags & Find an Available Port v1.6.6

Key Features:
- Real-time container log viewer with live streaming
- Floating tags support (UPDATE_FLOATING_TAGS: latest/major/minor modes) (#38)
- Smart port search with :free syntax (:free or :free 3420) (#44)
- Proxy headers support with TRUST_PROXY_HEADERS=true and TRUSTED_PROXY_COUNT=1 env variables (#41)

Improvements:
- Prune info icon with counter now cached
- Prune won't remove images pulled for updates
- Direct log view navigation after container update

v1.6.5

Toggle v1.6.5's commit message
Image prune & count of running containers v1.6.5

Key Features:
- Container counts (running, unhealthy, exited, paused)
- Image prune to free disk space
- Registry link icon (#17)
- Theme dropdown (system/light/dark)
- HEALTHCHECK support (#8)

Improvements:
- Better performance with inactive servers
- Server column visibility fix (#33)
- Refactored table rendering
- UI/UX enhancements

v1.6.4

Toggle v1.6.4's commit message
Update Installation with Safety System v1.6.4

One-Click Update Installation:
- New update installation functionality with safety protections - #31
- Click update icon to start installation
- Prevents updating critical containers that should be updated in controlled way

Protected Services:
- Critical infrastructure: Traefik, Nginx, Portainer, Pi-hole
- Databases: PostgreSQL, MySQL, MongoDB, Redis, Elasticsearch
- Network/VPN: Wireguard, OpenVPN, Cloudflare Tunnel
- Dependencies: Containers used by other services (e.g. Gluetun)
- Self-protection: Won't update itself

Performance Improvements:
- Increased workers from 2 to 4 - significantly faster update checking
- Enhanced modal design and optimized workflow

Fixes:
- Fixed update search progress modal - now shows currently being checked container

Usage Notes:
- System creates temporary backups during updates for safety
- Updates work by recreating containers with latest images
- For socket-proxy users: add POST=1, ALLOW_START=1, ALLOW_STOP=1, ALLOW_RESTARTS=1, NETWORKS=1 environment variables
- Works with all connection methods (local socket, remote socket-proxy, multi-host)

v1.6.3

Toggle v1.6.3's commit message
Update Management & UI Improvements v1.6.3

Update System Enhancements:
- Update check optimization with 300s timeout and individual image pulls for each container - #30
- Added progress bar for update operations
- Cancelable update checks for better user control

New Features:
- Docker Swarm mode indicator - #29
- Container uptime display in status tooltips - #28

Technical Fixes:
- Enhanced DOCKER_HOST_PUBLIC_HOSTNAME support in fallback mode