Automatic builds

This commit is contained in:
Alexandre
2022-01-18 16:40:24 +01:00
parent 470c58d15a
commit d9fab47244
158 changed files with 582 additions and 861 deletions

View File

@@ -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)

View File

@@ -1,13 +1,13 @@
#============================#
# ALEXBELGIUM'S DOCKERFILE #
#============================#
#           _.------.
#       _.-`    ('>.-`"""-.
# '.--'`       _'`   _ .--.)
#    -'         '-.-';`   `
#    ' -      _.'  ``'--. 
#        '---`    .-'""`
#               /`
# _.------.
# _.-` ('>.-`"""-.
# '.--'` _'` _ .--.)
# -' '-.-';` `
# ' - _.' ``'--.
# '---` .-'""`
# /`
#=== Home Assistant Addon ===#
#################

View File

@@ -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?"