From 0d6ab099ac2ea6a60e34d27180f5df54431b8c15 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Tue, 1 Aug 2017 11:24:44 +0200 Subject: [PATCH] feat(templates): update LinuxServer.io templates feed URL (#1089) --- api/http/handler/templates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.