templates/unraid/syslog-ng.xml
2025-12-27 22:53:41 +00:00

73 lines
3.7 KiB
XML
Executable File

<?xml version="1.0"?>
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
<!-- GENERATED FROM https://github.com/linuxserver/docker-syslog-ng/blob/main/readme-vars.yml -->
<Container version="2">
<Name>syslog-ng</Name>
<Repository>lscr.io/linuxserver/syslog-ng</Repository>
<Registry>https://github.com/orgs/linuxserver/packages/container/package/syslog-ng</Registry>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://github.com/linuxserver/docker-syslog-ng/issues/new/choose</Support>
<Shell>bash</Shell>
<GitHub>https://github.com/linuxserver/docker-syslog-ng#application-setup</GitHub>
<ReadMe>https://github.com/linuxserver/docker-syslog-ng#readme</ReadMe>
<Project>https://www.syslog-ng.com/products/open-source-log-management/</Project>
<Overview>syslog-ng(https://www.syslog-ng.com/products/open-source-log-management/) allows you to flexibly collect, parse, classify, rewrite and correlate logs from across your infrastructure and store or route them to log analysis tools.</Overview>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/syslog-ng.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/syslog-ng-logo.png</Icon>
<Date>2025-12-26</Date>
<Changes>
### 2025-12-26
- Rebase to Alpine 3.23.
### 2025-07-05
- Rebase to Alpine 3.22.
### 2024-12-20
- Rebase to Alpine 3.21.
### 2024-09-24
- Add opt to log to stdout.
### 2024-05-24
- Rebase to Alpine 3.20.
### 2024-01-31
- Rebase to Alpine 3.19.
### 2023-06-11
- Rebase to Alpine 3.18, deprecate armhf.
### 2023-01-10
- Add paho-mqtt-c library as required by the syslog-ng documentation
### 2022-12-30
- Rebase to Alpine 3.17, add libdbi-drivers for SQL support.
### 2022-10-01
- Rebase to Alpine 3.16, migrate to s6v3.
### 2021-12-18
- Rebase to Alpine 3.15.
### 2021-07-01
- Rebase to Alpine 3.14.
### 2021-05-26
- Initial release.
</Changes>
<Config Name="WebUI" Target="5514" Default="514" Mode="udp" Description="Syslog UDP" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Port: 6601" Target="6601" Default="601" Mode="tcp" Description="Syslog TCP" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Port: 6514" Target="6514" Default="6514" Mode="tcp" Description="Syslog TLS" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Stores config and application files" Type="Path" Display="advanced" Required="true" Mask="false"/>
<Config Name="Path: /var/log" Target="/var/log" Default="" Mode="rw" Description="Stores logs collected by the syslog-ng service" Type="Path" Display="always" Required="false" Mask="false"/>
<Config Name="LOG_TO_STDOUT" Target="LOG_TO_STDOUT" Default="" Description="If set to `true` container will log to stdout, otherwise will log to `/config/log/`." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
</Container>