From c32e23ab920b535195854ea73a34201773a4d97b Mon Sep 17 00:00:00 2001 From: thespad Date: Mon, 26 Aug 2024 16:57:33 +0100 Subject: [PATCH] Add libtorrentv1 tag to readme --- README.md | 10 ++++++++++ readme-vars.yml | 7 +++++++ 2 files changed, 17 insertions(+) diff --git a/README.md b/README.md index afdd3d5..789cf09 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,15 @@ The architectures supported by this image are: | arm64 | ✅ | arm64v8-\ | | armhf | ❌ | | +## Version Tags + +This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags. + +| Tag | Available | Description | +| :----: | :----: |--- | +| latest | ✅ | Stable Deluge releases | +| libtorrentv1 | ✅ | Stable Deluge releases using libtorrentv1 | + ## Application Setup The admin interface is available at `http://SERVER-IP:8112` with a default user/password of admin/deluge. @@ -301,6 +310,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **26.08.24:** - Add libtorrentv1 tag. * **26.12.23:** - Replace source for GeoIP database. * **07.12.23:** - Add optional port 58846 to readme for thin client connectivity. * **07.10.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar). diff --git a/readme-vars.yml b/readme-vars.yml index 672c2ec..b8028fd 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -18,6 +18,12 @@ available_architectures: - { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"} - { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"} +# development version +development_versions: true +development_versions_items: + - { tag: "latest", desc: "Stable Deluge releases" } + - { tag: "libtorrentv1", desc: "Stable Deluge releases using libtorrentv1" } + # container parameters param_container_name: "{{ project_name }}" param_usage_include_vols: true @@ -50,6 +56,7 @@ app_setup_block: | # changelog changelogs: + - { date: "26.08.24:", desc: "Add libtorrentv1 tag." } - { date: "26.12.23:", desc: "Replace source for GeoIP database." } - { date: "07.12.23:", desc: "Add optional port 58846 to readme for thin client connectivity."} - { date: "07.10.23:", desc: "Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar)."}