Is there a way that we can query (maybe api) if there is an update, and if yes download and upgrade the local server?
Or the auto check for update, we saw that there is this line in their code\
Another question, if we dont close the internet communication, is it safe? we wish to avoid supply chain attacks or other threats
Yes, and I think that inside the (free version) system source code there is a command that asks to auto check for new versions, so if we close the internet communication will the system fail to work , or can the system work properly without being open to the internet?
So the question is really: how to know if there are new ClearML version so that the sysadmin can update ?
May be follow the github release ?
It would be installed on a VM that will be closed to the internet. Accessible only from internal network environment. So should we require the key user to check from time to time for new versions, or is there other way to automatically be notified on new versions?
by manually updating it like for any app that are on off-line computer ?