2024-01-24 08:51:27 +00:00
{
"$schema" : "../schema.json" ,
"name" : "Silverbullet" ,
"port" : 8214 ,
"available" : true ,
"exposable" : true ,
"id" : "silverbullet" ,
2024-04-30 17:26:24 +00:00
"tipi_version" : 8 ,
"version" : "0.7.7" ,
2024-01-24 08:51:27 +00:00
"categories" : [
"utilities"
] ,
"description" : "SilverBullet aims to be your workshop for the mind" ,
"short_desc" : "SilverBullet is a creative space where you collect, create and expand your personal knowledge, while also letting you constantly evolve the tools you use to do so." ,
"author" : "zefhemel" ,
"source" : "https://github.com/silverbulletmd/silverbullet" ,
"website" : "https://silverbullet.md" ,
"form_fields" : [
{
"type" : "text" ,
"label" : "Username" ,
"max" : 50 ,
"min" : 3 ,
2024-01-29 19:05:26 +00:00
"required" : true ,
2024-01-24 08:51:27 +00:00
"env_variable" : "SB_USER"
} ,
{
"type" : "password" ,
"label" : "Password" ,
2024-01-29 19:05:26 +00:00
"max" : 50 ,
"min" : 8 ,
"required" : true ,
2024-01-24 08:51:27 +00:00
"env_variable" : "SB_PASSWORD"
}
] ,
"supported_architectures" : [
"arm64" ,
"amd64"
]
}