Releases: hhftechnology/traefik-log-dashboard
Release v3.1.1
Traefik Log Dashboard v3.1.1
🐳 Docker Images
Agent
docker pull hhftechnology/traefik-log-dashboard-agent:v3.1.1docker pull ghcr.io/hhftechnology/traefik-log-dashboard-agent:v3.1.1
Dashboard
docker pull hhftechnology/traefik-log-dashboard:v3.1.1docker pull ghcr.io/hhftechnology/traefik-log-dashboard:v3.1.1
💻 CLI Binaries
Download the appropriate binary for your platform from the assets below.
Installation
# Linux/macOS
wget https://github.com/hhftechnology/traefik-log-dashboard/releases/download/v3.1.1/traefik-log-dashboard-cli-v3.1.1-linux-amd64
chmod +x traefik-log-dashboard-cli-v3.1.1-linux-amd64
sudo mv traefik-log-dashboard-cli-v3.1.1-linux-amd64 /usr/local/bin/traefik-log-dashboard
# Windows
# Download the .exe file and add to PATH📋 Changelog
See CHANGELOG.md for details.
🔧 Docker Compose
services:
traefik-agent:
image: hhftechnology/traefik-log-dashboard-agent:v3.1.1
container_name: traefik-log-dashboard-agent
restart: unless-stopped
volumes:
- /root/config/traefik/logs:/logs:ro
- ./data/positions:/data
environment:
# Log Paths
- TRAEFIK_LOG_DASHBOARD_ACCESS_PATH=/logs/access.log
- TRAEFIK_LOG_DASHBOARD_ERROR_PATH=/logs/traefik.log
# Authentication
- TRAEFIK_LOG_DASHBOARD_AUTH_TOKEN=d41d8cd98f00b204e9800998ecf8427e
# System Monitoring
- TRAEFIK_LOG_DASHBOARD_SYSTEM_MONITORING=true
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:5000/api/logs/status"]
interval: 30s
timeout: 10s
retries: 3
start_period: 10s
ports:
- "5000:5000"
traefik-dashboard:
image: hhftechnology/traefik-log-dashboard:v3.1.1
container_name: traefik-log-dashboard
restart: unless-stopped
volumes:
- ./data/dashboard:/app/data
- ./data/positions:/data
- ./data/geoip:/geoip:ro # Mount GeoIP database if using local GeoIP
environment:
- AGENT_API_URL=http://traefik-agent:5000
- AGENT_API_TOKEN=d41d8cd98f00b204e9800998ecf8427e
- AGENT_NAME=Default Agent
- ENABLE_BACKGROUND_SCHEDULER=true
- DASHBOARD_REFRESH_INTERVAL_MS=5000
- DASHBOARD_MAX_LOGS_DISPLAY=1000
- SHOW_DEMO_PAGE=true
- GEOIP_LOCAL_DB_PATH=/geoip/GeoLite2-City.mmdb
- GEOIP_UNKNOWN_CACHE_TTL_MS=300000
- NODE_ENV=production
- MOBILE_API_KEY=d41d8cd98f00b204e9800998ecf8427e #if you have a mobile app, set this to a secure random value and use it in the app to authenticate with the API
ports:
- "3000:3000"
depends_on:
- traefik-agentRelease v3.1.0
Traefik Log Dashboard v3.1.0
🐳 Docker Images
Agent
docker pull hhftechnology/traefik-log-dashboard-agent:v3.1.0docker pull ghcr.io/hhftechnology/traefik-log-dashboard-agent:v3.1.0
Dashboard
docker pull hhftechnology/traefik-log-dashboard:v3.1.0docker pull ghcr.io/hhftechnology/traefik-log-dashboard:v3.1.0
💻 CLI Binaries
Download the appropriate binary for your platform from the assets below.
Installation
# Linux/macOS
wget https://github.com/hhftechnology/traefik-log-dashboard/releases/download/v3.1.0/traefik-log-dashboard-cli-v3.1.0-linux-amd64
chmod +x traefik-log-dashboard-cli-v3.1.0-linux-amd64
sudo mv traefik-log-dashboard-cli-v3.1.0-linux-amd64 /usr/local/bin/traefik-log-dashboard
# Windows
# Download the .exe file and add to PATH📋 Changelog
See CHANGELOG.md for details.
🔧 Docker Compose
services:
traefik-agent:
image: hhftechnology/traefik-log-dashboard-agent:v3.1.0
container_name: traefik-log-dashboard-agent
restart: unless-stopped
volumes:
- /root/config/traefik/logs:/logs:ro
- ./data/positions:/data
environment:
# Log Paths
- TRAEFIK_LOG_DASHBOARD_ACCESS_PATH=/logs/access.log
- TRAEFIK_LOG_DASHBOARD_ERROR_PATH=/logs/access.log
# Authentication
- TRAEFIK_LOG_DASHBOARD_AUTH_TOKEN=d41d8cd98f00b204e9800998ecf8427e
# System Monitoring
- TRAEFIK_LOG_DASHBOARD_SYSTEM_MONITORING=true
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:5000/api/logs/status"]
interval: 30s
timeout: 10s
retries: 3
start_period: 10s
ports:
- "5000:5000"
traefik-dashboard:
image: hhftechnology/traefik-log-dashboard:v3.1.0
container_name: traefik-log-dashboard
restart: unless-stopped
volumes:
- ./data/dashboard:/app/data
- ./data/positions:/data
environment:
- NEXT_PUBLIC_API_URL=http://traefik-agent:5000
- AGENT_API_TOKEN=d41d8cd98f00b204e9800998ecf8427e
- AGENT_NAME=Default Agent
- ENABLE_BACKGROUND_SCHEDULER=true
- NEXT_PUBLIC_SHOW_DEMO_PAGE=false
ports:
- "3000:3000"
depends_on:
- traefik-agentRelease v3.0.0
Traefik Log Dashboard v3.0.0
🐳 Docker Images
Agent
docker pull hhftechnology/traefik-log-dashboard-agent:v3.0.0docker pull ghcr.io/hhftechnology/traefik-log-dashboard-agent:v3.0.0
Dashboard
docker pull hhftechnology/traefik-log-dashboard:v3.0.0docker pull ghcr.io/hhftechnology/traefik-log-dashboard:v3.0.0
💻 CLI Binaries
Download the appropriate binary for your platform from the assets below.
Installation
# Linux/macOS
wget https://github.com/hhftechnology/traefik-log-dashboard/releases/download/v3.0.0/traefik-log-dashboard-cli-v3.0.0-linux-amd64
chmod +x traefik-log-dashboard-cli-v3.0.0-linux-amd64
sudo mv traefik-log-dashboard-cli-v3.0.0-linux-amd64 /usr/local/bin/traefik-log-dashboard
# Windows
# Download the .exe file and add to PATH📋 Changelog
See CHANGELOG.md for details.
🔧 Docker Compose
services:
traefik-agent:
image: hhftechnology/traefik-log-dashboard-agent:v3.0.0
container_name: traefik-log-dashboard-agent
restart: unless-stopped
volumes:
- /root/config/traefik/logs:/logs:ro
- ./data/positions:/data
environment:
# Log Paths
- TRAEFIK_LOG_DASHBOARD_ACCESS_PATH=/logs/access.log
- TRAEFIK_LOG_DASHBOARD_ERROR_PATH=/logs/access.log
# Authentication
- TRAEFIK_LOG_DASHBOARD_AUTH_TOKEN=d41d8cd98f00b204e9800998ecf8427e
# System Monitoring
- TRAEFIK_LOG_DASHBOARD_SYSTEM_MONITORING=true
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:5000/api/logs/status"]
interval: 30s
timeout: 10s
retries: 3
start_period: 10s
ports:
- "5000:5000"
traefik-dashboard:
image: hhftechnology/traefik-log-dashboard:v3.0.0
container_name: traefik-log-dashboard
restart: unless-stopped
volumes:
- ./data/dashboard:/app/data
- ./data/positions:/data
environment:
- NEXT_PUBLIC_API_URL=http://traefik-agent:5000
- AGENT_API_TOKEN=d41d8cd98f00b204e9800998ecf8427e
- AGENT_NAME=Default Agent
- ENABLE_BACKGROUND_SCHEDULER=true
- SHOW_DEMO_PAGE=false
ports:
- "3000:3000"
depends_on:
- traefik-agentRelease v2.5.0
Traefik Log Dashboard v2.5.0
🐳 Docker Images
Agent
docker pull hhftechnology/traefik-log-dashboard-agent:v2.5.0docker pull ghcr.io/hhftechnology/traefik-log-dashboard-agent:v2.5.0
Dashboard
docker pull hhftechnology/traefik-log-dashboard:v2.5.0docker pull ghcr.io/hhftechnology/traefik-log-dashboard:v2.5.0
💻 CLI Binaries
Download the appropriate binary for your platform from the assets below.
Installation
# Linux/macOS
wget https://github.com/hhftechnology/traefik-log-dashboard/releases/download/v2.5.0/traefik-log-dashboard-cli-v2.5.0-linux-amd64
chmod +x traefik-log-dashboard-cli-v2.5.0-linux-amd64
sudo mv traefik-log-dashboard-cli-v2.5.0-linux-amd64 /usr/local/bin/traefik-log-dashboard
# Windows
# Download the .exe file and add to PATH📋 Changelog
See CHANGELOG.md for details.
🔧 Docker Compose
services:
# Traefik Log Dashboard Agent
traefik-agent:
image: hhftechnology/traefik-log-dashboard-agent:dev-dashboard
container_name: traefik-log-dashboard-agent
restart: unless-stopped
ports:
- "5000:5000"
volumes:
- /root/config/traefik/logs:/logs:ro
- ./data/positions:/data
environment:
# Log Paths
- TRAEFIK_LOG_DASHBOARD_ACCESS_PATH=/logs/access.log
- TRAEFIK_LOG_DASHBOARD_ERROR_PATH=/logs/access.log
# Authentication
- TRAEFIK_LOG_DASHBOARD_AUTH_TOKEN=d41d8cd98f00b204e9800998ecf8427e
# System Monitoring
- TRAEFIK_LOG_DASHBOARD_SYSTEM_MONITORING=true
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:5000/api/logs/status"]
interval: 30s
timeout: 10s
retries: 3
start_period: 10s
# Traefik Log Dashboard - Next.js web UI
traefik-dashboard:
image: hhftechnology/traefik-log-dashboard:latest
container_name: traefik-log-dashboard
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- ./data/dashboard:/app/data
- ./data/positions:/data
environment:
# Agent Configuration - REPLACE WITH YOUR TOKEN
- AGENT_API_URL=http://traefik-agent:5000
- AGENT_API_TOKEN=d41d8cd98f00b204e9800998ecf8427e
- AGENT_NAME=Default Agent
- ENABLE_BACKGROUND_SCHEDULER=true
# Display Configuration
- NEXT_PUBLIC_SHOW_DEMO_PAGE=false
depends_on:
traefik-agent:
condition: service_healthy
Release v2.4.1
Traefik Log Dashboard v2.4.1
🐳 Docker Images
Agent
docker pull hhftechnology/traefik-log-dashboard-agent:v2.4.1docker pull ghcr.io/hhftechnology/traefik-log-dashboard-agent:v2.4.1
Dashboard
docker pull hhftechnology/traefik-log-dashboard:v2.4.1docker pull ghcr.io/hhftechnology/traefik-log-dashboard:v2.4.1
💻 CLI Binaries
Download the appropriate binary for your platform from the assets below.
Installation
# Linux/macOS
wget https://github.com/hhftechnology/traefik-log-dashboard/releases/download/v2.4.1/traefik-log-dashboard-cli-v2.4.1-linux-amd64
chmod +x traefik-log-dashboard-cli-v2.4.1-linux-amd64
sudo mv traefik-log-dashboard-cli-v2.4.1-linux-amd64 /usr/local/bin/traefik-log-dashboard
# Windows
# Download the .exe file and add to PATH📋 Changelog
See CHANGELOG.md for details.
🔧 Docker Compose
services:
traefik-agent:
image: hhftechnology/traefik-log-dashboard-agent:v2.4.1
volumes:
- /var/log/traefik:/logs:ro
ports:
- "5000:5000"
traefik-dashboard:
image: hhftechnology/traefik-log-dashboard:v2.4.1
environment:
- NEXT_PUBLIC_API_URL=http://traefik-agent:8080
ports:
- "3000:3000"
depends_on:
- traefik-agentRelease v2.4.0
Traefik Log Dashboard v2.4.0
🐳 Docker Images
Agent
docker pull hhftechnology/traefik-log-dashboard-agent:v2.4.0docker pull ghcr.io/hhftechnology/traefik-log-dashboard-agent:v2.4.0
Dashboard
docker pull hhftechnology/traefik-log-dashboard:v2.4.0docker pull ghcr.io/hhftechnology/traefik-log-dashboard:v2.4.0
💻 CLI Binaries
Download the appropriate binary for your platform from the assets below.
Installation
# Linux/macOS
wget https://github.com/hhftechnology/traefik-log-dashboard/releases/download/v2.4.0/traefik-log-dashboard-cli-v2.4.0-linux-amd64
chmod +x traefik-log-dashboard-cli-v2.4.0-linux-amd64
sudo mv traefik-log-dashboard-cli-v2.4.0-linux-amd64 /usr/local/bin/traefik-log-dashboard
# Windows
# Download the .exe file and add to PATH📋 Changelog
See CHANGELOG.md for details.
🔧 Docker Compose
services:
traefik-agent:
image: hhftechnology/traefik-log-dashboard-agent:v2.4.0
volumes:
- /var/log/traefik:/logs:ro
ports:
- "8080:8080"
traefik-dashboard:
image: hhftechnology/traefik-log-dashboard:v2.4.0
environment:
- NEXT_PUBLIC_API_URL=http://traefik-agent:8080
ports:
- "3000:3000"
depends_on:
- traefik-agentRelease v2.3.0
Traefik Log Dashboard v2.3.0
🐳 Docker Images
Agent
docker pull hhftechnology/traefik-log-dashboard-agent:v2.3.0docker pull ghcr.io/hhftechnology/traefik-log-dashboard-agent:v2.3.0
Dashboard
docker pull hhftechnology/traefik-log-dashboard:v2.3.0docker pull ghcr.io/hhftechnology/traefik-log-dashboard:v2.3.0
💻 CLI Binaries
Download the appropriate binary for your platform from the assets below.
Installation
# Linux/macOS
wget https://github.com/hhftechnology/traefik-log-dashboard/releases/download/v2.3.0/traefik-log-dashboard-cli-v2.3.0-linux-amd64
chmod +x traefik-log-dashboard-cli-v2.3.0-linux-amd64
sudo mv traefik-log-dashboard-cli-v2.3.0-linux-amd64 /usr/local/bin/traefik-log-dashboard
# Windows
# Download the .exe file and add to PATH📋 Changelog
See CHANGELOG.md for details.
🔧 Docker Compose
services:
traefik-agent:
image: hhftechnology/traefik-log-dashboard-agent:v2.3.0
volumes:
- /var/log/traefik:/logs:ro
ports:
- "8080:8080"
traefik-dashboard:
image: hhftechnology/traefik-log-dashboard:v2.3.0
environment:
- NEXT_PUBLIC_API_URL=http://traefik-agent:8080
ports:
- "3000:3000"
depends_on:
- traefik-agentRelease v2.2.3
Traefik Log Dashboard v2.2.3
🐳 Docker Images
Agent
docker pull hhftechnology/traefik-log-dashboard-agent:v2.2.3docker pull ghcr.io/hhftechnology/traefik-log-dashboard-agent:v2.2.3
Dashboard
docker pull hhftechnology/traefik-log-dashboard:v2.2.3docker pull ghcr.io/hhftechnology/traefik-log-dashboard:v2.2.3
💻 CLI Binaries
Download the appropriate binary for your platform from the assets below.
Installation
# Linux/macOS
wget https://github.com/hhftechnology/traefik-log-dashboard/releases/download/v2.2.3/traefik-log-dashboard-cli-v2.2.3-linux-amd64
chmod +x traefik-log-dashboard-cli-v2.2.3-linux-amd64
sudo mv traefik-log-dashboard-cli-v2.2.3-linux-amd64 /usr/local/bin/traefik-log-dashboard
# Windows
# Download the .exe file and add to PATH📋 Changelog
See CHANGELOG.md for details.
🔧 Docker Compose
services:
traefik-agent:
image: hhftechnology/traefik-log-dashboard-agent:v2.2.3
volumes:
- /var/log/traefik:/logs:ro
ports:
- "8080:8080"
traefik-dashboard:
image: hhftechnology/traefik-log-dashboard:v2.2.3
environment:
- NEXT_PUBLIC_API_URL=http://traefik-agent:8080
ports:
- "3000:3000"
depends_on:
- traefik-agentRelease v2.2.2
Traefik Log Dashboard v2.2.2
🐳 Docker Images
Agent
docker pull hhftechnology/traefik-log-dashboard-agent:v2.2.2docker pull ghcr.io/hhftechnology/traefik-log-dashboard-agent:v2.2.2
Dashboard
docker pull hhftechnology/traefik-log-dashboard:v2.2.2docker pull ghcr.io/hhftechnology/traefik-log-dashboard:v2.2.2
💻 CLI Binaries
Download the appropriate binary for your platform from the assets below.
Installation
# Linux/macOS
wget https://github.com/hhftechnology/traefik-log-dashboard/releases/download/v2.2.2/traefik-log-dashboard-cli-v2.2.2-linux-amd64
chmod +x traefik-log-dashboard-cli-v2.2.2-linux-amd64
sudo mv traefik-log-dashboard-cli-v2.2.2-linux-amd64 /usr/local/bin/traefik-log-dashboard
# Windows
# Download the .exe file and add to PATH📋 Changelog
See CHANGELOG.md for details.
🔧 Docker Compose
services:
traefik-agent:
image: hhftechnology/traefik-log-dashboard-agent:v2.2.2
volumes:
- /var/log/traefik:/logs:ro
ports:
- "8080:8080"
traefik-dashboard:
image: hhftechnology/traefik-log-dashboard:v2.2.2
environment:
- NEXT_PUBLIC_API_URL=http://traefik-agent:8080
ports:
- "3000:3000"
depends_on:
- traefik-agentRelease v2.2.0
Traefik Log Dashboard v2.2.0
🐳 Docker Images
Agent
docker pull hhftechnology/traefik-log-dashboard-agent:v2.2.0docker pull ghcr.io/hhftechnology/traefik-log-dashboard-agent:v2.2.0
Dashboard
docker pull hhftechnology/traefik-log-dashboard:v2.2.0docker pull ghcr.io/hhftechnology/traefik-log-dashboard:v2.2.0
💻 CLI Binaries
Download the appropriate binary for your platform from the assets below.
Installation
# Linux/macOS
wget https://github.com/hhftechnology/traefik-log-dashboard/releases/download/v2.2.0/traefik-log-dashboard-cli-v2.2.0-linux-amd64
chmod +x traefik-log-dashboard-cli-v2.2.0-linux-amd64
sudo mv traefik-log-dashboard-cli-v2.2.0-linux-amd64 /usr/local/bin/traefik-log-dashboard
# Windows
# Download the .exe file and add to PATH📋 Changelog
See CHANGELOG.md for details.
🔧 Docker Compose
services:
traefik-agent:
image: hhftechnology/traefik-log-dashboard-agent:v2.2.0
volumes:
- /var/log/traefik:/logs:ro
ports:
- "8080:8080"
traefik-dashboard:
image: hhftechnology/traefik-log-dashboard:v2.2.0
environment:
- NEXT_PUBLIC_API_URL=http://traefik-agent:8080
ports:
- "3000:3000"
depends_on:
- traefik-agent