mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-05-30 07:30:25 +00:00
* Update jsons * push * more * Switch to CDN * push new Icons into Branch * Update dotnetaspwebapi.json * add proxmox logo * Update wger.json * switch to webp * Update apt-cacher-ng.json * Update homarr.json * finalize * Update sqlserver2022.json * fixes * merge --------- Co-authored-by: tremor021 <arezina.slavisa@gmail.com> Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
53 lines
1.9 KiB
JSON
53 lines
1.9 KiB
JSON
{
|
|
"name": "Home Assistant Container",
|
|
"slug": "homeassistant",
|
|
"categories": [
|
|
16
|
|
],
|
|
"date_created": "2024-04-29",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 8123,
|
|
"documentation": "https://www.home-assistant.io/docs/",
|
|
"website": "https://www.home-assistant.io/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/home-assistant.webp",
|
|
"config_path": "/var/lib/docker/volumes/hass_config/_data",
|
|
"description": "A standalone container-based installation of Home Assistant Core means that the software is installed inside a Docker container, separate from the host operating system. This allows for flexibility and scalability, as well as improved security, as the container can be easily moved or isolated from other processes on the host.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/homeassistant.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 2048,
|
|
"hdd": 16,
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "If the LXC is created Privileged, the script will automatically set up USB passthrough.",
|
|
"type": "warning"
|
|
},
|
|
{
|
|
"text": "config path: `/var/lib/docker/volumes/hass_config/_data`",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "Portainer interface: $IP: 9443 - User & password must be set manually within 5 minutes, otherwise a restart of Portainer is required!",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
|
|
"type": "warning"
|
|
}
|
|
]
|
|
}
|