ProxmoxVED/frontend/public/json/tracearr.json
Jordan Tomkinson 5c296111c1 Add tracearr
2025-12-28 12:54:29 +00:00

35 lines
1017 B
JSON

{
"name": "Tracearr",
"slug": "tracearr",
"categories": [
13
],
"date_created": "2025-12-28",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 3000,
"documentation": "https://github.com/connorgallopo/Tracearr#readme",
"config_path": "",
"website": "https://github.com/connorgallopo/Tracearr",
"logo": "https://raw.githubusercontent.com/connorgallopo/Tracearr/refs/heads/main/apps/web/public/logo-transparent.png",
"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": [
{
"type": "default",
"script": "ct/tracearr.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 5,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}