added new app: karakeep (0.28.0)

This commit is contained in:
Markus 2025-11-13 00:56:36 +01:00
parent a525031097
commit b80a491e56
8 changed files with 192 additions and 0 deletions

20
apps/karakeep/config.json Normal file
View file

@ -0,0 +1,20 @@
{
"name": "karakeep",
"available": true,
"port": 8646,
"exposable": true,
"dynamic_config": true,
"id": "karakeep",
"description": "A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search",
"tipi_version": 1,
"version": "0.28.0",
"categories": ["utilities"],
"short_desc": "self-hosted bookmark manager",
"author": "karakeep",
"source": "https://github.com/karakeep-app/karakeep",
"website": "https://karakeep.app/",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1762991164223,
"updated_at": 1762991164223
}