mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Update to "2.1.24"
This commit is contained in:
@@ -1,34 +1,33 @@
|
||||
{
|
||||
"name": "Joal",
|
||||
"version": "2.1.22-dev2",
|
||||
"upstream": "2.1.23",
|
||||
"slug": "joal",
|
||||
"description": "An open source command line RatioMaster with WebUI",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"startup": "services",
|
||||
"arch": [
|
||||
"name": "Joal",
|
||||
"version": "\"2.1.24\"",
|
||||
"upstream": "2.1.24",
|
||||
"slug": "joal",
|
||||
"description": "An open source command line RatioMaster with WebUI",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"startup": "services",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7",
|
||||
"armhf"
|
||||
],
|
||||
"ports": {
|
||||
"49152/tcp": 49152,
|
||||
"8081/tcp": 8081
|
||||
},
|
||||
"ports_description": {
|
||||
"49152/tcp": "torrent port",
|
||||
"8081/tcp": "Web UI port"
|
||||
},
|
||||
"webui": "http://[HOST]:[PORT:8081]/joal/ui",
|
||||
"boot": "auto",
|
||||
"host_network": false,
|
||||
"environment": {
|
||||
"ports": {
|
||||
"49152/tcp": 49152,
|
||||
"8081/tcp": 8081
|
||||
},
|
||||
"ports_description": {
|
||||
"49152/tcp": "torrent port",
|
||||
"8081/tcp": "Web UI port"
|
||||
},
|
||||
"webui": "http://[HOST]:[PORT:8081]/joal/ui",
|
||||
"boot": "auto",
|
||||
"host_network": false,
|
||||
"environment": {},
|
||||
"options": {
|
||||
"secret_token": "lrMY24Byhx"
|
||||
"secret_token": "lrMY24Byhx"
|
||||
},
|
||||
"schema": {
|
||||
"secret_token": "str"
|
||||
"secret_token": "str"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user