2023-02-28 05:43:02 +00:00
|
|
|
{
|
|
|
|
"$schema": "../schema.json",
|
|
|
|
"name": "Mind",
|
|
|
|
"port": 8143,
|
|
|
|
"available": true,
|
|
|
|
"exposable": true,
|
|
|
|
"id": "mind",
|
2024-03-10 17:56:03 +00:00
|
|
|
"tipi_version": 8,
|
|
|
|
"version": "1.4.0",
|
2023-07-04 15:21:33 +00:00
|
|
|
"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",
|
2023-10-29 19:43:17 +00:00
|
|
|
"form_fields": [],
|
2024-03-10 17:56:03 +00:00
|
|
|
"supported_architectures": [
|
|
|
|
"arm64",
|
|
|
|
"amd64"
|
|
|
|
]
|
2023-02-28 05:43:02 +00:00
|
|
|
}
|