app-store/apps/plausible/config.json
DrMxrcy ada534f8d0
Add Plausible (#475)
* Add Plausible Analytics

* Update config.json

* Update docker-compose.yml

* Update docker-compose.yml

* Update docker-compose.yml

* Update docker-compose.yml

* Update Secret Key

* Remove User Registration, Done Via UI

* Update docker-compose.yml

* Update docker-compose.yml

* Update config.json
2023-05-08 14:38:43 -04:00

38 lines
1.1 KiB
JSON

{
"$schema": "../schema.json",
"name": "Plausible",
"port": 8190,
"available": true,
"exposable": true,
"id": "plausible",
"tipi_version": 1,
"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",
"required": true,
"env_variable": "PLAUSIBLE_DISABLE_REGISTRATION"
}
]
}