1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 13:29:41 +02:00

chore(docs): replace cloudinovasi with portainer [EE-5547] (#9013)

This commit is contained in:
Chaim Lev-Ari 2023-05-30 10:48:21 +07:00 committed by GitHub
parent 61b568a738
commit b498cd657f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -176,7 +176,7 @@ type (
// Valid values are: 1 - 'linux', 2 - 'windows'
Platform CustomTemplatePlatform `json:"Platform" example:"1" enums:"1,2"`
// URL of the template's logo
Logo string `json:"Logo" example:"https://cloudinovasi.id/assets/img/logos/nginx.png"`
Logo string `json:"Logo" example:"https://portainer.io/img/logo.svg"`
// Type of created stack:
// * 1 - swarm
// * 2 - compose
@ -1134,7 +1134,7 @@ type (
// Default name for the stack/container to be used on deployment
Name string `json:"name,omitempty" example:"mystackname"`
// URL of the template's logo
Logo string `json:"logo,omitempty" example:"https://cloudinovasi.id/assets/img/logos/nginx.png"`
Logo string `json:"logo,omitempty" example:"https://portainer.io/img/logo.svg"`
// A list of environment(endpoint) variables used during the template deployment
Env []TemplateEnv `json:"env,omitempty"`
// A note that will be displayed in the UI. Supports HTML content