49 lines
751 B
YAML
49 lines
751 B
YAML
---
|
|
name: syslog-ng
|
|
version: 1.0
|
|
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
|
|
- armv7
|
|
ports:
|
|
514/udp: null
|
|
601/tcp: null
|
|
6514/tcp: null
|
|
apparmor: false
|
|
map:
|
|
- config:ro
|
|
- ssl:ro
|
|
- addons:ro
|
|
- backup:ro
|
|
- share:ro
|
|
host_ipc: true
|
|
host_dbus: true
|
|
privileged:
|
|
- NET_ADMIN
|
|
- SYS_ADMIN
|
|
- SYS_RAWIO
|
|
- SYS_TIME
|
|
- SYS_NICE
|
|
- SYS_RESOURCE
|
|
- SYS_PTRACE
|
|
- SYS_MODULE
|
|
- DAC_READ_SEARCH
|
|
host_pid: true
|
|
full_access: true
|
|
udev: true
|
|
devicetree: true
|
|
tmpfs: true
|
|
journald: true
|
|
options:
|
|
custom_conf:
|
|
location: "/config/syslog-ng.conf"
|
|
schema:
|
|
custom_conf:
|
|
location: str
|