Initial commit with kopia app working

This commit is contained in:
cody conder
2025-11-08 00:18:25 -06:00
commit 801174585b
34 changed files with 1380 additions and 0 deletions

View 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
}