This commit is contained in:
Alexandre
2021-12-07 20:32:45 +01:00
13 changed files with 89 additions and 25 deletions

View File

@@ -1 +1,4 @@
## 1.0.0 (07-12-2021)
- Update to latest version from t0mer/Arpspoof-Docker
- Initial release

View File

@@ -3,7 +3,8 @@ ARG BUILD_VERSION
FROM techblog/arpspoof-docker:latest
ENV BASHIO_VERSION=0.14.3
ENV PACKAGES="jq \
curl"
curl \
iproute2"
RUN \
################

View File

@@ -42,6 +42,23 @@ ROUTER_IP: 127.0.0.1 #Required Router IP
INTERFACE_NAME: name #Required Interface name. Autofilled if empty.
```
## Home-Assistant configuration
You can use a `command_line` switch to temporary disable a internet device in your network.
```yaml
- platform: command_line
switches:
iphone_internet:
friendly_name: "iPhone internet"
command_off: "/usr/bin/curl -X GET http://{HA-IP}:7022/disconnect?ip={iPhoneIP}"
command_on: "/usr/bin/curl -X GET http://{HA-IP}:7022/reconnect?ip={iPhoneIP}"
command_state: "/usr/bin/curl -X GET http://{HA-IP}:7022/status?ip={iPhoneIP}"
value_template: >
{{ value != "1" }}
```
## Support
Create an issue on github

View File

@@ -1,12 +1,15 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"boot": "auto",
"description": "block internet connection for local network devices",
"devices": [
],
"environment": {
},
"devices": [],
"environment": {},
"map": [],
"host_network": true,
"name": "Arpspoof",
@@ -19,14 +22,17 @@
"ports_description": {
"7022/tcp": "web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"ROUTER_IP": "str",
"INTERFACE_NAME": "str?"
},
"slug": "arpspoof",
"upstream": "1.0",
"upstream": "1.0.0",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.0",
"version": "1.0.0",
"webui": "http://[HOST]:[PORT:7022]"
}

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env bashio
# Autodefine if not defined
if [ -z INTERFACE_NAME ]; then
INTERFACE_NAME=$(ip route get 8.8.8.8 | sed -nr 's/.*dev ([^\ ]+).*/\1/p')
if [ ! -z INTERFACE_NAME ]; then
export INTERFACE_NAME=$(ip route get 8.8.8.8 | sed -nr 's/.*dev ([^\ ]+).*/\1/p')
bashio::log.blue "Autodetection : INTERFACE_NAME=$INTERFACE_NAME"
fi

View File

@@ -1,4 +1,7 @@
## 0.20.105 (07-12-2021)
- Update to latest version from linuxserver/docker-jackett
## 0.20.95 (07-12-2021)
- Update to latest version from linuxserver/docker-jackett

View File

@@ -44,8 +44,8 @@
},
"slug": "jackett_nas",
"startup": "services",
"upstream": "0.20.95",
"upstream": "0.20.105",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.20.95",
"version": "0.20.105",
"webui": "http://[HOST]:[PORT:9117]"
}

View File

@@ -1,3 +1,6 @@
## 1.25.1.5286-34f965be8-ls91 (07-12-2021)
- Update to latest version from linuxserver/docker-plex
- localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
## 1.25.0.5282-2edd3c44d-ls89 (02-12-2021)

View File

@@ -1,6 +1,11 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"boot": "auto",
"description": "Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices.",
"devices": [
@@ -46,7 +51,11 @@
"PUID": "0",
"PGID": "0"
},
"map": ["share:rw", "media:rw", "ssl"],
"map": [
"share:rw",
"media:rw",
"ssl"
],
"name": "Plex NAS",
"options": {
"PUID": 0,
@@ -82,7 +91,10 @@
"33400/tcp": "WebTools",
"33443/tcp": "WebTools"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PUID": "int",
"PGID": "int",
@@ -97,9 +109,9 @@
},
"slug": "plex_nas",
"startup": "services",
"upstream": "1.25.0.5282-2edd3c44d-ls89",
"upstream": "1.25.1.5286-34f965be8-ls91",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.25.0.5282-2edd3c44d-ls89-2",
"version": "1.25.1.5286-34f965be8-ls91",
"video": true,
"webui": "http://[HOST]:[PORT:32400]/web"
}

View File

@@ -1,4 +1,7 @@
## nightly-0.1.8.1212-ls220 (07-12-2021)
- Update to latest version from linuxserver/docker-prowlarr
## nightly-0.1.8.1210-ls218 (07-12-2021)
- Update to latest version from linuxserver/docker-prowlarr

View File

@@ -47,8 +47,8 @@
},
"slug": "prowlarr",
"startup": "services",
"upstream": "nightly-0.1.8.1210-ls218",
"upstream": "nightly-0.1.8.1212-ls220",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "nightly-0.1.8.1210-ls218",
"version": "nightly-0.1.8.1212-ls220",
"webui": "http://[HOST]:[PORT:9696]"
}

View File

@@ -1,4 +1,7 @@
## nightly-0.1.0.1085-ls49 (07-12-2021)
- Update to latest version from linuxserver/docker-readarr
## nightly-0.1.0.1083-ls48 (03-12-2021)
- Update to latest version from linuxserver/docker-readarr

View File

@@ -1,6 +1,11 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"boot": "auto",
"description": "Book Manager and Automation",
"devices": [
@@ -35,7 +40,12 @@
"PUID": "0",
"PGID": "0"
},
"map": ["config:rw", "share:rw", "media:rw", "config:rw"],
"map": [
"config:rw",
"share:rw",
"media:rw",
"config:rw"
],
"name": "readarr NAS",
"options": {
"PUID": 0,
@@ -50,7 +60,10 @@
"ports_description": {
"8787/tcp": "web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PUID": "int",
"PGID": "int",
@@ -61,8 +74,8 @@
"cifspassword": "str?"
},
"slug": "readarr_nas",
"upstream": "nightly-0.1.0.1083-ls48",
"upstream": "nightly-0.1.0.1085-ls49",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "nightly-0.1.0.1083-ls48",
"version": "nightly-0.1.0.1085-ls49",
"webui": "http://[HOST]:[PORT:8787]"
}