Customize a StackPack
StackState Self-hosted v5.1.x
StackPack configuration file
name = example
displayName = Example stackpack
version = "1.0.0"
isNew = yes
logoUrl = "http://url.to.the.logo"
categories = ["Infrastructure"]
overviewUrl = "overview.md"
detailedOverviewUrl = "detailed-overview.md"
configurationUrls = {
INSTALLED = "installed.md"
NOT_INSTALLED = "notinstalled.md"
ERROR = "error.md"
PROVISIONING = "provisioning.md"
DEPROVISIONING = "deprovisioning.md"
WAITING_FOR_DATA = "waitingfordata.md"
}
faqs = []
steps = [
{
name = "text"
display = "Text"
value {
type = "text"
default = "value"
}
},
{
name = "password"
display = "Password"
value {
type = "password"
}
}
]
provision = "ExampleProvision"URLs in StackPack configuration
Configuration input
Text input
Password input
Customize Components and Relations
Component and Relation types
Component and Relation Templates
Last updated