mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
feat(templates): update LinuxServer.io templates feed URL (#1089)
This commit is contained in:
parent
5110f83fae
commit
0d6ab099ac
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue