Enable dark mode in Proxmox for all users.
Variable | Required | Default | Choices | Comments |
---|---|---|---|---|
pve_dark_mode_enabled | yes | false | true, false | Enable dark mode or restore the default theme. |
Uses script created by Weilbyte from this project.
- hosts: proxmox
vars:
pve_dark_mode_enabled: true
roles:
- rmasters270.proxmox_darkmode
MIT
Ryan Masters