app-store/apps/silverbullet/config.json

41 lines
998 B
JSON

{
"$schema": "../schema.json",
"name": "Silverbullet",
"port": 8214,
"available": true,
"exposable": true,
"id": "silverbullet",
"tipi_version": 8,
"version": "0.7.7",
"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,
"required": true,
"env_variable": "SB_USER"
},
{
"type": "password",
"label": "Password",
"max": 50,
"min": 8,
"required": true,
"env_variable": "SB_PASSWORD"
}
],
"supported_architectures": [
"arm64",
"amd64"
]
}