app-store/apps/mind/config.json

23 lines
636 B
JSON
Raw Permalink Normal View History

2023-02-28 05:43:02 +00:00
{
"$schema": "../schema.json",
"name": "Mind",
"port": 8143,
"available": true,
"exposable": true,
"id": "mind",
"tipi_version": 8,
"version": "1.4.0",
"categories": [
"utilities"
],
2023-02-28 05:43:02 +00:00
"description": "A simple self hosted reminder platform that uses push to send notifications to your device. Set the reminder and forget about it!",
"short_desc": "A simple self hosted reminder platform that uses push to send notifications to your device.",
"author": "https://github.com/Casvt",
"source": "https://github.com/Casvt/MIND",
"form_fields": [],
"supported_architectures": [
"arm64",
"amd64"
]
2023-02-28 05:43:02 +00:00
}