phpsysinfo / phpsysinfo

phpSysInfo: a customizable PHP script that displays information about your system nicely
http://phpsysinfo.github.io/phpsysinfo
GNU General Public License v2.0
1.38k stars 233 forks source link

Add Proxmox detection support. #385

Closed alandoyle closed 8 months ago

alandoyle commented 8 months ago

Proxmox is currently detected as Debian. e.g. Proxmox 8.0.4 displays as Debian 12 (bookworm)

It would be nice if Phpsysinfo could distinguish between Debian and Proxmox.

alandoyle commented 8 months ago

I've added a Pull Request (#386) for this feature. Hopefully I've included everything you need as it's my first Pull Request.

namiltd commented 8 months ago

Done: https://github.com/phpsysinfo/phpsysinfo/commit/6fe4639207bc40f7f2449c600052cb03dc9e661e

alandoyle commented 8 months ago

Awesome. Thank you :)