Hi everyone,
Been scratching my head around this as I progress into finding ways of controlling lights on my Proxmox home server.
I found this nice piece of software from a very nice guy based on Asus Aura SDK:
https://gitlab.com/CalcProgrammer1/OpenAuraSDK/
Upon discussing with him, I discovered my main issue: the app is apparently only GUI-based, which to my understanding is a no-go for a Proxmox server-side app. From what I could find in the project files, it uses Linux QT?
The programmer suggested installing xrdp on the host as Proxmox is Debian-based, and use rdp on another windows/mac machine to control that.
I can do that, but I'm scared. Question is then, is this even possible? Would it potentially mess-up with any Proxmox vital configs or the web GUI that ships with Proxmox? And if it is, how would I go about it?
Or alternatively, is there a workaround to have this GUI-based app show up at all somewhere? Would bin apps auto-magically show up on the existing Proxmox webGUI by any chance? (I know, I'm dreaming...).
OpenAuraSDK:
The app controls lights on RAM sticks of a particular brand as well as potentially LED strips. It needs access to SMBus (i2c-0) so it cannot be ran through a VM. Not very experienced with LXC containers myself, but could it be a workaround?
Obviously, I'd prefer something as lightweight as possible, so I can avoid wasting a lot of resources simply to make my RAM look nice!
Been scratching my head around this as I progress into finding ways of controlling lights on my Proxmox home server.
I found this nice piece of software from a very nice guy based on Asus Aura SDK:
https://gitlab.com/CalcProgrammer1/OpenAuraSDK/
Upon discussing with him, I discovered my main issue: the app is apparently only GUI-based, which to my understanding is a no-go for a Proxmox server-side app. From what I could find in the project files, it uses Linux QT?
The programmer suggested installing xrdp on the host as Proxmox is Debian-based, and use rdp on another windows/mac machine to control that.
I can do that, but I'm scared. Question is then, is this even possible? Would it potentially mess-up with any Proxmox vital configs or the web GUI that ships with Proxmox? And if it is, how would I go about it?
Or alternatively, is there a workaround to have this GUI-based app show up at all somewhere? Would bin apps auto-magically show up on the existing Proxmox webGUI by any chance? (I know, I'm dreaming...).
OpenAuraSDK:
The app controls lights on RAM sticks of a particular brand as well as potentially LED strips. It needs access to SMBus (i2c-0) so it cannot be ran through a VM. Not very experienced with LXC containers myself, but could it be a workaround?
Obviously, I'd prefer something as lightweight as possible, so I can avoid wasting a lot of resources simply to make my RAM look nice!