|
|
@ -489,16 +489,6 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/z |
|
|
|
<h3 align="center" id="heading">⚡ Default Settings: 1GB RAM - 4GB Storage - 2vCPU ⚡</h3> |
|
|
|
<h3 align="center" id="heading">⚡ Default Settings: 1GB RAM - 4GB Storage - 2vCPU ⚡</h3> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
⚙️ **To allow USB device passthrough:** |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In the **Proxmox Shell** run (**replace `106` with your LXC ID**) |
|
|
|
|
|
|
|
```yaml |
|
|
|
|
|
|
|
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/usb-passthrough.sh)" -s 106 |
|
|
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reboot the LXC to apply the changes |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
⚙️ **Determine the location of your adapter** |
|
|
|
⚙️ **Determine the location of your adapter** |
|
|
|
|
|
|
|
|
|
|
|
Run from the LXC console |
|
|
|
Run from the LXC console |
|
|
@ -533,6 +523,7 @@ mqtt: |
|
|
|
version: 4 |
|
|
|
version: 4 |
|
|
|
serial: |
|
|
|
serial: |
|
|
|
port: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 |
|
|
|
port: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 |
|
|
|
|
|
|
|
#adapter: deconz ### uncomment adapter: deconz for ConBee II ### |
|
|
|
advanced: |
|
|
|
advanced: |
|
|
|
pan_id: GENERATE |
|
|
|
pan_id: GENERATE |
|
|
|
network_key: GENERATE |
|
|
|
network_key: GENERATE |
|
|
|