Hi all.
First of all, thanks to @giacomo and @davidep to give me the opportunity to work on this fantastic product!
We want to implement a NethServer and Microsoft SQL Integration.
As first step, we want to create a package called nethserver-mssql
that will include Microsoft repository configuration and a script to auto-install the package (including firewall basic rules).
Admin have to choose the edition to install (e.g. express or full) and the idea is to set it with a setprop
like this config setprop mssql ProductId express
and then save it with signal-event
. This will install chosen version.
As second step then we want to create a cockpit interface to manage it.
What do you think?