* update selfhst icon-URLs to use @master path Changed all icon URLs in JSON files from 'cdn.jsdelivr.net/gh/selfhst/icons/webp/' to 'cdn.jsdelivr.net/gh/selfhst/icons@master/webp/' for consistency and to ensure the latest icons are referenced. * added missing icons
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "Jeedom",
|
|
"slug": "jeedom",
|
|
"categories": [
|
|
16
|
|
],
|
|
"date_created": "2025-07-29",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 80,
|
|
"documentation": "https://doc.jeedom.com",
|
|
"config_path": "",
|
|
"website": "https://jeedom.com/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@master/webp/jeedom.webp",
|
|
"description": "Jeedom is a home automation system that is free, open, and cloudless. It allows users to manage and automate various aspects of their homes by creating objects, installing plugins for added functionalities, and connecting to a Market account for services. It also supports direct access URLs and user management.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/jeedom.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 2048,
|
|
"hdd": 16,
|
|
"os": "Debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "admin"
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
|
|
"type": "warning"
|
|
},
|
|
{
|
|
"text": "Only OS packages are updateable. To update Jeedom, please use the web interface.",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|