diff --git a/Dockerfile b/Dockerfile index 0fc2eb2..e63ba86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM ghcr.io/linuxserver/baseimage-alpine:3.20 as buildstage +FROM ghcr.io/linuxserver/baseimage-alpine:3.20 AS buildstage ############## build stage ############## # package version diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index e5c9eb8..ebfa290 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.20 as buildstage +FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.20 AS buildstage ############## build stage ############## # package version diff --git a/README.md b/README.md index 75d7267..533af62 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Find us at: [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. -[![znc](http://wiki.znc.in/resources/assets/wiki.png)](http://wiki.znc.in/ZNC) +[![znc](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/znc-logo.png)](http://wiki.znc.in/ZNC) ## Supported Architectures @@ -275,6 +275,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **10.06.24:** - Migrate default config file to newer format. * **06.06.24:** - Rebase to Alpine 3.20. * **26.03.24:** - Switch back to multi-threaded builds and ignore `-beta` and `-alpha` tags as well as `-rc`. * **22.02.24:** - Update build system for v1.9.0 (use cmake). diff --git a/readme-vars.yml b/readme-vars.yml index 5941138..ecb18fd 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -3,10 +3,11 @@ # project information project_name: znc project_url: "http://wiki.znc.in/ZNC" -project_logo: "http://wiki.znc.in/resources/assets/wiki.png" +project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/znc-logo.png" project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) 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." project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}" project_blurb_optional_extras_enabled: false + # supported architectures available_architectures: - {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"} @@ -21,6 +22,9 @@ param_volumes: param_usage_include_ports: true param_ports: - {external_port: "6501", internal_port: "6501", port_desc: "Port ZNC listens on."} + +readonly_supported: true + # application setup block app_setup_block_enabled: true app_setup_block: | @@ -29,8 +33,10 @@ app_setup_block: | * Default User: admin * Default Password: admin `change password ASAP.` + # changelog changelogs: + - {date: "10.06.24:", desc: "Migrate default config file to newer format."} - {date: "06.06.24:", desc: "Rebase to Alpine 3.20."} - {date: "26.03.24:", desc: "Switch back to multi-threaded builds and ignore `-beta` and `-alpha` tags as well as `-rc`."} - {date: "22.02.24:", desc: "Update build system for v1.9.0 (use cmake)."}