added new app: readeck (v0.20.4)

This commit is contained in:
Markus 2025-11-10 22:58:17 +01:00
parent a241cc867f
commit 0292accfa5
4 changed files with 181 additions and 0 deletions

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

@ -0,0 +1,20 @@
{
"name": "Readeck",
"available": true,
"port": 8315,
"exposable": true,
"dynamic_config": true,
"id": "readeck",
"description": "Readeck helps you keep all that web content youll want to revisit in an hour, tomorrow, or in 20 years.",
"tipi_version": 1,
"version": "0.20.4",
"categories": ["utilities"],
"short_desc": "self-hosted bookmark manager",
"author": "readeck",
"source": "https://codeberg.org/readeck/readeck",
"website": "https://readeck.org/",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1762811851670,
"updated_at": 1762811851670
}