diff --git a/.DS_Store b/.DS_Store index 45851ec..1337599 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/docker-socket-proxy/build.yaml b/docker-socket-proxy/build.yaml index b874a5a..16113ed 100644 --- a/docker-socket-proxy/build.yaml +++ b/docker-socket-proxy/build.yaml @@ -1,10 +1,10 @@ build_from: - aarch64: ghcr.io/hassio-addons/base:18.2.1 - amd64: ghcr.io/hassio-addons/base:18.2.1 - armhf: ghcr.io/hassio-addons/base:18.2.1 - armv7: ghcr.io/hassio-addons/base:18.2.1 - i386: ghcr.io/hassio-addons/base:18.2.1 + aarch64: ghcr.io/hassio-addons/base:19.0.0 + amd64: ghcr.io/hassio-addons/base:19.0.0 + armhf: ghcr.io/hassio-addons/base:19.0.0 + armv7: ghcr.io/hassio-addons/base:19.0.0 + i386: ghcr.io/hassio-addons/base:19.0.0 args: - HAPROXY_BRANCH: "3.2" - HAPROXY_VERSION: 3.2.7 - HAPROXY_SHA256: 1f0ae9dfb0b319e2d5cb6e4cdf931a0877ad88e0090c46cf16faf008fbf54278 \ No newline at end of file + HAPROXY_BRANCH: "3.3" + HAPROXY_VERSION: 3.3.O + HAPROXY_SHA256: bf2da6b69f82d7b855be977ab9e1d4704eef5629b657ac72afb5958a869c902e \ No newline at end of file diff --git a/docker-socket-proxy/config.yaml b/docker-socket-proxy/config.yaml index 2b27458..82d4f25 100644 --- a/docker-socket-proxy/config.yaml +++ b/docker-socket-proxy/config.yaml @@ -1,6 +1,6 @@ --- name: Docker-Socket-Proxy -version: 3.2.7_1 +version: 3.3.0_1 slug: hassio_docker_socket_proxy description: An addon to enable TCP docker access. url: https://gitea.bonelle-family.dscloud.biz/francois.bonelle/hassio-repo.git diff --git a/grafana_alloy/config.yaml b/grafana_alloy/config.yaml index 443149c..359b935 100644 --- a/grafana_alloy/config.yaml +++ b/grafana_alloy/config.yaml @@ -18,11 +18,15 @@ ports_description: 5601/tcp: Alloy TCP syslog journald: true host_network: true +hassio_api: true +homeassistant_api: true +auth_api: true +docker_api: true host_pid: true +apparmor: false map: - type: homeassistant_config path: /config -docker_api: true options: enable_prometheus: true prometheus_write_endpoint: http://prometheus:9090/api/v1/write