Initial commit with kopia app working
This commit is contained in:
38
apps/silverbullet_Reference/config.json
Normal file
38
apps/silverbullet_Reference/config.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"$schema": "../app-info-schema.json",
|
||||
"name": "Silverbullet",
|
||||
"port": 8214,
|
||||
"available": true,
|
||||
"exposable": true,
|
||||
"dynamic_config": true,
|
||||
"id": "silverbullet",
|
||||
"tipi_version": 24,
|
||||
"version": "2.1.9",
|
||||
"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"],
|
||||
"created_at": 1691943801422,
|
||||
"updated_at": 1760070985003
|
||||
}
|
||||
Reference in New Issue
Block a user