x 650242261e Add demo image to README
Added a demo image to the README for better visualization.
2026-01-10 21:03:35 +01:00
2026-01-10 21:00:32 +01:00
2026-01-10 21:00:32 +01:00
v2
2026-01-10 20:07:35 +01:00
v2
2026-01-10 20:07:35 +01:00
v2
2026-01-10 20:07:35 +01:00
2026-01-10 21:00:32 +01:00
2026-01-10 21:00:32 +01:00
2026-01-10 21:00:32 +01:00
2024-05-31 13:35:37 +02:00
2026-01-10 21:00:32 +01:00
2026-01-10 21:03:35 +01:00
v2
2026-01-10 20:07:35 +01:00
v2
2026-01-10 20:07:35 +01:00
2026-01-10 21:00:32 +01:00

IPHistory

A simple tool for tracking your network's public IP address. It periodically checks for changes and logs them to a local database, providing a clean, searchable web interface to browse your history. It's designed to be lightweight, self-reliant, and fast without requiring any maintenance.

demo

Deploy

services:
  iphistory:
    image: ghcr.io/skidoodle/iphistory
    container_name: iphistory
    restart: unless-stopped
    ports:
      - "8080:8080"
    volumes:
      - data:/app

volumes:
  data:

License

GPL-3.0

S
Description
🛜 A Go application to track and log your public IP address with a web interface for viewing the history.
Readme 136 KiB
Languages
Go 41.2%
templ 28.8%
CSS 26.8%
Dockerfile 3.2%