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