pcdshub / pmps-ui

User interfaces and diagnostics for PMPS
Other
0 stars 8 forks source link

ENH: add script for synchronizing pmps-ui with ACR #80

Closed ZLLentz closed 1 year ago

ZLLentz commented 1 year ago

The intention is to point a cron job to the deployed version of this script to keep ACR updated when we update the LFE/KFE configurations, so that when this UI is opened in ACR (without tunneling) the configuration is maximally up-to-date.

I've opted not to sync the random svg files and other junk that has accumulated in the deployed folder.

ZLLentz commented 1 year ago

ACR itself is airgapped, this repo could be cloned but then it'd miss any uncommitted changes from people making small adjustments to the config files

This doesn't quite work on the cron due to permissions issues, trying to figure it out