|
1 | 1 | { |
2 | | - "name": "Podman Home Assistant Container", |
3 | | - "slug": "podman-homeassistant", |
4 | | - "categories": [ |
5 | | - 16 |
6 | | - ], |
7 | | - "date_created": "2024-04-29", |
8 | | - "type": "ct", |
9 | | - "updateable": true, |
10 | | - "privileged": false, |
11 | | - "interface_port": 8123, |
12 | | - "documentation": "https://www.home-assistant.io/docs/", |
13 | | - "website": "https://www.home-assistant.io/", |
14 | | - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/home-assistant.webp", |
15 | | - "config_path": "/var/lib/containers/storage/volumes/hass_config/_data", |
16 | | - "description": "A standalone Podman container-based installation of Home Assistant Core means that the Home Assistant Core software is installed inside a container managed by Podman, separate from the host operating system. This provides a flexible and scalable solution for running the software, as the container can be easily moved between host systems or isolated from other processes for security. Podman is a popular open-source tool for managing containers that is similar to Docker, but designed for use on Linux systems without a daemon.\r\n\r\n\ud83d\udec8 If the LXC is created Privileged, the script will automatically set up USB passthrough.", |
17 | | - "install_methods": [ |
18 | | - { |
19 | | - "type": "default", |
20 | | - "script": "ct/podman-homeassistant.sh", |
21 | | - "resources": { |
22 | | - "cpu": 2, |
23 | | - "ram": 2048, |
24 | | - "hdd": 16, |
25 | | - "os": "debian", |
26 | | - "version": "12" |
27 | | - } |
28 | | - } |
29 | | - ], |
30 | | - "default_credentials": { |
31 | | - "username": null, |
32 | | - "password": null |
| 2 | + "name": "Podman Home Assistant Container", |
| 3 | + "slug": "podman-homeassistant", |
| 4 | + "categories": [ |
| 5 | + 16 |
| 6 | + ], |
| 7 | + "date_created": "2024-04-29", |
| 8 | + "type": "ct", |
| 9 | + "updateable": true, |
| 10 | + "privileged": false, |
| 11 | + "interface_port": 8123, |
| 12 | + "documentation": "https://www.home-assistant.io/docs/", |
| 13 | + "website": "https://www.home-assistant.io/", |
| 14 | + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/home-assistant.webp", |
| 15 | + "config_path": "/var/lib/containers/storage/volumes/hass_config/_data", |
| 16 | + "description": "A standalone Podman container-based installation of Home Assistant Core means that the Home Assistant Core software is installed inside a container managed by Podman, separate from the host operating system. This provides a flexible and scalable solution for running the software, as the container can be easily moved between host systems or isolated from other processes for security. Podman is a popular open-source tool for managing containers that is similar to Docker, but designed for use on Linux systems without a daemon.\r\n\r\n\ud83d\udec8 If the LXC is created Privileged, the script will automatically set up USB passthrough.", |
| 17 | + "install_methods": [ |
| 18 | + { |
| 19 | + "type": "default", |
| 20 | + "script": "ct/podman-homeassistant.sh", |
| 21 | + "resources": { |
| 22 | + "cpu": 2, |
| 23 | + "ram": 2048, |
| 24 | + "hdd": 16, |
| 25 | + "os": "debian", |
| 26 | + "version": "12" |
| 27 | + } |
| 28 | + } |
| 29 | + ], |
| 30 | + "default_credentials": { |
| 31 | + "username": null, |
| 32 | + "password": null |
| 33 | + }, |
| 34 | + "notes": [ |
| 35 | + { |
| 36 | + "text": "If the LXC is created Privileged, the script will automatically set up USB passthrough.", |
| 37 | + "type": "warning" |
33 | 38 | }, |
34 | | - "notes": [ |
35 | | - { |
36 | | - "text": "If the LXC is created Privileged, the script will automatically set up USB passthrough.", |
37 | | - "type": "warning" |
38 | | - }, |
39 | | - { |
40 | | - "text": "config path: `/var/lib/containers/storage/volumes/hass_config/_data`", |
41 | | - "type": "info" |
42 | | - }, |
43 | | - { |
44 | | - "text": "Options to Install Portainer or Portainer Agent", |
45 | | - "type": "warning" |
46 | | - }, |
47 | | - { |
48 | | - "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", |
49 | | - "type": "warning" |
50 | | - } |
51 | | - ] |
| 39 | + { |
| 40 | + "text": "config path: `/var/lib/containers/storage/volumes/hass_config/_data`", |
| 41 | + "type": "info" |
| 42 | + }, |
| 43 | + { |
| 44 | + "text": "Options to Install Portainer or Portainer Agent", |
| 45 | + "type": "warning" |
| 46 | + } |
| 47 | + ] |
52 | 48 | } |
0 commit comments