[PROJECT] Proxmox PVE & Atlassian Confluence integration

Mar 3, 2026
24
17
3
United Kingdom
Hello Community,

I'd like to share one of my projects with you. It's a python tool that connects to Proxmox PVE API and gets a list of virtual machines. It creates a table with virtual machine details and converts it into page template for Atlassian Confluence. It adds a separate page for each VM and automatically posts it to Atlassian Confluence in the desired place.

- It's useful to document your vms or handle some corporate audits. I created this tool out of a real need to document an inventory of 3 proxmox clusters. It was enough to suffer myself with Atlassian API reference.
- It's simple - the whole code fits on 2 pages and integrates two API from 2 different vendors
- It's safe and straightforward - no hidden libs just urllib3 to connect to 2 APIs.
- It's surprising how such a small code can save a lot of meaningless work.

1775917167100.png

The code is available freely on my github (GPLv3 licensing). So feel free to take it, use it, improve it, give some feedback and maybe help add something more or do something better about it.

https://github.com/psalkiewicz/proxmox-confluence-doc

Kind Regards,
Paweł Sałkiewicz
 
  • Like
Reactions: Johannes S