Update date in json (#11090)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
community-scripts-pr-app[bot]
2026-01-23 13:06:56 +00:00
committed by GitHub
parent a09a5bc6ae
commit 15808db2aa
+33 -33
View File
@@ -1,35 +1,35 @@
{ {
"name": "Tracearr", "name": "Tracearr",
"slug": "tracearr", "slug": "tracearr",
"categories": [ "categories": [
14 14
], ],
"date_created": "2025-12-28", "date_created": "2026-01-23",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 3000, "interface_port": 3000,
"documentation": "https://github.com/connorgallopo/Tracearr#readme", "documentation": "https://github.com/connorgallopo/Tracearr#readme",
"config_path": "", "config_path": "",
"website": "https://github.com/connorgallopo/Tracearr", "website": "https://github.com/connorgallopo/Tracearr",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/tracearr.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/tracearr.webp",
"description": "Tracearr is a streaming access manager for Plex, Jellyfin and Emby servers. It answers the question every server owner eventually asks: \"Who's actually using my server, and are they sharing their login?\"", "description": "Tracearr is a streaming access manager for Plex, Jellyfin and Emby servers. It answers the question every server owner eventually asks: \"Who's actually using my server, and are they sharing their login?\"",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/tracearr.sh", "script": "ct/tracearr.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 2048, "ram": 2048,
"hdd": 5, "hdd": 5,
"os": "Debian", "os": "Debian",
"version": "13" "version": "13"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [] "notes": []
} }