42 lines
666 B
YAML
42 lines
666 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
|
|
arch:
|
|
- aarch64
|
|
- amd64
|
|
- armhf
|
|
- armv7
|
|
- i386
|
|
ports:
|
|
514/udp: 514
|
|
601/tcp: 601
|
|
6514/tcp: 6514
|
|
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
|
|
full_access: true
|
|
options:
|
|
custom_conf:
|
|
location: "/config/syslog-ng.conf"
|
|
schema:
|
|
custom_conf:
|
|
location: str
|