app-store/apps/plausible/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

40 lines
1.1 KiB
JSON

{
"$schema": "../schema.json",
"name": "Plausible",
"port": 8190,
"available": true,
"exposable": true,
"id": "plausible",
"tipi_version": 3,
"version": "v1.5.1",
"categories": [
"utilities"
],
"description": "Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.",
"short_desc": "Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.",
"author": "Plausible",
"source": "https://github.com/plausible/analytics",
"form_fields": [
{
"type": "random",
"label": "Plausible Secret Key",
"min": 64,
"env_variable": "PLAUSIBLE_SECRET_KEY_BASE"
},
{
"type": "random",
"label": "Plausible DB Key",
"min": 32,
"env_variable": "PLAUSIBLE_DB_PASSWORD"
},
{
"type": "boolean",
"label": "Disable User Registration",
"hint": "Check to enable Registration",
"default": "true",
"env_variable": "PLAUSIBLE_DISABLE_REGISTRATION"
}
],
"supported_architectures": ["arm64", "amd64"]
}