2023-05-08 18:38:43 +00:00
|
|
|
{
|
|
|
|
"$schema": "../schema.json",
|
|
|
|
"name": "Plausible",
|
|
|
|
"port": 8190,
|
|
|
|
"available": true,
|
|
|
|
"exposable": true,
|
|
|
|
"id": "plausible",
|
2023-06-18 16:02:29 +00:00
|
|
|
"tipi_version": 3,
|
2023-05-08 18:38:43 +00:00
|
|
|
"version": "v1.5.1",
|
2023-06-18 16:02:29 +00:00
|
|
|
"categories": [
|
|
|
|
"utilities"
|
|
|
|
],
|
2023-05-08 18:38:43 +00:00
|
|
|
"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"
|
|
|
|
}
|
2023-10-29 19:43:17 +00:00
|
|
|
],
|
|
|
|
"supported_architectures": ["arm64", "amd64"]
|
2023-05-08 18:38:43 +00:00
|
|
|
}
|