MindWorkAI / AI-Studio

AI Studio is an independent app for utilizing LLM.
https://MindWorkAI.org/
Other
144 stars 12 forks source link

Enterprise IT: Allow configuration via Windows registry keys #51

Open SommerEngineering opened 3 months ago

SommerEngineering commented 3 months ago

We should optionally allow configuration via Windows registry keys to enable administrators in enterprises to centrally manage the configuration through group policies. The registry settings should take precedence over those in the configuration file. However, we should not allow settings concerning user interaction via the registry: We do not want administrators to dictate how the software is used. These should only be changeable by the respective user.

Through the registry, settings related to security and privacy, in particular, should be adjustable:

SommerEngineering commented 1 month ago

See https://github.com/keepassxreboot/keepassxc/issues/2189 and https://github.com/keepassxreboot/keepassxc/pull/11223 for ideas on how to achieve this.