Skip to content

🛜 Track your public IP address with a web interface for viewing the history.

License

Notifications You must be signed in to change notification settings

skidoodle/iphistory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:/data

volumes:
  data:

License

GPL-3.0

About

🛜 Track your public IP address with a web interface for viewing the history.

Topics

Resources

License

Stars

Watchers

Forks

Packages