mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 21:34:06 +02:00
Merge pull request #2239 from alexbelgium/codex/fix-issue-#2237-in-hassio-addons
Expose CAN device mapping for SignalK add-on
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
- The Home Assistant project has deprecated support for the armv7, armhf and i386 architectures. Support wil be fully dropped in the upcoming Home Assistant 2025.12 release
|
- The Home Assistant project has deprecated support for the armv7, armhf and i386 architectures. Support wil be fully dropped in the upcoming Home Assistant 2025.12 release
|
||||||
|
- Add NET_ADMIN and NET_RAW capabilities to allow configuring CAN interfaces without host networking
|
||||||
|
|
||||||
## 2.18.0-2 (18-11-2025)
|
## 2.18.0-2 (18-11-2025)
|
||||||
- Minor bugs fixed
|
- Minor bugs fixed
|
||||||
|
|||||||
@@ -34,7 +34,9 @@ _Thanks to everyone having starred my repo! To star it click on the image below,
|
|||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
No optional variables
|
### Options
|
||||||
|
|
||||||
|
- `env_vars`: Extra environment variables passed to SignalK.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ arch:
|
|||||||
- amd64
|
- amd64
|
||||||
description: An implementation of a Signal K central server for boats
|
description: An implementation of a Signal K central server for boats
|
||||||
devices:
|
devices:
|
||||||
|
- /dev/can
|
||||||
- /dev/can0
|
- /dev/can0
|
||||||
- /dev/can1
|
- /dev/can1
|
||||||
- /dev/ttyUSB0
|
- /dev/ttyUSB0
|
||||||
@@ -43,6 +44,8 @@ schema:
|
|||||||
- name: match(^[A-Za-z0-9_]+$)
|
- name: match(^[A-Za-z0-9_]+$)
|
||||||
value: str?
|
value: str?
|
||||||
privileged:
|
privileged:
|
||||||
|
- NET_ADMIN
|
||||||
|
- NET_RAW
|
||||||
- SYS_ADMIN
|
- SYS_ADMIN
|
||||||
- SYS_RAWIO
|
- SYS_RAWIO
|
||||||
slug: signalk
|
slug: signalk
|
||||||
@@ -50,5 +53,5 @@ uart: true
|
|||||||
udev: true
|
udev: true
|
||||||
url: https://github.com/alexbelgium/hassio-addons
|
url: https://github.com/alexbelgium/hassio-addons
|
||||||
usb: true
|
usb: true
|
||||||
version: 2.18.0-2
|
version: 2.18.0-3
|
||||||
webui: http://[HOST]:[PORT:3000]
|
webui: http://[HOST]:[PORT:3000]
|
||||||
|
|||||||
Reference in New Issue
Block a user