mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Automatic builds
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
- Automatic builds (reduced size, local wear, install duration...)
|
||||
- New standardized logic for Dockerfile build and packages installation
|
||||
|
||||
## 1.0.0 (07-12-2021)
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
#============================#
|
||||
# ALEXBELGIUM'S DOCKERFILE #
|
||||
#============================#
|
||||
# _.------.
|
||||
# _.-` ('>.-`"""-.
|
||||
# '.--'` _'` _ .--.)
|
||||
# -' '-.-';` `
|
||||
# ' - _.' ``'--.
|
||||
# '---` .-'""`
|
||||
# /`
|
||||
# _.------.
|
||||
# _.-` ('>.-`"""-.
|
||||
# '.--'` _'` _ .--.)
|
||||
# -' '-.-';` `
|
||||
# ' - _.' ``'--.
|
||||
# '---` .-'""`
|
||||
# /`
|
||||
#=== Home Assistant Addon ===#
|
||||
|
||||
#################
|
||||
|
||||
@@ -1,15 +1,11 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7",
|
||||
"armhf"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||
"boot": "auto",
|
||||
"description": "block internet connection for local network devices",
|
||||
"devices": [],
|
||||
"environment": {},
|
||||
"image": "ghcr.io/alexbelgium/arpspoof-{arch}",
|
||||
"map": [],
|
||||
"host_network": true,
|
||||
"name": "Arpspoof",
|
||||
@@ -22,10 +18,7 @@
|
||||
"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?"
|
||||
|
||||
Reference in New Issue
Block a user