This commit is contained in:
Alexandre
2021-02-21 20:07:55 +01:00
parent fc2282f62e
commit db5582cb74
18 changed files with 113 additions and 219 deletions

View File

@@ -1,6 +1,6 @@
# Home assistant add-on: Scrunity
![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armhf Architecture][armhf-shield] ![Supports armv7 Architecture][armv7-shield] ![Privileged required][privileged-shield]
![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armhf Architecture][armhf-shield] ![Supports armv7 Architecture][armv7-shield] ![Privileged required][privileged-shield]
## About
@@ -20,6 +20,7 @@ comparison to installing any other Hass.io add-on.
1. Carefully configure the add-on to your preferences, see the official documentation for for that.
## Configuration
Webui can be found at <http://your-ip:8085>. Configurations can be done through the app, except for the following options.
```yaml

View File

@@ -1,9 +1,8 @@
{
"build_from": {
"armv7": "linuxserver/scrutiny:arm32v7-",
"armhf": "linuxserver/scrutiny:arm32v7-",
"aarch64": "linuxserver/scrutiny:arm64v8-",
"amd64": "linuxserver/scrutiny:amd64-"
}
"build_from": {
"armv7": "linuxserver/scrutiny:arm32v7-",
"armhf": "linuxserver/scrutiny:arm32v7-",
"aarch64": "linuxserver/scrutiny:arm64v8-",
"amd64": "linuxserver/scrutiny:amd64-"
}
}