mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 06:14:07 +02:00
Restore original configuration for addons_updater and templates
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
||||
[![Donate][paypal-badge]](https://www.paypal.com/donate/?hosted_button_id=DZFULJZTP3UQA)
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
[](https://www.codacy.com/gh/alexbelgium/hassio-addons/dashboard?utm_source=github.com&utm_medium=referral&utm_content=alexbelgium/hassio-addons&utm_campaign=Badge_Grade)
|
||||
[](https://github.com/alexbelgium/hassio-addons/actions/workflows/weekly-supelinter.yaml)
|
||||
|
||||
@@ -1,59 +0,0 @@
|
||||
{
|
||||
"apparmor": false,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "An implementation of a Signal K central server for boats",
|
||||
"devices": [
|
||||
"/dev/can0",
|
||||
"/dev/can1",
|
||||
"/dev/ttyUSB0",
|
||||
"/dev/ttyUSB1",
|
||||
"/dev/ttyACM0",
|
||||
"/dev/ttyACM1"
|
||||
],
|
||||
"environment": {
|
||||
"HOME": "/config",
|
||||
"NMEA0183PORT": "10110",
|
||||
"PORT": "3000",
|
||||
"SSLPORT": "3443",
|
||||
"TCPSTREAMPORT": "8375"
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/signalk-{arch}",
|
||||
"map": [
|
||||
"addon_config:rw"
|
||||
],
|
||||
"name": "Signalk Server",
|
||||
"ports": {
|
||||
"10110/tcp": 10110,
|
||||
"1458/udp": null,
|
||||
"1459/tcp": null,
|
||||
"1460/udp": null,
|
||||
"3000/tcp": 3000,
|
||||
"3443/tcp": 3443,
|
||||
"8375/tcp": 8375
|
||||
},
|
||||
"ports_description": {
|
||||
"10110/tcp": "NMEA0183 port",
|
||||
"1458/udp": "Custom 1",
|
||||
"1459/tcp": "Custom 2",
|
||||
"1460/udp": "Custom 3",
|
||||
"3000/tcp": "web interface",
|
||||
"3443/tcp": "ssl web interface",
|
||||
"8375/tcp": "TCPSTREAM port"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"SYS_RAWIO"
|
||||
],
|
||||
"slug": "signalk",
|
||||
"uart": true,
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"usb": true,
|
||||
"version": "2.16.0",
|
||||
"webui": "http://[HOST]:[PORT:3000]"
|
||||
}
|
||||
50
signalk/config.yaml
Normal file
50
signalk/config.yaml
Normal file
@@ -0,0 +1,50 @@
|
||||
apparmor: false
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armv7
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: An implementation of a Signal K central server for boats
|
||||
devices:
|
||||
- /dev/can0
|
||||
- /dev/can1
|
||||
- /dev/ttyUSB0
|
||||
- /dev/ttyUSB1
|
||||
- /dev/ttyACM0
|
||||
- /dev/ttyACM1
|
||||
environment:
|
||||
HOME: /config
|
||||
NMEA0183PORT: '10110'
|
||||
PORT: '3000'
|
||||
SSLPORT: '3443'
|
||||
TCPSTREAMPORT: '8375'
|
||||
image: ghcr.io/alexbelgium/signalk-{arch}
|
||||
map:
|
||||
- addon_config:rw
|
||||
name: Signalk Server
|
||||
ports:
|
||||
10110/tcp: 10110
|
||||
1458/udp: null
|
||||
1459/tcp: null
|
||||
1460/udp: null
|
||||
3000/tcp: 3000
|
||||
3443/tcp: 3443
|
||||
8375/tcp: 8375
|
||||
ports_description:
|
||||
10110/tcp: NMEA0183 port
|
||||
1458/udp: Custom 1
|
||||
1459/tcp: Custom 2
|
||||
1460/udp: Custom 3
|
||||
3000/tcp: web interface
|
||||
3443/tcp: ssl web interface
|
||||
8375/tcp: TCPSTREAM port
|
||||
privileged:
|
||||
- SYS_ADMIN
|
||||
- SYS_RAWIO
|
||||
slug: signalk
|
||||
uart: true
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
usb: true
|
||||
version: 2.16.0
|
||||
webui: http://[HOST]:[PORT:3000]
|
||||
Reference in New Issue
Block a user