Skip to content

Commit

Permalink
Merge pull request #206 from linuxserver/master-libtorrentv1-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Aug 26, 2024
2 parents 2c0f7eb + c32e23a commit 97966dc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,15 @@ The architectures supported by this image are:
| arm64 || arm64v8-\<version tag\> |
| 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.
Expand Down Expand Up @@ -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).
Expand Down
7 changes: 7 additions & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)."}
Expand Down

0 comments on commit 97966dc

Please sign in to comment.