Skip to content

Commit

Permalink
config.json ha addon fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dodoooh committed Dec 11, 2024
1 parent 3b53724 commit e9f83c0
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions brother_ql_app/config.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"name": "Brother QL App",
"version": "1.1.0",
"slug": "brother_ql_app",
"description": "A Home Assistant Add-on for the Brother QL label printer.",
"arch": [
"armhf",
"armv7",
"aarch64",
"amd64",
"i386"
],
"startup": "application",
"boot": "auto",
"options": {},
"schema": {},
"image": "dodoooh/brother_ql_app",
"host_network": true,
"ports": {
"5000/tcp": 5000
},
"ingress": false,
"panel_icon": "mdi:printer",
"map": [
"config",
"ssl",
"share",
"media"
],
"webui": "http://[HOST]:[PORT:5000]",
"environment": [
{
"name": "EXAMPLE_ENV",
"value": "example_value"
}
],
"privileged": [
"NET_ADMIN",
"SYS_ADMIN"
]
}
"name": "Brother QL App",
"version": "1.1.0",
"slug": "brother_ql_app",
"description": "A Home Assistant Add-on for the Brother QL label printer.",
"arch": [
"armhf",
"armv7",
"aarch64",
"amd64",
"i386"
],
"startup": "application",
"boot": "auto",
"options": {},
"schema": {},
"image": "dodoooh/brother_ql_app",
"host_network": true,
"ports": {
"5000/tcp": 5000
},
"ingress": false,
"panel_icon": "mdi:printer",
"map": [
"config",
"ssl",
"share",
"media"
],
"webui": "http://[HOST]:[PORT:5000]",
"environment": [
{
"name": "EXAMPLE_ENV",
"value": "example_value"
}
],
"privileged": [
"NET_ADMIN",
"SYS_ADMIN"
]
}

0 comments on commit e9f83c0

Please sign in to comment.