app-store/apps/memos/config.json
2023-04-03 23:04:29 +02:00

24 lines
548 B
JSON

{
"$schema": "../schema.json",
"name": "Memos",
"available": true,
"exposable": true,
"port": 5230,
"id": "memos",
"tipi_version": 3,
"version": "0.12.0",
"categories": [
"utilities"
],
"description": "Memo hub for knowledge management and collaboration.",
"short_desc": "Memo hub for knowledge management and collaboration.",
"author": "boojack",
"website": "https://usememos.com/",
"source": "https://github.com/usememos/memos",
"supported_architectures": [
"arm64",
"amd64"
],
"form_fields": []
}