49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "Jellystat",
|
|
"slug": "jellystat",
|
|
"categories": [
|
|
9
|
|
],
|
|
"date_created": "2025-12-08",
|
|
"type": "addon",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 3000,
|
|
"documentation": "https://github.com/CyferShepard/Jellystat",
|
|
"website": "https://github.com/CyferShepard/Jellystat",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/jellystat.webp",
|
|
"config_path": "/opt/jellystat/.env",
|
|
"description": "A free and open source statistics app for Jellyfin",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "tools/addon/jellystat.sh",
|
|
"resources": {
|
|
"cpu": null,
|
|
"ram": null,
|
|
"hdd": null,
|
|
"os": null,
|
|
"version": null
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Requires Node.js 20+ and PostgreSQL (auto-installed if missing)",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "Default PostgreSQL credentials: jellystat / jellystat",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "Update with: update_jellystat",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|