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:
Alexandre
2025-11-26 07:39:51 +01:00
committed by GitHub
3 changed files with 8 additions and 2 deletions

View File

@@ -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
- Add NET_ADMIN and NET_RAW capabilities to allow configuring CAN interfaces without host networking
## 2.18.0-2 (18-11-2025)
- Minor bugs fixed

View File

@@ -34,7 +34,9 @@ _Thanks to everyone having starred my repo! To star it click on the image below,
## Configuration
No optional variables
### Options
- `env_vars`: Extra environment variables passed to SignalK.
## Installation

View File

@@ -4,6 +4,7 @@ arch:
- amd64
description: An implementation of a Signal K central server for boats
devices:
- /dev/can
- /dev/can0
- /dev/can1
- /dev/ttyUSB0
@@ -43,6 +44,8 @@ schema:
- name: match(^[A-Za-z0-9_]+$)
value: str?
privileged:
- NET_ADMIN
- NET_RAW
- SYS_ADMIN
- SYS_RAWIO
slug: signalk
@@ -50,5 +53,5 @@ uart: true
udev: true
url: https://github.com/alexbelgium/hassio-addons
usb: true
version: 2.18.0-2
version: 2.18.0-3
webui: http://[HOST]:[PORT:3000]