diff --git a/api/http/handler/templates.go b/api/http/handler/templates.go index 516fc892e..6f3ba019f 100644 --- a/api/http/handler/templates.go +++ b/api/http/handler/templates.go @@ -20,7 +20,7 @@ type TemplatesHandler struct { } const ( - containerTemplatesURLLinuxServerIo = "http://tools.linuxserver.io/portainer.json" + containerTemplatesURLLinuxServerIo = "https://tools.linuxserver.io/portainer.json" ) // NewTemplatesHandler returns a new instance of TemplatesHandler.