app-store/apps/monica/config.json
Stavros 1cc62c2202
Add supported architectures to all apps. (#1493)
* Add the extra config to the first 50 apps and modify tests,

* Add arch to extra 55 apps.

* Fix tests error.

* Fix tests (again).

* Andd the last 77 apps.

* Change photoprism from latest to a version.

* Fixes.

* Drop arm support for peppermint.

---------

Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
2023-10-29 21:43:17 +02:00

35 lines
1.1 KiB
JSON

{
"$schema": "../schema.json",
"name": "Monica",
"available": true,
"exposable": true,
"port": 3291,
"id": "monica",
"tipi_version": 2,
"version": "4.0.0",
"categories": ["data", "social"],
"description": "Monica is an open-source web application to organize and record your interactions with your loved ones. We call it a PRM, or Personal Relationship Management. Think of it as a CRM (a popular tool used by sales teams in the corporate world) for your friends or family.",
"short_desc": "A Personal Relationship Management tool to help you document your social life.",
"author": "monicahq",
"source": "https://github.com/monicahq/monica",
"form_fields": [
{
"type": "random",
"label": "Database password",
"required": false,
"min": 30,
"max": 30,
"env_variable": "MONICA_DB_PASS"
},
{
"type": "random",
"label": "Application key",
"required": false,
"min": 32,
"max": 32,
"env_variable": "MONICA_APP_KEY"
}
],
"supported_architectures": ["arm64", "amd64"]
}