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
- Improve architecture detection

View File

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

View File

@@ -1,10 +1,5 @@
{
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7"
],
"arch": ["aarch64", "amd64", "armhf", "armv7"],
"description": "Manage your Docker environment with ease",
"docker_api": true,
"hassio_api": true,
@@ -12,10 +7,8 @@
"ingress_port": 1337,
"ingress_stream": true,
"init": false,
"map": [
"share:rw",
"ssl"
],
"image": "ghcr.io/alexbelgium/portainer-{arch}",
"map": ["share:rw", "ssl"],
"name": "Portainer",
"options": {
"ssl": false,