fix
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.DS_Store
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
build_from:
|
build_from:
|
||||||
aarch64: ghcr.io/hassio-addons/base:18.2.1
|
aarch64: ghcr.io/hassio-addons/base:19.0.0
|
||||||
amd64: ghcr.io/hassio-addons/base:18.2.1
|
amd64: ghcr.io/hassio-addons/base:19.0.0
|
||||||
armhf: ghcr.io/hassio-addons/base:18.2.1
|
armhf: ghcr.io/hassio-addons/base:19.0.0
|
||||||
armv7: ghcr.io/hassio-addons/base:18.2.1
|
armv7: ghcr.io/hassio-addons/base:19.0.0
|
||||||
i386: ghcr.io/hassio-addons/base:18.2.1
|
i386: ghcr.io/hassio-addons/base:19.0.0
|
||||||
args:
|
args:
|
||||||
HAPROXY_BRANCH: "3.2"
|
HAPROXY_BRANCH: "3.3"
|
||||||
HAPROXY_VERSION: 3.2.7
|
HAPROXY_VERSION: 3.3.O
|
||||||
HAPROXY_SHA256: 1f0ae9dfb0b319e2d5cb6e4cdf931a0877ad88e0090c46cf16faf008fbf54278
|
HAPROXY_SHA256: bf2da6b69f82d7b855be977ab9e1d4704eef5629b657ac72afb5958a869c902e
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: Docker-Socket-Proxy
|
name: Docker-Socket-Proxy
|
||||||
version: 3.2.7_1
|
version: 3.3.0_1
|
||||||
slug: hassio_docker_socket_proxy
|
slug: hassio_docker_socket_proxy
|
||||||
description: An addon to enable TCP docker access.
|
description: An addon to enable TCP docker access.
|
||||||
url: https://gitea.bonelle-family.dscloud.biz/francois.bonelle/hassio-repo.git
|
url: https://gitea.bonelle-family.dscloud.biz/francois.bonelle/hassio-repo.git
|
||||||
|
|||||||
@@ -18,11 +18,15 @@ ports_description:
|
|||||||
5601/tcp: Alloy TCP syslog
|
5601/tcp: Alloy TCP syslog
|
||||||
journald: true
|
journald: true
|
||||||
host_network: true
|
host_network: true
|
||||||
|
hassio_api: true
|
||||||
|
homeassistant_api: true
|
||||||
|
auth_api: true
|
||||||
|
docker_api: true
|
||||||
host_pid: true
|
host_pid: true
|
||||||
|
apparmor: false
|
||||||
map:
|
map:
|
||||||
- type: homeassistant_config
|
- type: homeassistant_config
|
||||||
path: /config
|
path: /config
|
||||||
docker_api: true
|
|
||||||
options:
|
options:
|
||||||
enable_prometheus: true
|
enable_prometheus: true
|
||||||
prometheus_write_endpoint: http://prometheus:9090/api/v1/write
|
prometheus_write_endpoint: http://prometheus:9090/api/v1/write
|
||||||
|
|||||||
Reference in New Issue
Block a user