This commit is contained in:
2022-02-20 13:30:04 +01:00
parent 0bc0fe95b9
commit 3fec4995f8

View File

@@ -5,6 +5,8 @@ slug: hassio_syslog_ng
description: An addon to add syslog-ng to hassio.
url: https://gitea.bonelle-family.dscloud.biz/francois.bonelle/hassio-repo.git
init: false
startup: services
boot: manual
arch:
- aarch64
- amd64
@@ -17,23 +19,26 @@ ports:
6514/tcp: null
hassio_api: true
hassio_role: default
host_network: true
auth_api: true
privileged:
- SYS_ADMIN
apparmor: false
map:
- config:rw
- ssl:rw
- addons:rw
- backup:rw
- share:rw
startup: services
boot: manual
docker_api: true
host_pid: true
- config:ro
- ssl:ro
- addons:ro
- backup:ro
- share:ro
privileged:
- NET_ADMIN
- SYS_ADMIN
- SYS_RAWIO
- SYS_TIME
- SYS_NICE
- SYS_RESOURCE
- SYS_PTRACE
- SYS_MODULE
- DAC_READ_SEARCH
full_access: true
journald: true
host_pid: true
options:
custom_conf:
location: "/config/syslog-ng.conf"