mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Github bot : json sorted
This commit is contained in:
@@ -58,8 +58,8 @@
|
|||||||
"/dev/nvme2"
|
"/dev/nvme2"
|
||||||
],
|
],
|
||||||
"environment": {
|
"environment": {
|
||||||
"DOCKER_MODS": "imagegenius/mods:universal-redis",
|
|
||||||
"CI_PORT": "8080",
|
"CI_PORT": "8080",
|
||||||
|
"DOCKER_MODS": "imagegenius/mods:universal-redis",
|
||||||
"MACHINE_LEARNING_CACHE_FOLDER": "/data/machine-learning",
|
"MACHINE_LEARNING_CACHE_FOLDER": "/data/machine-learning",
|
||||||
"MACHINE_LEARNING_WORKERS": "1",
|
"MACHINE_LEARNING_WORKERS": "1",
|
||||||
"MACHINE_LEARNING_WORKER_TIMEOUT": "120",
|
"MACHINE_LEARNING_WORKER_TIMEOUT": "120",
|
||||||
|
|||||||
@@ -76,12 +76,12 @@
|
|||||||
"PUID": 0
|
"PUID": 0
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"9117/tcp": 9117,
|
"8889/tcp": 8889,
|
||||||
"8889/tcp": 8889
|
"9117/tcp": 9117
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"9117/tcp": "Web interface",
|
"8889/tcp": "Alternative port",
|
||||||
"8889/tcp": "Alternative port"
|
"9117/tcp": "Web interface"
|
||||||
},
|
},
|
||||||
"privileged": [
|
"privileged": [
|
||||||
"SYS_ADMIN",
|
"SYS_ADMIN",
|
||||||
|
|||||||
@@ -61,10 +61,10 @@
|
|||||||
"environment": {
|
"environment": {
|
||||||
"PAPERLESS_ADMIN_PASSWORD": "admin",
|
"PAPERLESS_ADMIN_PASSWORD": "admin",
|
||||||
"PAPERLESS_ADMIN_USER": "admin",
|
"PAPERLESS_ADMIN_USER": "admin",
|
||||||
"PAPERLESS_DATA_DIR": "/config/data",
|
|
||||||
"PAPERLESS_MEDIA_ROOT": "/config/media",
|
|
||||||
"PAPERLESS_CONSUMPTION_DIR": "/config/consume",
|
"PAPERLESS_CONSUMPTION_DIR": "/config/consume",
|
||||||
|
"PAPERLESS_DATA_DIR": "/config/data",
|
||||||
"PAPERLESS_EXPORT_DIR": "/config/export",
|
"PAPERLESS_EXPORT_DIR": "/config/export",
|
||||||
|
"PAPERLESS_MEDIA_ROOT": "/config/media",
|
||||||
"PGID": "0",
|
"PGID": "0",
|
||||||
"PUID": "0"
|
"PUID": "0"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"build_from": {
|
"build_from": {
|
||||||
"aarch64": "ghcr.io/signalk/signalk-server:latest",
|
"aarch64": "ghcr.io/signalk/signalk-server:latest",
|
||||||
"amd64": "ghcr.io/signalk/signalk-server:latest",
|
"amd64": "ghcr.io/signalk/signalk-server:latest",
|
||||||
"armv7": "ghcr.io/signalk/signalk-server:latest"
|
"armv7": "ghcr.io/signalk/signalk-server:latest"
|
||||||
},
|
},
|
||||||
"codenotary": {
|
"codenotary": {
|
||||||
"signer": "alexandrep.github@gmail.com"
|
"signer": "alexandrep.github@gmail.com"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -8,9 +8,9 @@
|
|||||||
"description": "An implementation of a Signal K central server for boats",
|
"description": "An implementation of a Signal K central server for boats",
|
||||||
"environment": {
|
"environment": {
|
||||||
"HOME": "/config",
|
"HOME": "/config",
|
||||||
|
"NMEA0183PORT": "10110",
|
||||||
"PORT": "3000",
|
"PORT": "3000",
|
||||||
"SSLPORT": "3443",
|
"SSLPORT": "3443",
|
||||||
"NMEA0183PORT": "10110",
|
|
||||||
"TCPSTREAMPORT": "8375"
|
"TCPSTREAMPORT": "8375"
|
||||||
},
|
},
|
||||||
"image": "ghcr.io/alexbelgium/signalk-{arch}",
|
"image": "ghcr.io/alexbelgium/signalk-{arch}",
|
||||||
@@ -19,15 +19,15 @@
|
|||||||
],
|
],
|
||||||
"name": "Signalk Server",
|
"name": "Signalk Server",
|
||||||
"ports": {
|
"ports": {
|
||||||
|
"10110/tcp": 10110,
|
||||||
"3000/tcp": 3000,
|
"3000/tcp": 3000,
|
||||||
"3443/tcp": 3443,
|
"3443/tcp": 3443,
|
||||||
"10110/tcp": 10110,
|
|
||||||
"8375/tcp": 8375
|
"8375/tcp": 8375
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
|
"10110/tcp": "NMEA0183 port",
|
||||||
"3000/tcp": "web interface",
|
"3000/tcp": "web interface",
|
||||||
"3443/tcp": "ssl web interface",
|
"3443/tcp": "ssl web interface",
|
||||||
"10110/tcp": "NMEA0183 port",
|
|
||||||
"8375/tcp": "TCPSTREAM port"
|
"8375/tcp": "TCPSTREAM port"
|
||||||
},
|
},
|
||||||
"slug": "signalk",
|
"slug": "signalk",
|
||||||
|
|||||||
Reference in New Issue
Block a user