added new app: jotty (1.10.4)

This commit is contained in:
Markus 2025-11-11 23:22:12 +01:00
parent c86b0a41fd
commit 003f0ce1be
5 changed files with 442 additions and 0 deletions

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

@ -0,0 +1,20 @@
{
"name": "Jotty",
"available": true,
"port": 8644,
"exposable": true,
"dynamic_config": true,
"id": "jotty",
"description": "A simple, self-hosted app for your checklists and notes.",
"tipi_version": 1,
"version": "1.10.2",
"categories": ["utilities"],
"short_desc": "self-hosted markdown-powered notes",
"author": "fccview",
"source": "https://github.com/fccview/jotty",
"website": "https://jotty.page",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1762899443144,
"updated_at": 1762899443144
}