Files
iphistory/readme.md
T
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

27 lines
698 B
Markdown

# 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](https://github.com/user-attachments/assets/2fd53ec1-e375-4eb2-91d3-c3924d3edd22)
## Deploy
```yaml
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](https://github.com/skidoodle/iphistory/blob/main/license)