You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some people like their computer not to make unasked connections. Especially to external servers outside their control. And i guess some people might run this container in a environment where no access to github (or the general internet) is available anyways, it makes sense to allow them to disable this.
the code try to connect to api.github.com (to check for a new version I think)
https://github.com/Joxit/docker-registry-ui/blob/main/src/components/version-notification.riot#L62-L89
is it possible to disable this feature to avoid the connection attempt at all?
The text was updated successfully, but these errors were encountered: