mirror of https://github.com/portainer/portainer
fix(extensions): load extensions file (#4115)
parent
1ff5708183
commit
fec85c77d6
|
@ -1152,7 +1152,7 @@ const (
|
||||||
// DefaultEdgeAgentCheckinIntervalInSeconds represents the default interval (in seconds) used by Edge agents to checkin with the Portainer instance
|
// DefaultEdgeAgentCheckinIntervalInSeconds represents the default interval (in seconds) used by Edge agents to checkin with the Portainer instance
|
||||||
DefaultEdgeAgentCheckinIntervalInSeconds = 5
|
DefaultEdgeAgentCheckinIntervalInSeconds = 5
|
||||||
// LocalExtensionManifestFile represents the name of the local manifest file for extensions
|
// LocalExtensionManifestFile represents the name of the local manifest file for extensions
|
||||||
LocalExtensionManifestFile = "/extensions.json"
|
LocalExtensionManifestFile = "/app/extensions.json"
|
||||||
// DefaultTemplatesURL represents the URL to the official templates supported by Portainer
|
// DefaultTemplatesURL represents the URL to the official templates supported by Portainer
|
||||||
DefaultTemplatesURL = "https://raw.githubusercontent.com/portainer/templates/master/templates-2.0.json"
|
DefaultTemplatesURL = "https://raw.githubusercontent.com/portainer/templates/master/templates-2.0.json"
|
||||||
// DefaultUserSessionTimeout represents the default timeout after which the user session is cleared
|
// DefaultUserSessionTimeout represents the default timeout after which the user session is cleared
|
||||||
|
|
Loading…
Reference in New Issue