ProxmoxVE/frontend/public/json/hyperhdr.json
CanbiZ 1851560f26 Set updateable to true for all JSON app configs
Changed the 'updateable' property from false to true in all application JSON configuration files under frontend/public/json. This enables update functionality for all listed apps and containers.
2025-09-10 09:12:56 +02:00

36 lines
884 B
JSON

{
"name": "HyperHDR",
"slug": "hyperhdr",
"categories": [
13
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": true,
"interface_port": 8090,
"documentation": "https://github.com/awawa-dev/HyperHDR/wiki",
"website": "https://github.com/awawa-dev/HyperHDR",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/hyperhdr.webp",
"config_path": "",
"description": "HyperHDR is a highly optimized open source ambient lighting implementation based on modern digital video and audio stream analysis.",
"install_methods": [
{
"type": "default",
"script": "ct/hyperhdr.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 4,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}