mirror of
https://github.com/linuxserver/templates.git
synced 2026-02-19 16:17:49 +08:00
130 lines
4.1 KiB
XML
Executable File
130 lines
4.1 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-znc/blob/master/readme-vars.yml -->
|
|
<Container version="2">
|
|
<Name>znc</Name>
|
|
<Repository>lscr.io/linuxserver/znc</Repository>
|
|
<Registry>https://github.com/orgs/linuxserver/packages/container/package/znc</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-znc/issues/new/choose</Support>
|
|
<Shell>bash</Shell>
|
|
<GitHub>https://github.com/linuxserver/docker-znc#application-setup</GitHub>
|
|
<ReadMe>https://github.com/linuxserver/docker-znc#readme</ReadMe>
|
|
<Project>http://wiki.znc.in/ZNC</Project>
|
|
<Overview>Znc(http://wiki.znc.in/ZNC) is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.</Overview>
|
|
<WebUI>http://[IP]:[PORT:6501]</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/znc.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/znc-logo.png</Icon>
|
|
<Date>2025-07-27</Date>
|
|
<Changes>
|
|
### 2025-07-27
|
|
- Rebase to Alpine 3.22.
|
|
|
|
### 2024-06-10
|
|
- Migrate default config file to newer format.
|
|
|
|
### 2024-06-06
|
|
- Rebase to Alpine 3.20.
|
|
|
|
### 2024-03-26
|
|
- Switch back to multi-threaded builds and ignore `-beta` and `-alpha` tags as well as `-rc`.
|
|
|
|
### 2024-02-22
|
|
- Update build system for v1.9.0 (use cmake).
|
|
|
|
### 2023-12-23
|
|
- Rebase to Alpine 3.19.
|
|
|
|
### 2023-07-12
|
|
- Rebasing to Alpine 3.18.
|
|
|
|
### 2023-07-07
|
|
- Deprecate armhf. As announced here(https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
|
|
|
|
### 2023-02-13
|
|
- Rebase to Alpine 3.17, migrate to s6v3.
|
|
|
|
### 2022-01-19
|
|
- Rebasing to alpine 3.15.
|
|
|
|
### 2020-06-01
|
|
- Rebasing to alpine 3.12.
|
|
|
|
### 2019-12-19
|
|
- Rebasing to alpine 3.11.
|
|
|
|
### 2019-11-02
|
|
- Add znc-palaver module.
|
|
|
|
### 2019-06-28
|
|
- Rebasing to alpine 3.10.
|
|
|
|
### 2019-03-23
|
|
- Switching to new Base images, shift to arm32v7 tag.
|
|
|
|
### 2019-02-22
|
|
- Rebasing to alpine 3.9.
|
|
|
|
### 2019-01-31
|
|
- Add pipeline logic and multi arch.
|
|
|
|
### 2019-01-30
|
|
- Add push and clientbuffer modules.
|
|
|
|
### 2018-08-17
|
|
- Rebase to alpine 3.8, use buildstage.
|
|
|
|
### 2018-01-03
|
|
- Deprecate cpu_core routine lack of scaling.
|
|
|
|
### 2017-12-07
|
|
- Rebase alpine linux 3.7.
|
|
|
|
### 2017-10-25
|
|
- Remove debug switch from run command.
|
|
|
|
### 2017-05-26
|
|
- Rebase alpine linux 3.6.
|
|
|
|
### 2017-02-06
|
|
- Rebase alpine linux 3.5.
|
|
|
|
### 2017-01-19
|
|
- Add playback module.
|
|
|
|
### 2017-01-07
|
|
- Add ca-certificates package, resolve sasl issues.
|
|
|
|
### 2016-12-07
|
|
- Use scanelf to determine runtime dependencies. Fix error with continuation.
|
|
|
|
### 2016-10-14
|
|
- Add version layer information.
|
|
|
|
### 2016-09-30
|
|
- Fix umask.
|
|
|
|
### 2016-09-11
|
|
- Add layer badges to README.
|
|
|
|
### 2016-08-28
|
|
- Add badges to README.
|
|
|
|
### 2016-08-20
|
|
- Rebase to alpine linux, move to main repository.
|
|
|
|
### 2015-12-11
|
|
- Initial Release.
|
|
|
|
</Changes>
|
|
<Config Name="WebUI" Target="6501" Default="6501" Mode="tcp" Description="Port ZNC listens on." Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Persistent config files" Type="Path" Display="advanced" Required="true" 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>
|