Files
ProxmoxVE-Local/scripts/json/nxwitness.json
Michel Roegl-Brunner 82dc4643de feat: optimize JSON sync with 1 API call + raw URLs
- Replace GitHub API calls (390+) with 1 API call + raw URL downloads
- Create GitHubJsonService for efficient JSON file syncing
- Reduce API rate limiting issues by 99.7%
- Add automatic page reload after successful sync
- Update tests to use new service
- Maintain same functionality with better performance

Performance improvement:
- Before: 390+ GitHub API calls (1 per JSON file)
- After: 1 GitHub API call + 389 raw URL downloads
- Raw URLs have no rate limits, making sync much more reliable
2025-09-15 14:30:07 +02:00

35 lines
1.3 KiB
JSON

{
"name": "Nx Witness",
"slug": "nxwitness",
"categories": [
15
],
"date_created": "2025-02-13",
"type": "ct",
"updateable": true,
"privileged": true,
"interface_port": 7001,
"documentation": "https://support.networkoptix.com/hc/en-us/articles/360006863413-Access-the-Nx-Witness-User-Manual",
"website": "https://www.networkoptix.com/nx-witness",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/nx-witness.webp",
"config_path": "",
"description": "Nx Witness is a professional video management system (VMS) designed for IP cameras and surveillance systems. It provides real-time video streaming, recording, and remote access with an intuitive user interface. The software supports AI-based video analytics, integrates with third-party security systems, and offers advanced search and event management features. It is used for security monitoring, business intelligence, and large-scale surveillance deployments.",
"install_methods": [
{
"type": "default",
"script": "ct/nxwitness.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 8,
"os": "ubuntu",
"version": "24.04"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}