Monitoring changes in Proxmox VE docs (diff + Telegram)

GoXLd

New Member
Jan 18, 2025
21
7
3
34
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!