tray icon indicating copy to clipboard operation
tray copied to clipboard

Company Branded: Add post-install scripting capabilities

Open tresf opened this issue 3 years ago • 1 comments

Company Branded versions may need to add scripting capabilities, e.g. special firewall rules, file copy, etc. The installer should support a post-installation script for custom deployments.

tresf avatar Nov 17 '21 15:11 tresf

We should pass on some env vars to the script. Some useful props to pass:

  • user qz space
  • shared qz space
  • qz version
  • os/arch
  • install location

Vzor- avatar Nov 23 '21 03:11 Vzor-

Implemented and ready for testing here: #1190

We should pass on some env vars to the script. Some useful props to pass:

  • user qz space
  • shared qz space
  • qz version
  • os/arch
  • install location

I'm going to skip these for now, but they shouldn't be too bad to implement if needed.

tresf avatar Nov 17 '23 07:11 tresf

I'm going to skip these for now, but they shouldn't be too bad to implement if needed.

I changed my mind and decided to add these in. Documented here: https://qz.io/docs/provisioning#script-variables

tresf avatar Nov 18 '23 21:11 tresf