Firewall

Depending on the configuration settings Supervisely might send requests to Supervisely services to check for updates or fetch new Supervisely App versions or some other data.

Notice that while some of the domains are deprecated, they are still used in some cases. We recommend to allow all of them.

Here is the list of domains and their usage:

  • docker.enterprise.supervisely.com - used to pull docker images for Supervisely instance

  • hub.docker.com or registry.hub.docker.com or index.docker.io - official Docker Hub Registry, used to pull docker images for Supervisely Apps

  • config.enterprise.supervisely.com - used to check for new Supervisely instance versions and instance upgrades

  • app.supervisely.com - used to fetch new Supervisely App versions and its data

  • github.com - some of Supervisely Apps might fetch data from GitHub, like NN models, projects, etc.

Deprecated:

  • cloud.enterprise.supervisely.com - deprecated functionality, used to fetch legacy data for initialization

  • git.ecosystem.supervisely.com - deprecated functionality, used to fetch Supervisely App versions and its data

Last updated