diff --git a/frontend/public/json/jellystat.json b/frontend/public/json/jellystat.json index f9bf24f0d..c4c829cb0 100644 --- a/frontend/public/json/jellystat.json +++ b/frontend/public/json/jellystat.json @@ -1,48 +1,48 @@ { - "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@main/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 + "name": "Jellystat", + "slug": "jellystat", + "categories": [ + 9 + ], + "date_created": "2026-01-12", + "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@main/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" }, - "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" - } - ] + { + "text": "Default PostgreSQL credentials: jellystat / jellystat", + "type": "info" + }, + { + "text": "Update with: update_jellystat", + "type": "info" + } + ] }