Update date in json (#10732)
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
235ed4f2ef
commit
c68f465fd1
@@ -1,48 +1,48 @@
|
|||||||
{
|
{
|
||||||
"name": "Jellystat",
|
"name": "Jellystat",
|
||||||
"slug": "jellystat",
|
"slug": "jellystat",
|
||||||
"categories": [
|
"categories": [
|
||||||
9
|
9
|
||||||
],
|
],
|
||||||
"date_created": "2025-12-08",
|
"date_created": "2026-01-12",
|
||||||
"type": "addon",
|
"type": "addon",
|
||||||
"updateable": true,
|
"updateable": true,
|
||||||
"privileged": false,
|
"privileged": false,
|
||||||
"interface_port": 3000,
|
"interface_port": 3000,
|
||||||
"documentation": "https://github.com/CyferShepard/Jellystat",
|
"documentation": "https://github.com/CyferShepard/Jellystat",
|
||||||
"website": "https://github.com/CyferShepard/Jellystat",
|
"website": "https://github.com/CyferShepard/Jellystat",
|
||||||
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/jellystat.webp",
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/jellystat.webp",
|
||||||
"config_path": "/opt/jellystat/.env",
|
"config_path": "/opt/jellystat/.env",
|
||||||
"description": "A free and open source statistics app for Jellyfin",
|
"description": "A free and open source statistics app for Jellyfin",
|
||||||
"install_methods": [
|
"install_methods": [
|
||||||
{
|
{
|
||||||
"type": "default",
|
"type": "default",
|
||||||
"script": "tools/addon/jellystat.sh",
|
"script": "tools/addon/jellystat.sh",
|
||||||
"resources": {
|
"resources": {
|
||||||
"cpu": null,
|
"cpu": null,
|
||||||
"ram": null,
|
"ram": null,
|
||||||
"hdd": null,
|
"hdd": null,
|
||||||
"os": null,
|
"os": null,
|
||||||
"version": null
|
"version": null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"default_credentials": {
|
"default_credentials": {
|
||||||
"username": null,
|
"username": null,
|
||||||
"password": null
|
"password": null
|
||||||
|
},
|
||||||
|
"notes": [
|
||||||
|
{
|
||||||
|
"text": "Requires Node.js 20+ and PostgreSQL (auto-installed if missing)",
|
||||||
|
"type": "info"
|
||||||
},
|
},
|
||||||
"notes": [
|
{
|
||||||
{
|
"text": "Default PostgreSQL credentials: jellystat / jellystat",
|
||||||
"text": "Requires Node.js 20+ and PostgreSQL (auto-installed if missing)",
|
"type": "info"
|
||||||
"type": "info"
|
},
|
||||||
},
|
{
|
||||||
{
|
"text": "Update with: update_jellystat",
|
||||||
"text": "Default PostgreSQL credentials: jellystat / jellystat",
|
"type": "info"
|
||||||
"type": "info"
|
}
|
||||||
},
|
]
|
||||||
{
|
|
||||||
"text": "Update with: update_jellystat",
|
|
||||||
"type": "info"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user