added new app: wallabag

This commit is contained in:
Markus 2025-05-09 23:31:14 +02:00
parent 2b8e2dd6b6
commit 625ab49578
5 changed files with 154 additions and 0 deletions

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

@ -0,0 +1,20 @@
{
"name": "Wallabag",
"available": true,
"port": 8380,
"exposable": true,
"dynamic_config": true,
"id": "wallabag",
"description": " self hostable application for saving web pages: Save and classify articles. Read them later.",
"tipi_version": 1,
"version": "2.6.12",
"categories": ["utilities","media"],
"short_desc": "read-it-later app",
"author": "wallabag",
"source": "https://github.com/wallabag/wallabag",
"website": "https://wallabag.org/",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1746825394706,
"updated_at": 1746825394706
}