Hi all,
I built a small tool called doxmox to track changes in the Proxmox VE documentation.
The goal is simple: detect changes in https://pve.proxmox.com/pve-docs/ and review them quickly.
Why I built it:
Before important updates, documentation often changes first. This tool helps catch those updates early and see exactly what changed.
How it works:
- fetches the docs page on a schedule
- normalizes HTML
- compares normalized content via SHA-256
- generates a diff when content actually changes
- publishes a static changelog page
- sends a Telegram alert only on real changes
Project page: https://doxmox.com
At the moment, there is no changes published yet. I’d like to hear suggestions from the community about useful features and improvements.
This project was built in my free time for personal use, but it may also help other admins.
Thanks!
I built a small tool called doxmox to track changes in the Proxmox VE documentation.
The goal is simple: detect changes in https://pve.proxmox.com/pve-docs/ and review them quickly.
Why I built it:
Before important updates, documentation often changes first. This tool helps catch those updates early and see exactly what changed.
How it works:
- fetches the docs page on a schedule
- normalizes HTML
- compares normalized content via SHA-256
- generates a diff when content actually changes
- publishes a static changelog page
- sends a Telegram alert only on real changes
Project page: https://doxmox.com
At the moment, there is no changes published yet. I’d like to hear suggestions from the community about useful features and improvements.
This project was built in my free time for personal use, but it may also help other admins.
Thanks!