Compare commits
42 Commits
libtorrent
...
4.5.2-r0-l
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3975773f2a | ||
|
|
d9ad591345 | ||
|
|
81412eb768 | ||
|
|
2a755d4db7 | ||
|
|
e110423652 | ||
|
|
dd75a7b4d8 | ||
|
|
1a86e4df8f | ||
|
|
d1c2eb9de7 | ||
|
|
637d9ebfe5 | ||
|
|
3c99647cc9 | ||
|
|
8139611966 | ||
|
|
81d2117056 | ||
|
|
66c061972d | ||
|
|
f11127fc32 | ||
|
|
640ae3e999 | ||
|
|
aed8420354 | ||
|
|
a3a1398b16 | ||
|
|
b68208bdbc | ||
|
|
538b1ac1a2 | ||
|
|
af5ae7b15b | ||
|
|
b3d6e8e631 | ||
|
|
d5288897f7 | ||
|
|
c9be56f0df | ||
|
|
7ffac23daa | ||
|
|
09d0018747 | ||
|
|
49f9389de4 | ||
|
|
941102a69f | ||
|
|
281e720b3c | ||
|
|
a57af7278d | ||
|
|
634f4e6c9e | ||
|
|
8cf402cc99 | ||
|
|
85eb8bbe30 | ||
|
|
1a5fdb0072 | ||
|
|
c3b95fdabf | ||
|
|
65621a9ba3 | ||
|
|
5f0e71b743 | ||
|
|
121cbb9462 | ||
|
|
ca5673a409 | ||
|
|
17dabb494e | ||
|
|
f196789a76 | ||
|
|
16364f2964 | ||
|
|
83b482ab7a |
10
.github/CONTRIBUTING.md
vendored
10
.github/CONTRIBUTING.md
vendored
@@ -6,7 +6,7 @@
|
||||
* Read, and fill the Pull Request template
|
||||
* If this is a fix for a typo (in code, documentation, or the README) please file an issue and let us sort it out. We do not need a PR
|
||||
* If the PR is addressing an existing issue include, closes #\<issue number>, in the body of the PR commit message
|
||||
* If you want to discuss changes, you can also bring it up in [#dev-talk](https://discordapp.com/channels/354974912613449730/757585807061155840) in our [Discord server](https://linuxserver.io/discord)
|
||||
* If you want to discuss changes, you can also bring it up in [#dev-talk](https://discordapp.com/channels/354974912613449730/757585807061155840) in our [Discord server](https://discord.gg/YWrKVTn)
|
||||
|
||||
## Common files
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
## Readme
|
||||
|
||||
If you would like to change our readme, please __**do not**__ directly edit the readme, as it is auto-generated on each commit.
|
||||
Instead edit the [readme-vars.yml](https://github.com/linuxserver/docker-qbittorrent/edit/libtorrentv1/readme-vars.yml).
|
||||
Instead edit the [readme-vars.yml](https://github.com/linuxserver/docker-qbittorrent/edit/master/readme-vars.yml).
|
||||
|
||||
These variables are used in a template for our [Jenkins Builder](https://github.com/linuxserver/docker-jenkins-builder) as part of an ansible play.
|
||||
Most of these variables are also carried over to [docs.linuxserver.io](https://docs.linuxserver.io/images/docker-qbittorrent)
|
||||
@@ -105,17 +105,17 @@ docker build \
|
||||
-t linuxserver/qbittorrent:latest .
|
||||
```
|
||||
|
||||
The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/qemu-static`
|
||||
The ARM variants can be built on x86_64 hardware using `multiarch/qemu-user-static`
|
||||
|
||||
```bash
|
||||
docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset
|
||||
docker run --rm --privileged multiarch/qemu-user-static:register --reset
|
||||
```
|
||||
|
||||
Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.
|
||||
|
||||
## Update the changelog
|
||||
|
||||
If you are modifying the Dockerfiles or any of the startup scripts in [root](https://github.com/linuxserver/docker-qbittorrent/tree/libtorrentv1/root), add an entry to the changelog
|
||||
If you are modifying the Dockerfiles or any of the startup scripts in [root](https://github.com/linuxserver/docker-qbittorrent/tree/master/root), add an entry to the changelog
|
||||
|
||||
```yml
|
||||
changelogs:
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,7 +1,7 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Discord chat support
|
||||
url: https://linuxserver.io/discord
|
||||
url: https://discord.gg/YWrKVTn
|
||||
about: Realtime support / chat with the community and the team.
|
||||
|
||||
- name: Discourse discussion forum
|
||||
|
||||
5
.github/ISSUE_TEMPLATE/issue.bug.yml
vendored
5
.github/ISSUE_TEMPLATE/issue.bug.yml
vendored
@@ -53,6 +53,7 @@ body:
|
||||
options:
|
||||
- x86-64
|
||||
- arm64
|
||||
- armhf
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
@@ -67,10 +68,10 @@ body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
description: |
|
||||
Provide a full docker log, output of "docker logs qbittorrent"
|
||||
Provide a full docker log, output of "docker logs linuxserver.io"
|
||||
label: Container logs
|
||||
placeholder: |
|
||||
Output of `docker logs qbittorrent`
|
||||
Output of `docker logs linuxserver.io`
|
||||
render: bash
|
||||
validations:
|
||||
required: true
|
||||
|
||||
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -21,7 +21,7 @@
|
||||
|
||||
------------------------------
|
||||
|
||||
- [ ] I have read the [contributing](https://github.com/linuxserver/docker-qbittorrent/blob/libtorrentv1/.github/CONTRIBUTING.md) guideline and understand that I have made the correct modifications
|
||||
- [ ] I have read the [contributing](https://github.com/linuxserver/docker-qbittorrent/blob/master/.github/CONTRIBUTING.md) guideline and understand that I have made the correct modifications
|
||||
|
||||
------------------------------
|
||||
|
||||
|
||||
12
.github/workflows/call_invalid_helper.yml
vendored
Normal file
12
.github/workflows/call_invalid_helper.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Comment on invalid interaction
|
||||
on:
|
||||
issues:
|
||||
types:
|
||||
- labeled
|
||||
jobs:
|
||||
add-comment-on-invalid:
|
||||
if: github.event.label.name == 'invalid'
|
||||
permissions:
|
||||
issues: write
|
||||
uses: linuxserver/github-workflows/.github/workflows/invalid-interaction-helper.yml@v1
|
||||
secrets: inherit
|
||||
16
.github/workflows/call_issue_pr_tracker.yml
vendored
16
.github/workflows/call_issue_pr_tracker.yml
vendored
@@ -1,16 +0,0 @@
|
||||
name: Issue & PR Tracker
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [opened,reopened,labeled,unlabeled,closed]
|
||||
pull_request_target:
|
||||
types: [opened,reopened,review_requested,review_request_removed,labeled,unlabeled,closed]
|
||||
pull_request_review:
|
||||
types: [submitted,edited,dismissed]
|
||||
|
||||
jobs:
|
||||
manage-project:
|
||||
permissions:
|
||||
issues: write
|
||||
uses: linuxserver/github-workflows/.github/workflows/issue-pr-tracker.yml@v1
|
||||
secrets: inherit
|
||||
13
.github/workflows/call_issues_cron.yml
vendored
13
.github/workflows/call_issues_cron.yml
vendored
@@ -1,13 +0,0 @@
|
||||
name: Mark stale issues and pull requests
|
||||
on:
|
||||
schedule:
|
||||
- cron: '29 15 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
uses: linuxserver/github-workflows/.github/workflows/issues-cron.yml@v1
|
||||
secrets: inherit
|
||||
111
.github/workflows/external_trigger.yml
vendored
111
.github/workflows/external_trigger.yml
vendored
@@ -4,39 +4,25 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
external-trigger-libtorrentv1:
|
||||
external-trigger-master:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.1
|
||||
- uses: actions/checkout@v3.1.0
|
||||
|
||||
- name: External Trigger
|
||||
if: github.ref == 'refs/heads/libtorrentv1'
|
||||
env:
|
||||
SKIP_EXTERNAL_TRIGGER: ${{ vars.SKIP_EXTERNAL_TRIGGER }}
|
||||
if: github.ref == 'refs/heads/master'
|
||||
run: |
|
||||
printf "# External trigger for docker-qbittorrent\n\n" >> $GITHUB_STEP_SUMMARY
|
||||
if grep -q "^qbittorrent_libtorrentv1_" <<< "${SKIP_EXTERNAL_TRIGGER}"; then
|
||||
echo "> [!NOTE]" >> $GITHUB_STEP_SUMMARY
|
||||
echo "> Github organizational variable \`SKIP_EXTERNAL_TRIGGER\` contains \`qbittorrent_libtorrentv1_\`; will skip trigger if version matches." >> $GITHUB_STEP_SUMMARY
|
||||
elif grep -q "^qbittorrent_libtorrentv1" <<< "${SKIP_EXTERNAL_TRIGGER}"; then
|
||||
echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY
|
||||
echo "> Github organizational variable \`SKIP_EXTERNAL_TRIGGER\` contains \`qbittorrent_libtorrentv1\`; skipping trigger." >> $GITHUB_STEP_SUMMARY
|
||||
exit 0
|
||||
fi
|
||||
echo "> [!NOTE]" >> $GITHUB_STEP_SUMMARY
|
||||
echo "> External trigger running off of libtorrentv1 branch. To disable this trigger, add \`qbittorrent_libtorrentv1\` into the Github organizational variable \`SKIP_EXTERNAL_TRIGGER\`." >> $GITHUB_STEP_SUMMARY
|
||||
printf "\n## Retrieving external version\n\n" >> $GITHUB_STEP_SUMMARY
|
||||
EXT_RELEASE=$(curl -u ${{ secrets.CR_USER }}:${{ secrets.CR_PAT }} -sL 'https://api.github.com/repos/userdocs/qbittorrent-nox-static/releases' | jq -r 'first(.[] | select(.prerelease == true) | .tag_name)')
|
||||
echo "Type is \`custom_version_command\`" >> $GITHUB_STEP_SUMMARY
|
||||
if grep -q "^qbittorrent_libtorrentv1_${EXT_RELEASE}" <<< "${SKIP_EXTERNAL_TRIGGER}"; then
|
||||
echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY
|
||||
echo "> Github organizational variable \`SKIP_EXTERNAL_TRIGGER\` matches current external release; skipping trigger." >> $GITHUB_STEP_SUMMARY
|
||||
if [ -n "${{ secrets.PAUSE_EXTERNAL_TRIGGER_QBITTORRENT_MASTER }}" ]; then
|
||||
echo "**** Github secret PAUSE_EXTERNAL_TRIGGER_QBITTORRENT_MASTER is set; skipping trigger. ****"
|
||||
exit 0
|
||||
fi
|
||||
echo "**** External trigger running off of master branch. To disable this trigger, set a Github secret named \"PAUSE_EXTERNAL_TRIGGER_QBITTORRENT_MASTER\". ****"
|
||||
echo "**** Retrieving external version ****"
|
||||
EXT_RELEASE=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp \
|
||||
&& awk '/^P:'"qbittorrent-nox"'$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://')
|
||||
if [ -z "${EXT_RELEASE}" ] || [ "${EXT_RELEASE}" == "null" ]; then
|
||||
echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY
|
||||
echo "> Can't retrieve external version, exiting" >> $GITHUB_STEP_SUMMARY
|
||||
FAILURE_REASON="Can't retrieve external version for qbittorrent branch libtorrentv1"
|
||||
echo "**** Can't retrieve external version, exiting ****"
|
||||
FAILURE_REASON="Can't retrieve external version for qbittorrent branch master"
|
||||
GHA_TRIGGER_URL="https://github.com/linuxserver/docker-qbittorrent/actions/runs/${{ github.run_id }}"
|
||||
curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://cdn.discordapp.com/avatars/354986384542662657/df91181b3f1cf0ef1592fbe18e0962d7.png","embeds": [{"color": 16711680,
|
||||
"description": "**Trigger Failed** \n**Reason:** '"${FAILURE_REASON}"' \n**Trigger URL:** '"${GHA_TRIGGER_URL}"' \n"}],
|
||||
@@ -44,42 +30,23 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
EXT_RELEASE=$(echo ${EXT_RELEASE} | sed 's/[~,%@+;:/]//g')
|
||||
echo "External version: \`${EXT_RELEASE}\`" >> $GITHUB_STEP_SUMMARY
|
||||
echo "Retrieving last pushed version" >> $GITHUB_STEP_SUMMARY
|
||||
echo "**** External version: ${EXT_RELEASE} ****"
|
||||
echo "**** Retrieving last pushed version ****"
|
||||
image="linuxserver/qbittorrent"
|
||||
tag="libtorrentv1"
|
||||
tag="latest"
|
||||
token=$(curl -sX GET \
|
||||
"https://ghcr.io/token?scope=repository%3Alinuxserver%2Fqbittorrent%3Apull" \
|
||||
| jq -r '.token')
|
||||
multidigest=$(curl -s \
|
||||
--header "Accept: application/vnd.docker.distribution.manifest.v2+json" \
|
||||
--header "Accept: application/vnd.oci.image.index.v1+json" \
|
||||
--header "Authorization: Bearer ${token}" \
|
||||
"https://ghcr.io/v2/${image}/manifests/${tag}")
|
||||
if jq -e '.layers // empty' <<< "${multidigest}" >/dev/null 2>&1; then
|
||||
# If there's a layer element it's a single-arch manifest so just get that digest
|
||||
digest=$(jq -r '.config.digest' <<< "${multidigest}")
|
||||
else
|
||||
# Otherwise it's multi-arch or has manifest annotations
|
||||
if jq -e '.manifests[]?.annotations // empty' <<< "${multidigest}" >/dev/null 2>&1; then
|
||||
# Check for manifest annotations and delete if found
|
||||
multidigest=$(jq 'del(.manifests[] | select(.annotations))' <<< "${multidigest}")
|
||||
fi
|
||||
if [[ $(jq '.manifests | length' <<< "${multidigest}") -gt 1 ]]; then
|
||||
# If there's still more than one digest, it's multi-arch
|
||||
multidigest=$(jq -r ".manifests[] | select(.platform.architecture == \"amd64\").digest?" <<< "${multidigest}")
|
||||
else
|
||||
# Otherwise it's single arch
|
||||
multidigest=$(jq -r ".manifests[].digest?" <<< "${multidigest}")
|
||||
fi
|
||||
if digest=$(curl -s \
|
||||
"https://ghcr.io/v2/${image}/manifests/${tag}" \
|
||||
| jq -r 'first(.manifests[].digest)')
|
||||
digest=$(curl -s \
|
||||
--header "Accept: application/vnd.docker.distribution.manifest.v2+json" \
|
||||
--header "Accept: application/vnd.oci.image.manifest.v1+json" \
|
||||
--header "Authorization: Bearer ${token}" \
|
||||
"https://ghcr.io/v2/${image}/manifests/${multidigest}"); then
|
||||
digest=$(jq -r '.config.digest' <<< "${digest}");
|
||||
fi
|
||||
fi
|
||||
"https://ghcr.io/v2/${image}/manifests/${multidigest}" \
|
||||
| jq -r '.config.digest')
|
||||
image_info=$(curl -sL \
|
||||
--header "Authorization: Bearer ${token}" \
|
||||
"https://ghcr.io/v2/${image}/blobs/${digest}")
|
||||
@@ -91,54 +58,40 @@ jobs:
|
||||
IMAGE_RELEASE=$(echo ${image_info} | jq -r '.Labels.build_version' | awk '{print $3}')
|
||||
IMAGE_VERSION=$(echo ${IMAGE_RELEASE} | awk -F'-ls' '{print $1}')
|
||||
if [ -z "${IMAGE_VERSION}" ]; then
|
||||
echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY
|
||||
echo "Can't retrieve last pushed version, exiting" >> $GITHUB_STEP_SUMMARY
|
||||
FAILURE_REASON="Can't retrieve last pushed version for qbittorrent tag libtorrentv1"
|
||||
echo "**** Can't retrieve last pushed version, exiting ****"
|
||||
FAILURE_REASON="Can't retrieve last pushed version for qbittorrent tag latest"
|
||||
curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://cdn.discordapp.com/avatars/354986384542662657/df91181b3f1cf0ef1592fbe18e0962d7.png","embeds": [{"color": 16711680,
|
||||
"description": "**Trigger Failed** \n**Reason:** '"${FAILURE_REASON}"' \n"}],
|
||||
"username": "Github Actions"}' ${{ secrets.DISCORD_WEBHOOK }}
|
||||
exit 1
|
||||
fi
|
||||
echo "Last pushed version: \`${IMAGE_VERSION}\`" >> $GITHUB_STEP_SUMMARY
|
||||
echo "**** Last pushed version: ${IMAGE_VERSION} ****"
|
||||
if [ "${EXT_RELEASE}" == "${IMAGE_VERSION}" ]; then
|
||||
echo "Version \`${EXT_RELEASE}\` already pushed, exiting" >> $GITHUB_STEP_SUMMARY
|
||||
echo "**** Version ${EXT_RELEASE} already pushed, exiting ****"
|
||||
exit 0
|
||||
elif [ $(curl -s https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-qbittorrent/job/libtorrentv1/lastBuild/api/json | jq -r '.building') == "true" ]; then
|
||||
echo "New version \`${EXT_RELEASE}\` found; but there already seems to be an active build on Jenkins; exiting" >> $GITHUB_STEP_SUMMARY
|
||||
elif [ $(curl -s https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-qbittorrent/job/master/lastBuild/api/json | jq -r '.building') == "true" ]; then
|
||||
echo "**** New version ${EXT_RELEASE} found; but there already seems to be an active build on Jenkins; exiting ****"
|
||||
exit 0
|
||||
else
|
||||
if [[ "${artifacts_found}" == "false" ]]; then
|
||||
echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY
|
||||
echo "> New version detected, but not all artifacts are published yet; skipping trigger" >> $GITHUB_STEP_SUMMARY
|
||||
FAILURE_REASON="New version ${EXT_RELEASE} for qbittorrent tag libtorrentv1 is detected, however not all artifacts are uploaded to upstream release yet. Will try again later."
|
||||
curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://cdn.discordapp.com/avatars/354986384542662657/df91181b3f1cf0ef1592fbe18e0962d7.png","embeds": [{"color": 9802903,
|
||||
"description": "**Trigger Failed** \n**Reason:** '"${FAILURE_REASON}"' \n"}],
|
||||
"username": "Github Actions"}' ${{ secrets.DISCORD_WEBHOOK }}
|
||||
else
|
||||
printf "\n## Trigger new build\n\n" >> $GITHUB_STEP_SUMMARY
|
||||
echo "New version \`${EXT_RELEASE}\` found; old version was \`${IMAGE_VERSION}\`. Triggering new build" >> $GITHUB_STEP_SUMMARY
|
||||
if [[ "${artifacts_found}" == "true" ]]; then
|
||||
echo "All artifacts seem to be uploaded." >> $GITHUB_STEP_SUMMARY
|
||||
fi
|
||||
echo "**** New version ${EXT_RELEASE} found; old version was ${IMAGE_VERSION}. Triggering new build ****"
|
||||
response=$(curl -iX POST \
|
||||
https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-qbittorrent/job/libtorrentv1/buildWithParameters?PACKAGE_CHECK=false \
|
||||
https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-qbittorrent/job/master/buildWithParameters?PACKAGE_CHECK=false \
|
||||
--user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} | grep -i location | sed "s|^[L|l]ocation: \(.*\)|\1|")
|
||||
echo "Jenkins [job queue url](${response%$'\r'})" >> $GITHUB_STEP_SUMMARY
|
||||
echo "Sleeping 10 seconds until job starts" >> $GITHUB_STEP_SUMMARY
|
||||
echo "**** Jenkins job queue url: ${response%$'\r'} ****"
|
||||
echo "**** Sleeping 10 seconds until job starts ****"
|
||||
sleep 10
|
||||
buildurl=$(curl -s "${response%$'\r'}api/json" | jq -r '.executable.url')
|
||||
buildurl="${buildurl%$'\r'}"
|
||||
echo "Jenkins job [build url](${buildurl})" >> $GITHUB_STEP_SUMMARY
|
||||
echo "Attempting to change the Jenkins job description" >> $GITHUB_STEP_SUMMARY
|
||||
echo "**** Jenkins job build url: ${buildurl} ****"
|
||||
echo "**** Attempting to change the Jenkins job description ****"
|
||||
curl -iX POST \
|
||||
"${buildurl}submitDescription" \
|
||||
--user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} \
|
||||
--data-urlencode "description=GHA external trigger https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
|
||||
--data-urlencode "Submit=Submit"
|
||||
echo "**** Notifying Discord ****"
|
||||
TRIGGER_REASON="A version change was detected for qbittorrent tag libtorrentv1. Old version:${IMAGE_VERSION} New version:${EXT_RELEASE}"
|
||||
TRIGGER_REASON="A version change was detected for qbittorrent tag latest. Old version:${IMAGE_VERSION} New version:${EXT_RELEASE}"
|
||||
curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://cdn.discordapp.com/avatars/354986384542662657/df91181b3f1cf0ef1592fbe18e0962d7.png","embeds": [{"color": 9802903,
|
||||
"description": "**Build Triggered** \n**Reason:** '"${TRIGGER_REASON}"' \n**Build URL:** '"${buildurl}display/redirect"' \n"}],
|
||||
"username": "Github Actions"}' ${{ secrets.DISCORD_WEBHOOK }}
|
||||
fi
|
||||
fi
|
||||
|
||||
34
.github/workflows/external_trigger_scheduler.yml
vendored
34
.github/workflows/external_trigger_scheduler.yml
vendored
@@ -2,44 +2,42 @@ name: External Trigger Scheduler
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '42 * * * *'
|
||||
- cron: '41 * * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
external-trigger-scheduler:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.1
|
||||
- uses: actions/checkout@v3.1.0
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
|
||||
- name: External Trigger Scheduler
|
||||
run: |
|
||||
printf "# External trigger scheduler for docker-qbittorrent\n\n" >> $GITHUB_STEP_SUMMARY
|
||||
printf "Found the branches:\n\n%s\n" "$(git for-each-ref --format='- %(refname:lstrip=3)' refs/remotes)" >> $GITHUB_STEP_SUMMARY
|
||||
for br in $(git for-each-ref --format='%(refname:lstrip=3)' refs/remotes)
|
||||
echo "**** Branches found: ****"
|
||||
git for-each-ref --format='%(refname:short)' refs/remotes
|
||||
echo "**** Pulling the yq docker image ****"
|
||||
docker pull ghcr.io/linuxserver/yq
|
||||
for br in $(git for-each-ref --format='%(refname:short)' refs/remotes)
|
||||
do
|
||||
if [[ "${br}" == "HEAD" ]]; then
|
||||
printf "\nSkipping %s.\n" ${br} >> $GITHUB_STEP_SUMMARY
|
||||
continue
|
||||
fi
|
||||
printf "\n## Evaluating \`%s\`\n\n" ${br} >> $GITHUB_STEP_SUMMARY
|
||||
ls_jenkins_vars=$(curl -sX GET https://raw.githubusercontent.com/linuxserver/docker-qbittorrent/${br}/jenkins-vars.yml)
|
||||
ls_branch=$(echo "${ls_jenkins_vars}" | yq -r '.ls_branch')
|
||||
ls_trigger=$(echo "${ls_jenkins_vars}" | yq -r '.external_type')
|
||||
if [[ "${br}" == "${ls_branch}" ]] && [[ "${ls_trigger}" != "os" ]]; then
|
||||
echo "Branch appears to be live and trigger is not os; checking workflow." >> $GITHUB_STEP_SUMMARY
|
||||
br=$(echo "$br" | sed 's|origin/||g')
|
||||
echo "**** Evaluating branch ${br} ****"
|
||||
ls_branch=$(curl -sX GET https://raw.githubusercontent.com/linuxserver/docker-qbittorrent/${br}/jenkins-vars.yml \
|
||||
| docker run --rm -i --entrypoint yq ghcr.io/linuxserver/yq -r .ls_branch)
|
||||
if [ "$br" == "$ls_branch" ]; then
|
||||
echo "**** Branch ${br} appears to be live; checking workflow. ****"
|
||||
if curl -sfX GET https://raw.githubusercontent.com/linuxserver/docker-qbittorrent/${br}/.github/workflows/external_trigger.yml > /dev/null 2>&1; then
|
||||
echo "Triggering external trigger workflow for branch." >> $GITHUB_STEP_SUMMARY
|
||||
echo "**** Workflow exists. Triggering external trigger workflow for branch ${br} ****."
|
||||
curl -iX POST \
|
||||
-H "Authorization: token ${{ secrets.CR_PAT }}" \
|
||||
-H "Accept: application/vnd.github.v3+json" \
|
||||
-d "{\"ref\":\"refs/heads/${br}\"}" \
|
||||
https://api.github.com/repos/linuxserver/docker-qbittorrent/actions/workflows/external_trigger.yml/dispatches
|
||||
else
|
||||
echo "Skipping branch due to no external trigger workflow present." >> $GITHUB_STEP_SUMMARY
|
||||
echo "**** Workflow doesn't exist; skipping trigger. ****"
|
||||
fi
|
||||
else
|
||||
echo "Skipping branch due to being detected as dev branch or having no external version." >> $GITHUB_STEP_SUMMARY
|
||||
echo "**** ${br} appears to be a dev branch; skipping trigger. ****"
|
||||
fi
|
||||
done
|
||||
|
||||
2
.github/workflows/greetings.yml
vendored
2
.github/workflows/greetings.yml
vendored
@@ -9,5 +9,5 @@ jobs:
|
||||
- uses: actions/first-interaction@v1
|
||||
with:
|
||||
issue-message: 'Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.'
|
||||
pr-message: 'Thanks for opening this pull request! Be sure to follow the [pull request template](https://github.com/linuxserver/docker-qbittorrent/blob/libtorrentv1/.github/PULL_REQUEST_TEMPLATE.md)!'
|
||||
pr-message: 'Thanks for opening this pull request! Be sure to follow the [pull request template](https://github.com/linuxserver/docker-qbittorrent/blob/master/.github/PULL_REQUEST_TEMPLATE.md)!'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
38
.github/workflows/package_trigger.yml
vendored
Executable file
38
.github/workflows/package_trigger.yml
vendored
Executable file
@@ -0,0 +1,38 @@
|
||||
name: Package Trigger Main
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
package-trigger-master:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3.1.0
|
||||
|
||||
- name: Package Trigger
|
||||
if: github.ref == 'refs/heads/master'
|
||||
run: |
|
||||
if [ -n "${{ secrets.PAUSE_PACKAGE_TRIGGER_QBITTORRENT_MASTER }}" ]; then
|
||||
echo "**** Github secret PAUSE_PACKAGE_TRIGGER_QBITTORRENT_MASTER is set; skipping trigger. ****"
|
||||
exit 0
|
||||
fi
|
||||
if [ $(curl -s https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-qbittorrent/job/master/lastBuild/api/json | jq -r '.building') == "true" ]; then
|
||||
echo "**** There already seems to be an active build on Jenkins; skipping package trigger ****"
|
||||
exit 0
|
||||
fi
|
||||
echo "**** Package trigger running off of master branch. To disable, set a Github secret named \"PAUSE_PACKAGE_TRIGGER_QBITTORRENT_MASTER\". ****"
|
||||
response=$(curl -iX POST \
|
||||
https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-qbittorrent/job/master/buildWithParameters?PACKAGE_CHECK=true \
|
||||
--user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} | grep -i location | sed "s|^[L|l]ocation: \(.*\)|\1|")
|
||||
echo "**** Jenkins job queue url: ${response%$'\r'} ****"
|
||||
echo "**** Sleeping 10 seconds until job starts ****"
|
||||
sleep 10
|
||||
buildurl=$(curl -s "${response%$'\r'}api/json" | jq -r '.executable.url')
|
||||
buildurl="${buildurl%$'\r'}"
|
||||
echo "**** Jenkins job build url: ${buildurl} ****"
|
||||
echo "**** Attempting to change the Jenkins job description ****"
|
||||
curl -iX POST \
|
||||
"${buildurl}submitDescription" \
|
||||
--user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} \
|
||||
--data-urlencode "description=GHA package trigger https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
|
||||
--data-urlencode "Submit=Submit"
|
||||
100
.github/workflows/package_trigger_scheduler.yml
vendored
100
.github/workflows/package_trigger_scheduler.yml
vendored
@@ -2,99 +2,49 @@ name: Package Trigger Scheduler
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '48 6 * * 0'
|
||||
- cron: '43 3 * * 1'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
package-trigger-scheduler:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.1
|
||||
- uses: actions/checkout@v3.1.0
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
|
||||
- name: Package Trigger Scheduler
|
||||
env:
|
||||
SKIP_PACKAGE_TRIGGER: ${{ vars.SKIP_PACKAGE_TRIGGER }}
|
||||
run: |
|
||||
printf "# Package trigger scheduler for docker-qbittorrent\n\n" >> $GITHUB_STEP_SUMMARY
|
||||
printf "Found the branches:\n\n%s\n" "$(git for-each-ref --format='- %(refname:lstrip=3)' refs/remotes)" >> $GITHUB_STEP_SUMMARY
|
||||
for br in $(git for-each-ref --format='%(refname:lstrip=3)' refs/remotes)
|
||||
echo "**** Branches found: ****"
|
||||
git for-each-ref --format='%(refname:short)' refs/remotes
|
||||
echo "**** Pulling the yq docker image ****"
|
||||
docker pull ghcr.io/linuxserver/yq
|
||||
for br in $(git for-each-ref --format='%(refname:short)' refs/remotes)
|
||||
do
|
||||
if [[ "${br}" == "HEAD" ]]; then
|
||||
printf "\nSkipping %s.\n" ${br} >> $GITHUB_STEP_SUMMARY
|
||||
continue
|
||||
fi
|
||||
printf "\n## Evaluating \`%s\`\n\n" ${br} >> $GITHUB_STEP_SUMMARY
|
||||
JENKINS_VARS=$(curl -sX GET https://raw.githubusercontent.com/linuxserver/docker-qbittorrent/${br}/jenkins-vars.yml)
|
||||
if ! curl -sfX GET https://raw.githubusercontent.com/linuxserver/docker-qbittorrent/${br}/Jenkinsfile >/dev/null 2>&1; then
|
||||
echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY
|
||||
echo "> No Jenkinsfile found. Branch is either deprecated or is an early dev branch." >> $GITHUB_STEP_SUMMARY
|
||||
skipped_branches="${skipped_branches}${br} "
|
||||
elif [[ "${br}" == $(yq -r '.ls_branch' <<< "${JENKINS_VARS}") ]]; then
|
||||
echo "Branch appears to be live; checking workflow." >> $GITHUB_STEP_SUMMARY
|
||||
README_VARS=$(curl -sX GET https://raw.githubusercontent.com/linuxserver/docker-qbittorrent/${br}/readme-vars.yml)
|
||||
if [[ $(yq -r '.project_deprecation_status' <<< "${README_VARS}") == "true" ]]; then
|
||||
echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY
|
||||
echo "> Branch appears to be deprecated; skipping trigger." >> $GITHUB_STEP_SUMMARY
|
||||
skipped_branches="${skipped_branches}${br} "
|
||||
elif [[ $(yq -r '.skip_package_check' <<< "${JENKINS_VARS}") == "true" ]]; then
|
||||
echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY
|
||||
echo "> Skipping branch ${br} due to \`skip_package_check\` being set in \`jenkins-vars.yml\`." >> $GITHUB_STEP_SUMMARY
|
||||
skipped_branches="${skipped_branches}${br} "
|
||||
elif grep -q "^qbittorrent_${br}" <<< "${SKIP_PACKAGE_TRIGGER}"; then
|
||||
echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY
|
||||
echo "> Github organizational variable \`SKIP_PACKAGE_TRIGGER\` contains \`qbittorrent_${br}\`; skipping trigger." >> $GITHUB_STEP_SUMMARY
|
||||
skipped_branches="${skipped_branches}${br} "
|
||||
elif [ $(curl -s https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-qbittorrent/job/${br}/lastBuild/api/json | jq -r '.building' 2>/dev/null) == "true" ]; then
|
||||
echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY
|
||||
echo "> There already seems to be an active build on Jenkins; skipping package trigger for ${br}" >> $GITHUB_STEP_SUMMARY
|
||||
skipped_branches="${skipped_branches}${br} "
|
||||
else
|
||||
echo "> [!NOTE]" >> $GITHUB_STEP_SUMMARY
|
||||
echo "> Triggering package trigger for branch ${br}" >> $GITHUB_STEP_SUMMARY
|
||||
printf "> To disable, add \`qbittorrent_%s\` into the Github organizational variable \`SKIP_PACKAGE_TRIGGER\`.\n\n" "${br}" >> $GITHUB_STEP_SUMMARY
|
||||
br=$(echo "$br" | sed 's|origin/||g')
|
||||
echo "**** Evaluating branch ${br} ****"
|
||||
ls_branch=$(curl -sX GET https://raw.githubusercontent.com/linuxserver/docker-qbittorrent/${br}/jenkins-vars.yml \
|
||||
| docker run --rm -i --entrypoint yq ghcr.io/linuxserver/yq -r .ls_branch)
|
||||
if [ "${br}" == "${ls_branch}" ]; then
|
||||
echo "**** Branch ${br} appears to be live; checking workflow. ****"
|
||||
if curl -sfX GET https://raw.githubusercontent.com/linuxserver/docker-qbittorrent/${br}/.github/workflows/package_trigger.yml > /dev/null 2>&1; then
|
||||
echo "**** Workflow exists. Triggering package trigger workflow for branch ${br}. ****"
|
||||
triggered_branches="${triggered_branches}${br} "
|
||||
response=$(curl -iX POST \
|
||||
https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-qbittorrent/job/${br}/buildWithParameters?PACKAGE_CHECK=true \
|
||||
--user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} | grep -i location | sed "s|^[L|l]ocation: \(.*\)|\1|")
|
||||
if [[ -z "${response}" ]]; then
|
||||
echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY
|
||||
echo "> Jenkins build could not be triggered. Skipping branch."
|
||||
continue
|
||||
fi
|
||||
echo "Jenkins [job queue url](${response%$'\r'})" >> $GITHUB_STEP_SUMMARY
|
||||
echo "Sleeping 10 seconds until job starts" >> $GITHUB_STEP_SUMMARY
|
||||
sleep 10
|
||||
buildurl=$(curl -s "${response%$'\r'}api/json" | jq -r '.executable.url')
|
||||
buildurl="${buildurl%$'\r'}"
|
||||
echo "Jenkins job [build url](${buildurl})" >> $GITHUB_STEP_SUMMARY
|
||||
echo "Attempting to change the Jenkins job description" >> $GITHUB_STEP_SUMMARY
|
||||
if ! curl -ifX POST \
|
||||
"${buildurl}submitDescription" \
|
||||
--user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} \
|
||||
--data-urlencode "description=GHA package trigger https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
|
||||
--data-urlencode "Submit=Submit"; then
|
||||
echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY
|
||||
echo "> Unable to change the Jenkins job description."
|
||||
fi
|
||||
sleep 20
|
||||
curl -iX POST \
|
||||
-H "Authorization: token ${{ secrets.CR_PAT }}" \
|
||||
-H "Accept: application/vnd.github.v3+json" \
|
||||
-d "{\"ref\":\"refs/heads/${br}\"}" \
|
||||
https://api.github.com/repos/linuxserver/docker-qbittorrent/actions/workflows/package_trigger.yml/dispatches
|
||||
sleep 30
|
||||
else
|
||||
echo "**** Workflow doesn't exist; skipping trigger. ****"
|
||||
fi
|
||||
else
|
||||
echo "Skipping branch ${br} due to being detected as dev branch." >> $GITHUB_STEP_SUMMARY
|
||||
echo "**** ${br} appears to be a dev branch; skipping trigger. ****"
|
||||
fi
|
||||
done
|
||||
if [[ -n "${triggered_branches}" ]] || [[ -n "${skipped_branches}" ]]; then
|
||||
if [[ -n "${triggered_branches}" ]]; then
|
||||
NOTIFY_BRANCHES="**Triggered:** ${triggered_branches} \n"
|
||||
NOTIFY_BUILD_URL="**Build URL:** https://ci.linuxserver.io/blue/organizations/jenkins/Docker-Pipeline-Builders%2Fdocker-qbittorrent/activity/ \n"
|
||||
echo "**** Package check build(s) triggered for branch(es): ${triggered_branches} ****"
|
||||
fi
|
||||
if [[ -n "${skipped_branches}" ]]; then
|
||||
NOTIFY_BRANCHES="${NOTIFY_BRANCHES}**Skipped:** ${skipped_branches} \n"
|
||||
fi
|
||||
echo "**** Notifying Discord ****"
|
||||
curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://cdn.discordapp.com/avatars/354986384542662657/df91181b3f1cf0ef1592fbe18e0962d7.png","embeds": [{"color": 9802903,
|
||||
"description": "**Package Check Build(s) for qbittorrent** \n'"${NOTIFY_BRANCHES}"''"${NOTIFY_BUILD_URL}"'"}],
|
||||
"description": "**Package Check Build(s) Triggered for qbittorrent** \n**Branch(es):** '"${triggered_branches}"' \n**Build URL:** '"https://ci.linuxserver.io/blue/organizations/jenkins/Docker-Pipeline-Builders%2Fdocker-qbittorrent/activity/"' \n"}],
|
||||
"username": "Github Actions"}' ${{ secrets.DISCORD_WEBHOOK }}
|
||||
fi
|
||||
|
||||
5
.github/workflows/permissions.yml
vendored
5
.github/workflows/permissions.yml
vendored
@@ -1,12 +1,9 @@
|
||||
name: Permission check
|
||||
on:
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
paths:
|
||||
- '**/run'
|
||||
- '**/finish'
|
||||
- '**/check'
|
||||
- 'root/migrations/*'
|
||||
|
||||
jobs:
|
||||
permission_check:
|
||||
uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1
|
||||
|
||||
23
.github/workflows/stale.yml
vendored
Executable file
23
.github/workflows/stale.yml
vendored
Executable file
@@ -0,0 +1,23 @@
|
||||
name: Mark stale issues and pull requests
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "30 1 * * *"
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/stale@v6.0.1
|
||||
with:
|
||||
stale-issue-message: "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions."
|
||||
stale-pr-message: "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions."
|
||||
stale-issue-label: 'no-issue-activity'
|
||||
stale-pr-label: 'no-pr-activity'
|
||||
days-before-stale: 30
|
||||
days-before-close: 365
|
||||
exempt-issue-labels: 'awaiting-approval,work-in-progress'
|
||||
exempt-pr-labels: 'awaiting-approval,work-in-progress'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
52
Dockerfile
52
Dockerfile
@@ -1,54 +1,65 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM ghcr.io/linuxserver/unrar:latest AS unrar
|
||||
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.21
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:edge
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
ARG VERSION
|
||||
ARG QBITTORRENT_VERSION
|
||||
ARG QBT_CLI_VERSION
|
||||
ARG QBT_VERSION
|
||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||
LABEL maintainer="thespad"
|
||||
|
||||
# environment settings
|
||||
ARG UNRAR_VERSION=6.1.7
|
||||
ENV HOME="/config" \
|
||||
XDG_CONFIG_HOME="/config" \
|
||||
XDG_DATA_HOME="/config"
|
||||
|
||||
# install runtime packages and qbitorrent-cli
|
||||
RUN \
|
||||
echo "**** install build packages ****" && \
|
||||
apk add --no-cache --upgrade --virtual=build-dependencies \
|
||||
build-base && \
|
||||
echo "**** install packages ****" && \
|
||||
apk add -U --update --no-cache \
|
||||
grep \
|
||||
icu-libs \
|
||||
libstdc++ \
|
||||
openssl \
|
||||
openssl1.1-compat \
|
||||
p7zip \
|
||||
python3 \
|
||||
qt6-qtbase-sqlite && \
|
||||
echo "**** install qbittorrent ****" && \
|
||||
if [ -z ${QBITTORRENT_VERSION+x} ]; then \
|
||||
QBITTORRENT_VERSION=$(curl -sL "https://api.github.com/repos/userdocs/qbittorrent-nox-static/releases" | \
|
||||
jq -r 'first(.[] | select(.prerelease == true) | .tag_name)'); \
|
||||
fi && \
|
||||
echo "**** install unrar from source ****" && \
|
||||
mkdir /tmp/unrar && \
|
||||
curl -o \
|
||||
/app/qbittorrent-nox -L \
|
||||
"https://github.com/userdocs/qbittorrent-nox-static/releases/download/${QBITTORRENT_VERSION}/x86_64-qbittorrent-nox" && \
|
||||
chmod +x /app/qbittorrent-nox && \
|
||||
/tmp/unrar.tar.gz -L \
|
||||
"https://www.rarlab.com/rar/unrarsrc-${UNRAR_VERSION}.tar.gz" && \
|
||||
tar xf \
|
||||
/tmp/unrar.tar.gz -C \
|
||||
/tmp/unrar --strip-components=1 && \
|
||||
cd /tmp/unrar && \
|
||||
make && \
|
||||
install -v -m755 unrar /usr/bin && \
|
||||
if [ -z ${QBITTORRENT_VERSION+x} ]; then \
|
||||
QBITTORRENT_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp \
|
||||
&& awk '/^P:qbittorrent-nox$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); \
|
||||
fi && \
|
||||
apk add -U --upgrade --no-cache \
|
||||
qbittorrent-nox==${QBITTORRENT_VERSION} && \
|
||||
echo "***** install qbitorrent-cli ****" && \
|
||||
mkdir /qbt && \
|
||||
if [ -z ${QBT_CLI_VERSION+x} ]; then \
|
||||
QBT_CLI_VERSION=$(curl -sL "https://api.github.com/repos/fedarovich/qbittorrent-cli/releases/latest" \
|
||||
| jq -r '. | .tag_name'); \
|
||||
fi && \
|
||||
QBT_VERSION=$(curl -sL "https://api.github.com/repos/fedarovich/qbittorrent-cli/releases" \
|
||||
| awk '/tag_name/{print $4;exit}' FS='[""]'); \
|
||||
curl -o \
|
||||
/tmp/qbt.tar.gz -L \
|
||||
"https://github.com/fedarovich/qbittorrent-cli/releases/download/${QBT_CLI_VERSION}/qbt-linux-alpine-x64-net6-${QBT_CLI_VERSION#v}.tar.gz" && \
|
||||
"https://github.com/fedarovich/qbittorrent-cli/releases/download/${QBT_VERSION}/qbt-linux-alpine-x64-${QBT_VERSION:1}.tar.gz" && \
|
||||
tar xf \
|
||||
/tmp/qbt.tar.gz -C \
|
||||
/qbt && \
|
||||
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
|
||||
echo "**** cleanup ****" && \
|
||||
apk del --purge \
|
||||
build-dependencies && \
|
||||
rm -rf \
|
||||
/root/.cache \
|
||||
/tmp/*
|
||||
@@ -56,9 +67,6 @@ RUN \
|
||||
# add local files
|
||||
COPY root/ /
|
||||
|
||||
# add unrar
|
||||
COPY --from=unrar /usr/bin/unrar-alpine /usr/bin/unrar
|
||||
|
||||
# ports and volumes
|
||||
EXPOSE 8080 6881 6881/udp
|
||||
|
||||
|
||||
@@ -1,54 +1,65 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM ghcr.io/linuxserver/unrar:arm64v8-latest AS unrar
|
||||
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.21
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-edge
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
ARG VERSION
|
||||
ARG QBITTORRENT_VERSION
|
||||
ARG QBT_CLI_VERSION
|
||||
ARG QBT_VERSION
|
||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||
LABEL maintainer="thespad"
|
||||
|
||||
# environment settings
|
||||
ARG UNRAR_VERSION=6.1.7
|
||||
ENV HOME="/config" \
|
||||
XDG_CONFIG_HOME="/config" \
|
||||
XDG_DATA_HOME="/config"
|
||||
|
||||
# install runtime packages and qbitorrent-cli
|
||||
RUN \
|
||||
echo "**** install build packages ****" && \
|
||||
apk add --no-cache --upgrade --virtual=build-dependencies \
|
||||
build-base && \
|
||||
echo "**** install packages ****" && \
|
||||
apk add -U --update --no-cache \
|
||||
grep \
|
||||
icu-libs \
|
||||
libstdc++ \
|
||||
openssl \
|
||||
openssl1.1-compat \
|
||||
p7zip \
|
||||
python3 \
|
||||
qt6-qtbase-sqlite && \
|
||||
echo "**** install qbittorrent ****" && \
|
||||
if [ -z ${QBITTORRENT_VERSION+x} ]; then \
|
||||
QBITTORRENT_VERSION=$(curl -sL "https://api.github.com/repos/userdocs/qbittorrent-nox-static/releases" | \
|
||||
jq -r 'first(.[] | select(.prerelease == true) | .tag_name)'); \
|
||||
fi && \
|
||||
echo "**** install unrar from source ****" && \
|
||||
mkdir /tmp/unrar && \
|
||||
curl -o \
|
||||
/app/qbittorrent-nox -L \
|
||||
"https://github.com/userdocs/qbittorrent-nox-static/releases/download/${QBITTORRENT_VERSION}/aarch64-qbittorrent-nox" && \
|
||||
chmod +x /app/qbittorrent-nox && \
|
||||
/tmp/unrar.tar.gz -L \
|
||||
"https://www.rarlab.com/rar/unrarsrc-${UNRAR_VERSION}.tar.gz" && \
|
||||
tar xf \
|
||||
/tmp/unrar.tar.gz -C \
|
||||
/tmp/unrar --strip-components=1 && \
|
||||
cd /tmp/unrar && \
|
||||
make && \
|
||||
install -v -m755 unrar /usr/bin && \
|
||||
if [ -z ${QBITTORRENT_VERSION+x} ]; then \
|
||||
QBITTORRENT_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp \
|
||||
&& awk '/^P:qbittorrent-nox$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); \
|
||||
fi && \
|
||||
apk add -U --upgrade --no-cache \
|
||||
qbittorrent-nox==${QBITTORRENT_VERSION} && \
|
||||
echo "***** install qbitorrent-cli ****" && \
|
||||
mkdir /qbt && \
|
||||
if [ -z ${QBT_CLI_VERSION+x} ]; then \
|
||||
QBT_CLI_VERSION=$(curl -sL "https://api.github.com/repos/fedarovich/qbittorrent-cli/releases/latest" \
|
||||
| jq -r '. | .tag_name'); \
|
||||
fi && \
|
||||
QBT_VERSION=$(curl -sL "https://api.github.com/repos/fedarovich/qbittorrent-cli/releases" \
|
||||
| awk '/tag_name/{print $4;exit}' FS='[""]'); \
|
||||
curl -o \
|
||||
/tmp/qbt.tar.gz -L \
|
||||
"https://github.com/fedarovich/qbittorrent-cli/releases/download/${QBT_CLI_VERSION}/qbt-linux-alpine-arm64-net6-${QBT_CLI_VERSION#v}.tar.gz" && \
|
||||
"https://github.com/fedarovich/qbittorrent-cli/releases/download/${QBT_VERSION}/qbt-linux-alpine-arm64-${QBT_VERSION:1}.tar.gz" && \
|
||||
tar xf \
|
||||
/tmp/qbt.tar.gz -C \
|
||||
/qbt && \
|
||||
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
|
||||
echo "**** cleanup ****" && \
|
||||
apk del --purge \
|
||||
build-dependencies && \
|
||||
rm -rf \
|
||||
/root/.cache \
|
||||
/tmp/*
|
||||
@@ -56,9 +67,6 @@ RUN \
|
||||
# add local files
|
||||
COPY root/ /
|
||||
|
||||
# add unrar
|
||||
COPY --from=unrar /usr/bin/unrar-alpine /usr/bin/unrar
|
||||
|
||||
# ports and volumes
|
||||
EXPOSE 8080 6881 6881/udp
|
||||
|
||||
|
||||
73
Dockerfile.armhf
Normal file
73
Dockerfile.armhf
Normal file
@@ -0,0 +1,73 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-edge
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
ARG VERSION
|
||||
ARG QBITTORRENT_VERSION
|
||||
ARG QBT_VERSION
|
||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||
LABEL maintainer="thespad"
|
||||
|
||||
# environment settings
|
||||
ARG UNRAR_VERSION=6.1.7
|
||||
ENV HOME="/config" \
|
||||
XDG_CONFIG_HOME="/config" \
|
||||
XDG_DATA_HOME="/config"
|
||||
|
||||
# install runtime packages and qbitorrent-cli
|
||||
RUN \
|
||||
echo "**** install build packages ****" && \
|
||||
apk add --no-cache --upgrade --virtual=build-dependencies \
|
||||
build-base && \
|
||||
echo "**** install packages ****" && \
|
||||
apk add -U --update --no-cache \
|
||||
icu-libs \
|
||||
libstdc++ \
|
||||
openssl \
|
||||
openssl1.1-compat \
|
||||
p7zip \
|
||||
python3 \
|
||||
qt6-qtbase-sqlite && \
|
||||
echo "**** install unrar from source ****" && \
|
||||
mkdir /tmp/unrar && \
|
||||
curl -o \
|
||||
/tmp/unrar.tar.gz -L \
|
||||
"https://www.rarlab.com/rar/unrarsrc-${UNRAR_VERSION}.tar.gz" && \
|
||||
tar xf \
|
||||
/tmp/unrar.tar.gz -C \
|
||||
/tmp/unrar --strip-components=1 && \
|
||||
cd /tmp/unrar && \
|
||||
make && \
|
||||
install -v -m755 unrar /usr/bin && \
|
||||
if [ -z ${QBITTORRENT_VERSION+x} ]; then \
|
||||
QBITTORRENT_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp \
|
||||
&& awk '/^P:qbittorrent-nox$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); \
|
||||
fi && \
|
||||
apk add -U --upgrade --no-cache \
|
||||
qbittorrent-nox==${QBITTORRENT_VERSION} && \
|
||||
echo "***** install qbitorrent-cli ****" && \
|
||||
mkdir /qbt && \
|
||||
QBT_VERSION=$(curl -sL "https://api.github.com/repos/fedarovich/qbittorrent-cli/releases" \
|
||||
| awk '/tag_name/{print $4;exit}' FS='[""]'); \
|
||||
curl -o \
|
||||
/tmp/qbt.tar.gz -L \
|
||||
"https://github.com/fedarovich/qbittorrent-cli/releases/download/${QBT_VERSION}/qbt-linux-alpine-arm-${QBT_VERSION:1}.tar.gz" && \
|
||||
tar xf \
|
||||
/tmp/qbt.tar.gz -C \
|
||||
/qbt && \
|
||||
echo "**** cleanup ****" && \
|
||||
apk del --purge \
|
||||
build-dependencies && \
|
||||
rm -rf \
|
||||
/root/.cache \
|
||||
/tmp/*
|
||||
|
||||
# add local files
|
||||
COPY root/ /
|
||||
|
||||
# ports and volumes
|
||||
EXPOSE 8080 6881 6881/udp
|
||||
|
||||
VOLUME /config
|
||||
908
Jenkinsfile
vendored
908
Jenkinsfile
vendored
File diff suppressed because it is too large
Load Diff
225
README.md
225
README.md
@@ -1,9 +1,10 @@
|
||||
<!-- DO NOT EDIT THIS FILE MANUALLY -->
|
||||
<!-- Please read https://github.com/linuxserver/docker-qbittorrent/blob/libtorrentv1/.github/CONTRIBUTING.md -->
|
||||
<!-- Please read the https://github.com/linuxserver/docker-qbittorrent/blob/master/.github/CONTRIBUTING.md -->
|
||||
|
||||
[](https://linuxserver.io)
|
||||
|
||||
[](https://blog.linuxserver.io "all the things you can do with our containers including How-To guides, opinions and much more!")
|
||||
[](https://linuxserver.io/discord "realtime support / chat with the community and the team.")
|
||||
[](https://discord.gg/YWrKVTn "realtime support / chat with the community and the team.")
|
||||
[](https://discourse.linuxserver.io "post on our community forum.")
|
||||
[](https://fleet.linuxserver.io "an online web interface which displays all of our maintained images.")
|
||||
[](https://github.com/linuxserver "view the source for all of our repositories.")
|
||||
@@ -20,7 +21,7 @@ The [LinuxServer.io](https://linuxserver.io) team brings you another container r
|
||||
Find us at:
|
||||
|
||||
* [Blog](https://blog.linuxserver.io) - all the things you can do with our containers including How-To guides, opinions and much more!
|
||||
* [Discord](https://linuxserver.io/discord) - realtime support / chat with the community and the team.
|
||||
* [Discord](https://discord.gg/YWrKVTn) - realtime support / chat with the community and the team.
|
||||
* [Discourse](https://discourse.linuxserver.io) - post on our community forum.
|
||||
* [Fleet](https://fleet.linuxserver.io) - an online web interface which displays all of our maintained images.
|
||||
* [GitHub](https://github.com/linuxserver) - view the source for all of our repositories.
|
||||
@@ -28,7 +29,7 @@ Find us at:
|
||||
|
||||
# [linuxserver/qbittorrent](https://github.com/linuxserver/docker-qbittorrent)
|
||||
|
||||
[](https://scarf.sh)
|
||||
[](https://scarf.sh/gateway/linuxserver-ci/docker/linuxserver%2Fqbittorrent)
|
||||
[](https://github.com/linuxserver/docker-qbittorrent)
|
||||
[](https://github.com/linuxserver/docker-qbittorrent/releases)
|
||||
[](https://github.com/linuxserver/docker-qbittorrent/packages)
|
||||
@@ -36,8 +37,8 @@ Find us at:
|
||||
[](https://quay.io/repository/linuxserver.io/qbittorrent)
|
||||
[](https://hub.docker.com/r/linuxserver/qbittorrent)
|
||||
[](https://hub.docker.com/r/linuxserver/qbittorrent)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-qbittorrent/job/libtorrentv1/)
|
||||
[](https://ci-tests.linuxserver.io/linuxserver/qbittorrent/libtorrentv1/index.html)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-qbittorrent/job/master/)
|
||||
[](https://ci-tests.linuxserver.io/linuxserver/qbittorrent/latest/index.html)
|
||||
|
||||
The [Qbittorrent](https://www.qbittorrent.org/) project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.
|
||||
|
||||
@@ -45,9 +46,9 @@ The [Qbittorrent](https://www.qbittorrent.org/) project aims to provide an open-
|
||||
|
||||
## Supported Architectures
|
||||
|
||||
We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://distribution.github.io/distribution/spec/manifest-v2-2/#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
|
||||
We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
|
||||
|
||||
Simply pulling `lscr.io/linuxserver/qbittorrent:libtorrentv1` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||
Simply pulling `lscr.io/linuxserver/qbittorrent:latest` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||
|
||||
The architectures supported by this image are:
|
||||
|
||||
@@ -55,7 +56,7 @@ The architectures supported by this image are:
|
||||
| :----: | :----: | ---- |
|
||||
| x86-64 | ✅ | amd64-\<version tag\> |
|
||||
| arm64 | ✅ | arm64v8-\<version tag\> |
|
||||
| armhf | ❌ | |
|
||||
| armhf | ✅ | arm32v7-\<version tag\> |
|
||||
|
||||
## Version Tags
|
||||
|
||||
@@ -65,59 +66,53 @@ This image provides various versions that are available via tags. Please read th
|
||||
| :----: | :----: |--- |
|
||||
| latest | ✅ | Stable qbittorrent releases |
|
||||
| libtorrentv1 | ✅ | Static qbittorrent builds using libtorrent v1 |
|
||||
|
||||
## Application Setup
|
||||
|
||||
The web UI is at `<your-ip>:8080` and a temporary password for the `admin` user will be printed to the container log on startup.
|
||||
The webui is at `<your-ip>:8080` and the default username/password is `admin/adminadmin`.
|
||||
|
||||
You must then change username/password in the web UI section of settings. If you do not change the password a new one will be generated every time the container starts.
|
||||
|
||||
If you are running a very old (3.x) kernel you may run into [this issue](https://github.com/linuxserver/docker-qbittorrent/issues/103) which can be worked around using [this method](https://github.com/linuxserver/docker-qbittorrent/issues/103#issuecomment-831238484)
|
||||
Change username/password via the webui in the webui section of settings.
|
||||
|
||||
### WEBUI_PORT variable
|
||||
|
||||
Due to issues with CSRF and port mapping, should you require to alter the port for the web UI you need to change both sides of the -p 8080 switch AND set the WEBUI_PORT variable to the new port.
|
||||
Due to issues with CSRF and port mapping, should you require to alter the port for the webui you need to change both sides of the -p 8080 switch AND set the WEBUI_PORT variable to the new port.
|
||||
|
||||
For example, to set the port to 8090 you need to set -p 8090:8090 and -e WEBUI_PORT=8090
|
||||
|
||||
### TORRENTING_PORT
|
||||
This should alleviate the "white screen" issue.
|
||||
|
||||
A bittorrent client can be an active or a passive node. Running your client as an active node has the advantage of being able to connect to both active and passive peers, and can potentially increase the number of incoming connections. This requires an open port on the host machine which might differ from container's internal one.
|
||||
If you have no webui , check the file /config/qBittorrent/qBittorrent.conf
|
||||
|
||||
Similarly to the WEBUI_PORT, to set the port to 6887 you need to pass -p 6887:6887, -p 6887:6887/udp and -e TORRENTING_PORT=6887 arguments to Docker.
|
||||
edit or add the following lines
|
||||
|
||||
## Read-Only Operation
|
||||
```text
|
||||
WebUI\Address=*
|
||||
|
||||
This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).
|
||||
WebUI\ServerDomains=*
|
||||
```
|
||||
|
||||
## Non-Root Operation
|
||||
|
||||
This image can be run with a non-root user. For details please [read the docs](https://docs.linuxserver.io/misc/non-root/).
|
||||
If you are running a very old (3.x) kernel you may run into [this issue](https://github.com/linuxserver/docker-qbittorrent/issues/103) which can be worked around using [this method](https://github.com/linuxserver/docker-qbittorrent/issues/103#issuecomment-831238484)
|
||||
|
||||
## Usage
|
||||
|
||||
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
|
||||
|
||||
>[!NOTE]
|
||||
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
|
||||
Here are some example snippets to help you get started creating a container.
|
||||
|
||||
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
|
||||
|
||||
```yaml
|
||||
---
|
||||
version: "2.1"
|
||||
services:
|
||||
qbittorrent:
|
||||
image: lscr.io/linuxserver/qbittorrent:libtorrentv1
|
||||
image: lscr.io/linuxserver/qbittorrent:latest
|
||||
container_name: qbittorrent
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
- WEBUI_PORT=8080
|
||||
- TORRENTING_PORT=6881
|
||||
volumes:
|
||||
- /path/to/qbittorrent/appdata:/config
|
||||
- /path/to/downloads:/downloads #optional
|
||||
- /path/to/appdata/config:/config
|
||||
- /path/to/downloads:/downloads
|
||||
ports:
|
||||
- 8080:8080
|
||||
- 6881:6881
|
||||
@@ -134,34 +129,31 @@ docker run -d \
|
||||
-e PGID=1000 \
|
||||
-e TZ=Etc/UTC \
|
||||
-e WEBUI_PORT=8080 \
|
||||
-e TORRENTING_PORT=6881 \
|
||||
-p 8080:8080 \
|
||||
-p 6881:6881 \
|
||||
-p 6881:6881/udp \
|
||||
-v /path/to/qbittorrent/appdata:/config \
|
||||
-v /path/to/downloads:/downloads `#optional` \
|
||||
-v /path/to/appdata/config:/config \
|
||||
-v /path/to/downloads:/downloads \
|
||||
--restart unless-stopped \
|
||||
lscr.io/linuxserver/qbittorrent:libtorrentv1
|
||||
lscr.io/linuxserver/qbittorrent:latest
|
||||
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
Containers are configured using parameters passed at runtime (such as those above). These parameters are separated by a colon and indicate `<external>:<internal>` respectively. For example, `-p 8080:80` would expose port `80` from inside the container to be accessible from the host's IP on port `8080` outside the container.
|
||||
Container images are configured using parameters passed at runtime (such as those above). These parameters are separated by a colon and indicate `<external>:<internal>` respectively. For example, `-p 8080:80` would expose port `80` from inside the container to be accessible from the host's IP on port `8080` outside the container.
|
||||
|
||||
| Parameter | Function |
|
||||
| :----: | --- |
|
||||
| `-p 8080:8080` | WebUI |
|
||||
| `-p 6881:6881` | tcp connection port |
|
||||
| `-p 6881:6881/udp` | udp connection port |
|
||||
| `-p 8080` | WebUI |
|
||||
| `-p 6881` | tcp connection port |
|
||||
| `-p 6881/udp` | udp connection port |
|
||||
| `-e PUID=1000` | for UserID - see below for explanation |
|
||||
| `-e PGID=1000` | for GroupID - see below for explanation |
|
||||
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
|
||||
| `-e WEBUI_PORT=8080` | for changing the port of the web UI, see below for explanation |
|
||||
| `-e TORRENTING_PORT=6881` | for changing the port of tcp/udp connection, see below for explanation |
|
||||
| `-e WEBUI_PORT=8080` | for changing the port of the webui, see below for explanation |
|
||||
| `-v /config` | Contains all relevant configuration files. |
|
||||
| `-v /downloads` | Location of downloads on disk. |
|
||||
| `--read-only=true` | Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). |
|
||||
| `--user=1000:1000` | Run container with a non-root user. Please [read the docs](https://docs.linuxserver.io/misc/non-root/). |
|
||||
|
||||
## Environment variables from files (Docker secrets)
|
||||
|
||||
@@ -170,10 +162,10 @@ You can set any environment variable from a file by using a special prepend `FIL
|
||||
As an example:
|
||||
|
||||
```bash
|
||||
-e FILE__MYVAR=/run/secrets/mysecretvariable
|
||||
-e FILE__PASSWORD=/run/secrets/mysecretpassword
|
||||
```
|
||||
|
||||
Will set the environment variable `MYVAR` based on the contents of the `/run/secrets/mysecretvariable` file.
|
||||
Will set the environment variable `PASSWORD` based on the contents of the `/run/secrets/mysecretpassword` file.
|
||||
|
||||
## Umask for running applications
|
||||
|
||||
@@ -182,20 +174,15 @@ Keep in mind umask is not chmod it subtracts from permissions based on it's valu
|
||||
|
||||
## User / Group Identifiers
|
||||
|
||||
When using volumes (`-v` flags), permissions issues can arise between the host OS and the container, we avoid this issue by allowing you to specify the user `PUID` and group `PGID`.
|
||||
When using volumes (`-v` flags) permissions issues can arise between the host OS and the container, we avoid this issue by allowing you to specify the user `PUID` and group `PGID`.
|
||||
|
||||
Ensure any volume directories on the host are owned by the same user you specify and any permissions issues will vanish like magic.
|
||||
|
||||
In this instance `PUID=1000` and `PGID=1000`, to find yours use `id your_user` as below:
|
||||
In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as below:
|
||||
|
||||
```bash
|
||||
id your_user
|
||||
```
|
||||
|
||||
Example output:
|
||||
|
||||
```text
|
||||
uid=1000(your_user) gid=1000(your_user) groups=1000(your_user)
|
||||
$ id username
|
||||
uid=1000(dockeruser) gid=1000(dockergroup) groups=1000(dockergroup)
|
||||
```
|
||||
|
||||
## Docker Mods
|
||||
@@ -206,101 +193,53 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||
|
||||
## Support Info
|
||||
|
||||
* Shell access whilst the container is running:
|
||||
|
||||
```bash
|
||||
docker exec -it qbittorrent /bin/bash
|
||||
```
|
||||
|
||||
* To monitor the logs of the container in realtime:
|
||||
|
||||
```bash
|
||||
docker logs -f qbittorrent
|
||||
```
|
||||
|
||||
* Container version number:
|
||||
|
||||
```bash
|
||||
docker inspect -f '{{ index .Config.Labels "build_version" }}' qbittorrent
|
||||
```
|
||||
|
||||
* Image version number:
|
||||
|
||||
```bash
|
||||
docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/qbittorrent:libtorrentv1
|
||||
```
|
||||
* Shell access whilst the container is running: `docker exec -it qbittorrent /bin/bash`
|
||||
* To monitor the logs of the container in realtime: `docker logs -f qbittorrent`
|
||||
* container version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' qbittorrent`
|
||||
* image version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/qbittorrent:latest`
|
||||
|
||||
## Updating Info
|
||||
|
||||
Most of our images are static, versioned, and require an image update and container recreation to update the app inside. With some exceptions (noted in the relevant readme.md), we do not recommend or support updating apps inside the container. Please consult the [Application Setup](#application-setup) section above to see if it is recommended for the image.
|
||||
Most of our images are static, versioned, and require an image update and container recreation to update the app inside. With some exceptions (ie. nextcloud, plex), we do not recommend or support updating apps inside the container. Please consult the [Application Setup](#application-setup) section above to see if it is recommended for the image.
|
||||
|
||||
Below are the instructions for updating containers:
|
||||
|
||||
### Via Docker Compose
|
||||
|
||||
* Update images:
|
||||
* All images:
|
||||
|
||||
```bash
|
||||
docker-compose pull
|
||||
```
|
||||
|
||||
* Single image:
|
||||
|
||||
```bash
|
||||
docker-compose pull qbittorrent
|
||||
```
|
||||
|
||||
* Update containers:
|
||||
* All containers:
|
||||
|
||||
```bash
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
* Single container:
|
||||
|
||||
```bash
|
||||
docker-compose up -d qbittorrent
|
||||
```
|
||||
|
||||
* You can also remove the old dangling images:
|
||||
|
||||
```bash
|
||||
docker image prune
|
||||
```
|
||||
* Update all images: `docker-compose pull`
|
||||
* or update a single image: `docker-compose pull qbittorrent`
|
||||
* Let compose update all containers as necessary: `docker-compose up -d`
|
||||
* or update a single container: `docker-compose up -d qbittorrent`
|
||||
* You can also remove the old dangling images: `docker image prune`
|
||||
|
||||
### Via Docker Run
|
||||
|
||||
* Update the image:
|
||||
|
||||
```bash
|
||||
docker pull lscr.io/linuxserver/qbittorrent:libtorrentv1
|
||||
```
|
||||
|
||||
* Stop the running container:
|
||||
|
||||
```bash
|
||||
docker stop qbittorrent
|
||||
```
|
||||
|
||||
* Delete the container:
|
||||
|
||||
```bash
|
||||
docker rm qbittorrent
|
||||
```
|
||||
|
||||
* Update the image: `docker pull lscr.io/linuxserver/qbittorrent:latest`
|
||||
* Stop the running container: `docker stop qbittorrent`
|
||||
* Delete the container: `docker rm qbittorrent`
|
||||
* Recreate a new container with the same docker run parameters as instructed above (if mapped correctly to a host folder, your `/config` folder and settings will be preserved)
|
||||
* You can also remove the old dangling images:
|
||||
* You can also remove the old dangling images: `docker image prune`
|
||||
|
||||
### Via Watchtower auto-updater (only use if you don't remember the original parameters)
|
||||
|
||||
* Pull the latest image at its tag and replace it with the same env variables in one run:
|
||||
|
||||
```bash
|
||||
docker image prune
|
||||
docker run --rm \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
containrrr/watchtower \
|
||||
--run-once qbittorrent
|
||||
```
|
||||
|
||||
* You can also remove the old dangling images: `docker image prune`
|
||||
|
||||
**Note:** We do not endorse the use of Watchtower as a solution to automated updates of existing Docker containers. In fact we generally discourage automated updates. However, this is a useful tool for one-time manual updates of containers where you have forgotten the original parameters. In the long term, we highly recommend using [Docker Compose](https://docs.linuxserver.io/general/docker-compose).
|
||||
|
||||
### Image Update Notifications - Diun (Docker Image Update Notifier)
|
||||
|
||||
>[!TIP]
|
||||
>We recommend [Diun](https://crazymax.dev/diun/) for update notifications. Other tools that automatically update containers unattended are not recommended or supported.
|
||||
* We recommend [Diun](https://crazymax.dev/diun/) for update notifications. Other tools that automatically update containers unattended are not recommended or supported.
|
||||
|
||||
## Building locally
|
||||
|
||||
@@ -312,34 +251,22 @@ cd docker-qbittorrent
|
||||
docker build \
|
||||
--no-cache \
|
||||
--pull \
|
||||
-t lscr.io/linuxserver/qbittorrent:libtorrentv1 .
|
||||
-t lscr.io/linuxserver/qbittorrent:latest .
|
||||
```
|
||||
|
||||
The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/qemu-static`
|
||||
The ARM variants can be built on x86_64 hardware using `multiarch/qemu-user-static`
|
||||
|
||||
```bash
|
||||
docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset
|
||||
docker run --rm --privileged multiarch/qemu-user-static:register --reset
|
||||
```
|
||||
|
||||
Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.
|
||||
|
||||
## Versions
|
||||
|
||||
* **20.12.24:** - Rebase to Alpine 3.21.
|
||||
* **17.07.24:** - Restore qbittorrent-cli as it now supports openssl 3.
|
||||
* **25.05.24:** - Rebase to Alpine 3.20, remove qbittorrent-cli as it still requires openssl 1.1 which is EOL.
|
||||
* **14.02.24:** - Only set/override torrenting port if the optional env var is set.
|
||||
* **14.02.24:** - Add torrenting port support.
|
||||
* **31.01.24:** - Rebase to Alpine 3.19.
|
||||
* **25.12.23:** - Only pull stable releases of qbittorrent-cli.
|
||||
* **07.10.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar).
|
||||
* **10.08.23:** - Bump unrar to 6.2.10.
|
||||
* **17.06.23:** - Rebase to Alpine 3.18, deprecate armhf as per [https://www.linuxserver.io/armhf](https://www.linuxserver.io/armhf).
|
||||
* **10.06.23:** - Bump unrar to 6.2.8.
|
||||
* **25.02.23:** - Add qt6-qtbase-sqlite to support SQLite database for resume files.
|
||||
* **15.01.23:** - Rebase to Alpine 3.17, add openssl1.1-compat.
|
||||
* **29.11.22:** - Add icu-libs to support qbittorrent-cli.
|
||||
* **30.10.22:** - Add libtorrent v1 branch.
|
||||
* **23.02.23:** - Add qt6-qtbase-sqlite to support SQLite database for resume files.
|
||||
* **29.11.22:** - Add openssl1.1-compat for qbittorrent-cli.
|
||||
* **31.10.22:** - Add libtorrentv1 branch.
|
||||
* **31.08.22:** - Rebase to Alpine Edge again to follow latest releases.
|
||||
* **12.08.22:** - Bump unrar to 6.1.7.
|
||||
* **16.06.22:** - Rebase to Alpine 3.16 from edge.
|
||||
|
||||
@@ -2,11 +2,10 @@
|
||||
|
||||
# jenkins variables
|
||||
project_name: docker-qbittorrent
|
||||
external_type: na
|
||||
custom_version_command: "curl -sL 'https://api.github.com/repos/userdocs/qbittorrent-nox-static/releases' | jq -r 'first(.[] | select(.prerelease == true) | .tag_name)'"
|
||||
release_type: prerelease
|
||||
release_tag: libtorrentv1
|
||||
ls_branch: libtorrentv1
|
||||
external_type: alpine_repo
|
||||
release_type: stable
|
||||
release_tag: latest
|
||||
ls_branch: master
|
||||
repo_vars:
|
||||
- CONTAINER_NAME = 'qbittorrent'
|
||||
- BUILD_VERSION_ARG = 'QBITTORRENT_VERSION'
|
||||
@@ -16,12 +15,15 @@ repo_vars:
|
||||
- DEV_DOCKERHUB_IMAGE = 'lsiodev/qbittorrent'
|
||||
- PR_DOCKERHUB_IMAGE = 'lspipepr/qbittorrent'
|
||||
- DIST_IMAGE = 'alpine'
|
||||
- DIST_TAG = 'edge'
|
||||
- DIST_REPO = 'http://dl-cdn.alpinelinux.org/alpine/edge/community/'
|
||||
- DIST_REPO_PACKAGES = 'qbittorrent-nox'
|
||||
- MULTIARCH='true'
|
||||
- CI='true'
|
||||
- CI_WEB='true'
|
||||
- CI_PORT='8080'
|
||||
- CI_SSL='false'
|
||||
- CI_DELAY='60'
|
||||
- CI_DOCKERENV=''
|
||||
- CI_AUTH=''
|
||||
- CI_DELAY='120'
|
||||
- CI_DOCKERENV='TZ=US/Pacific'
|
||||
- CI_AUTH='user:password'
|
||||
- CI_WEBPATH=''
|
||||
|
||||
@@ -1,260 +1,199 @@
|
||||
NAME VERSION TYPE
|
||||
7zip 24.08-r0 apk
|
||||
Alba.CsConsoleFormat 1.0.0.89 dotnet
|
||||
BencodeNET 2.3.0.0 dotnet
|
||||
Bouncy Castle for .NET (netstandard2.0) 1.8.8.2 dotnet
|
||||
CommandLineUtils 2.4.4+3c2a4909757a51602dcca9b961d577511b85fd31.3c2a4909757a51602dcca9b961d577511b85fd31 dotnet
|
||||
Alba.CsConsoleFormat 1.0.0 dotnet
|
||||
BencodeNET 2.3.0 dotnet
|
||||
CsvHelper 12.1.2 dotnet
|
||||
Json.NET 13.0.3.27908 dotnet
|
||||
Microsoft.CSharp 6.0.3524.45918 dotnet
|
||||
Microsoft.VisualBasic 6.0.3524.45918 dotnet
|
||||
Microsoft.VisualBasic.Core 11.100.3524.45918 dotnet
|
||||
Microsoft.Win32.Primitives 6.0.3524.45918 dotnet
|
||||
Microsoft.Win32.Registry 6.0.3524.45918 dotnet
|
||||
Mono.Posix.NETStandard 1.0.0.0 dotnet
|
||||
NJsonSchema 9.14.1.0 dotnet
|
||||
Portable.Xaml.dll 0.18.0.0 dotnet
|
||||
QBittorrent.Client 1.9.24285.1 dotnet
|
||||
System 6.0.3524.45918 dotnet
|
||||
System.AppContext 6.0.3524.45918 dotnet
|
||||
System.Buffers 6.0.3524.45918 dotnet
|
||||
System.Collections 6.0.3524.45918 dotnet
|
||||
System.Collections.Concurrent 6.0.3524.45918 dotnet
|
||||
System.Collections.Immutable 6.0.3524.45918 dotnet
|
||||
System.Collections.NonGeneric 6.0.3524.45918 dotnet
|
||||
System.Collections.Specialized 6.0.3524.45918 dotnet
|
||||
System.ComponentModel 6.0.3524.45918 dotnet
|
||||
System.ComponentModel.Annotations 6.0.3524.45918 dotnet
|
||||
System.ComponentModel.DataAnnotations 6.0.3524.45918 dotnet
|
||||
System.ComponentModel.EventBasedAsync 6.0.3524.45918 dotnet
|
||||
System.ComponentModel.Primitives 6.0.3524.45918 dotnet
|
||||
System.ComponentModel.TypeConverter 6.0.3524.45918 dotnet
|
||||
System.Configuration 6.0.3524.45918 dotnet
|
||||
System.Console 6.0.3524.45918 dotnet
|
||||
System.Core 6.0.3524.45918 dotnet
|
||||
System.Data 6.0.3524.45918 dotnet
|
||||
System.Data.Common 6.0.3524.45918 dotnet
|
||||
System.Data.DataSetExtensions 6.0.3524.45918 dotnet
|
||||
System.Diagnostics.Contracts 6.0.3524.45918 dotnet
|
||||
System.Diagnostics.Debug 6.0.3524.45918 dotnet
|
||||
System.Diagnostics.DiagnosticSource 6.0.3524.45918 dotnet
|
||||
System.Diagnostics.FileVersionInfo 6.0.3524.45918 dotnet
|
||||
System.Diagnostics.Process 6.0.3524.45918 dotnet
|
||||
System.Diagnostics.StackTrace 6.0.3524.45918 dotnet
|
||||
System.Diagnostics.TextWriterTraceListener 6.0.3524.45918 dotnet
|
||||
System.Diagnostics.Tools 6.0.3524.45918 dotnet
|
||||
System.Diagnostics.TraceSource 6.0.3524.45918 dotnet
|
||||
System.Diagnostics.Tracing 6.0.3524.45918 dotnet
|
||||
System.Drawing 6.0.3524.45918 dotnet
|
||||
System.Drawing.Primitives 6.0.3524.45918 dotnet
|
||||
System.Dynamic.Runtime 6.0.3524.45918 dotnet
|
||||
System.Formats.Asn1 6.0.3524.45918 dotnet
|
||||
System.Globalization 6.0.3524.45918 dotnet
|
||||
System.Globalization.Calendars 6.0.3524.45918 dotnet
|
||||
System.Globalization.Extensions 6.0.3524.45918 dotnet
|
||||
System.IO 6.0.3524.45918 dotnet
|
||||
System.IO.Compression 6.0.3524.45918 dotnet
|
||||
System.IO.Compression.Brotli 6.0.3524.45918 dotnet
|
||||
System.IO.Compression.FileSystem 6.0.3524.45918 dotnet
|
||||
System.IO.Compression.ZipFile 6.0.3524.45918 dotnet
|
||||
System.IO.FileSystem 6.0.3524.45918 dotnet
|
||||
System.IO.FileSystem.AccessControl 6.0.3524.45918 dotnet
|
||||
System.IO.FileSystem.DriveInfo 6.0.3524.45918 dotnet
|
||||
System.IO.FileSystem.Primitives 6.0.3524.45918 dotnet
|
||||
System.IO.FileSystem.Watcher 6.0.3524.45918 dotnet
|
||||
System.IO.IsolatedStorage 6.0.3524.45918 dotnet
|
||||
System.IO.MemoryMappedFiles 6.0.3524.45918 dotnet
|
||||
System.IO.Pipes 6.0.3524.45918 dotnet
|
||||
System.IO.Pipes.AccessControl 6.0.3524.45918 dotnet
|
||||
System.IO.UnmanagedMemoryStream 6.0.3524.45918 dotnet
|
||||
System.Linq 6.0.3524.45918 dotnet
|
||||
System.Linq.Expressions 6.0.3524.45918 dotnet
|
||||
System.Linq.Parallel 6.0.3524.45918 dotnet
|
||||
System.Linq.Queryable 6.0.3524.45918 dotnet
|
||||
System.Memory 6.0.3524.45918 dotnet
|
||||
System.Net 6.0.3524.45918 dotnet
|
||||
System.Net.Http 6.0.3524.45918 dotnet
|
||||
System.Net.Http.Json 6.0.3524.45918 dotnet
|
||||
System.Net.HttpListener 6.0.3524.45918 dotnet
|
||||
System.Net.IPNetwork 2.5.235 dotnet
|
||||
System.Net.Mail 6.0.3524.45918 dotnet
|
||||
System.Net.NameResolution 6.0.3524.45918 dotnet
|
||||
System.Net.NetworkInformation 6.0.3524.45918 dotnet
|
||||
System.Net.Ping 6.0.3524.45918 dotnet
|
||||
System.Net.Primitives 6.0.3524.45918 dotnet
|
||||
System.Net.Quic 6.0.3524.45918 dotnet
|
||||
System.Net.Requests 6.0.3524.45918 dotnet
|
||||
System.Net.Security 6.0.3524.45918 dotnet
|
||||
System.Net.ServicePoint 6.0.3524.45918 dotnet
|
||||
System.Net.Sockets 6.0.3524.45918 dotnet
|
||||
System.Net.WebClient 6.0.3524.45918 dotnet
|
||||
System.Net.WebHeaderCollection 6.0.3524.45918 dotnet
|
||||
System.Net.WebProxy 6.0.3524.45918 dotnet
|
||||
System.Net.WebSockets 6.0.3524.45918 dotnet
|
||||
System.Net.WebSockets.Client 6.0.3524.45918 dotnet
|
||||
System.Numerics 6.0.3524.45918 dotnet
|
||||
System.Numerics.Vectors 6.0.3524.45918 dotnet
|
||||
System.ObjectModel 6.0.3524.45918 dotnet
|
||||
System.Private.CoreLib 6.0.3524.45918 dotnet
|
||||
System.Private.DataContractSerialization 6.0.3524.45918 dotnet
|
||||
System.Private.Uri 6.0.3524.45918 dotnet
|
||||
System.Private.Xml 6.0.3524.45918 dotnet
|
||||
System.Private.Xml.Linq 6.0.3524.45918 dotnet
|
||||
System.Reflection 6.0.3524.45918 dotnet
|
||||
System.Reflection.DispatchProxy 6.0.3524.45918 dotnet
|
||||
System.Reflection.Emit 6.0.3524.45918 dotnet
|
||||
System.Reflection.Emit.ILGeneration 6.0.3524.45918 dotnet
|
||||
System.Reflection.Emit.Lightweight 6.0.3524.45918 dotnet
|
||||
System.Reflection.Extensions 6.0.3524.45918 dotnet
|
||||
System.Reflection.Metadata 6.0.3524.45918 dotnet
|
||||
System.Reflection.Primitives 6.0.3524.45918 dotnet
|
||||
System.Reflection.TypeExtensions 6.0.3524.45918 dotnet
|
||||
System.Resources.Reader 6.0.3524.45918 dotnet
|
||||
System.Resources.ResourceManager 6.0.3524.45918 dotnet
|
||||
System.Resources.Writer 6.0.3524.45918 dotnet
|
||||
System.Runtime 6.0.3524.45918 dotnet
|
||||
System.Runtime.CompilerServices.VisualC 6.0.3524.45918 dotnet
|
||||
System.Runtime.Extensions 6.0.3524.45918 dotnet
|
||||
System.Runtime.Handles 6.0.3524.45918 dotnet
|
||||
System.Runtime.InteropServices 6.0.3524.45918 dotnet
|
||||
System.Runtime.InteropServices.RuntimeInformation 6.0.3524.45918 dotnet
|
||||
System.Runtime.Intrinsics 6.0.3524.45918 dotnet
|
||||
System.Runtime.Loader 6.0.3524.45918 dotnet
|
||||
System.Runtime.Numerics 6.0.3524.45918 dotnet
|
||||
System.Runtime.Serialization 6.0.3524.45918 dotnet
|
||||
System.Runtime.Serialization.Formatters 6.0.3524.45918 dotnet
|
||||
System.Runtime.Serialization.Json 6.0.3524.45918 dotnet
|
||||
System.Runtime.Serialization.Primitives 6.0.3524.45918 dotnet
|
||||
System.Runtime.Serialization.Xml 6.0.3524.45918 dotnet
|
||||
System.Security 6.0.3524.45918 dotnet
|
||||
System.Security.AccessControl 6.0.3524.45918 dotnet
|
||||
System.Security.Claims 6.0.3524.45918 dotnet
|
||||
System.Security.Cryptography.Algorithms 6.0.3524.45918 dotnet
|
||||
System.Security.Cryptography.Cng 6.0.3524.45918 dotnet
|
||||
System.Security.Cryptography.Csp 6.0.3524.45918 dotnet
|
||||
System.Security.Cryptography.Encoding 6.0.3524.45918 dotnet
|
||||
System.Security.Cryptography.OpenSsl 6.0.3524.45918 dotnet
|
||||
System.Security.Cryptography.Primitives 6.0.3524.45918 dotnet
|
||||
System.Security.Cryptography.ProtectedData 5.0.20.51904 dotnet
|
||||
System.Security.Cryptography.X509Certificates 6.0.3524.45918 dotnet
|
||||
System.Security.Principal 6.0.3524.45918 dotnet
|
||||
System.Security.Principal.Windows 6.0.3524.45918 dotnet
|
||||
System.Security.SecureString 6.0.3524.45918 dotnet
|
||||
System.ServiceModel.Web 6.0.3524.45918 dotnet
|
||||
System.ServiceProcess 6.0.3524.45918 dotnet
|
||||
System.Text.Encoding 6.0.3524.45918 dotnet
|
||||
System.Text.Encoding.CodePages 6.0.3524.45918 dotnet
|
||||
System.Text.Encoding.Extensions 6.0.3524.45918 dotnet
|
||||
System.Text.Encodings.Web 6.0.3524.45918 dotnet
|
||||
System.Text.Json 6.0.3524.45918 dotnet
|
||||
System.Text.RegularExpressions 6.0.3524.45918 dotnet
|
||||
System.Threading 6.0.3524.45918 dotnet
|
||||
System.Threading.Channels 6.0.3524.45918 dotnet
|
||||
System.Threading.Overlapped 6.0.3524.45918 dotnet
|
||||
System.Threading.Tasks 6.0.3524.45918 dotnet
|
||||
System.Threading.Tasks.Dataflow 6.0.3524.45918 dotnet
|
||||
System.Threading.Tasks.Extensions 6.0.3524.45918 dotnet
|
||||
System.Threading.Tasks.Parallel 6.0.3524.45918 dotnet
|
||||
System.Threading.Thread 6.0.3524.45918 dotnet
|
||||
System.Threading.ThreadPool 6.0.3524.45918 dotnet
|
||||
System.Threading.Timer 6.0.3524.45918 dotnet
|
||||
System.Transactions 6.0.3524.45918 dotnet
|
||||
System.Transactions.Local 6.0.3524.45918 dotnet
|
||||
System.ValueTuple 6.0.3524.45918 dotnet
|
||||
System.Web 6.0.3524.45918 dotnet
|
||||
System.Web.HttpUtility 6.0.3524.45918 dotnet
|
||||
System.Windows 6.0.3524.45918 dotnet
|
||||
System.Xml 6.0.3524.45918 dotnet
|
||||
System.Xml.Linq 6.0.3524.45918 dotnet
|
||||
System.Xml.ReaderWriter 6.0.3524.45918 dotnet
|
||||
System.Xml.Serialization 6.0.3524.45918 dotnet
|
||||
System.Xml.XDocument 6.0.3524.45918 dotnet
|
||||
System.Xml.XPath 6.0.3524.45918 dotnet
|
||||
System.Xml.XPath.XDocument 6.0.3524.45918 dotnet
|
||||
System.Xml.XmlDocument 6.0.3524.45918 dotnet
|
||||
System.Xml.XmlSerializer 6.0.3524.45918 dotnet
|
||||
WindowsBase 6.0.3524.45918 dotnet
|
||||
acl-libs 2.3.2-r1 apk
|
||||
alpine-baselayout 3.6.8-r1 apk
|
||||
alpine-baselayout-data 3.6.8-r1 apk
|
||||
alpine-keys 2.5-r0 apk
|
||||
alpine-release 3.21.2-r0 apk
|
||||
apk-tools 2.14.6-r2 apk
|
||||
bash 5.2.37-r0 apk
|
||||
brotli-libs 1.1.0-r2 apk
|
||||
busybox 1.37.0-r12 apk
|
||||
busybox-binsh 1.37.0-r12 apk
|
||||
c-ares 1.34.3-r0 apk
|
||||
ca-certificates 20241121-r1 apk
|
||||
ca-certificates-bundle 20241121-r1 apk
|
||||
catatonit 0.2.0-r0 apk
|
||||
coreutils 9.5-r2 apk
|
||||
coreutils-env 9.5-r2 apk
|
||||
coreutils-fmt 9.5-r2 apk
|
||||
coreutils-sha512sum 9.5-r2 apk
|
||||
curl 8.11.1-r0 apk
|
||||
dbus-libs 1.14.10-r4 apk
|
||||
double-conversion 3.3.0-r0 apk
|
||||
duktape 2.7.0-r1 apk
|
||||
findutils 4.10.0-r0 apk
|
||||
gdbm 1.24-r0 apk
|
||||
glib 2.82.4-r0 apk
|
||||
grep 3.11-r0 apk
|
||||
icu-data-en 74.2-r0 apk
|
||||
icu-libs 74.2-r0 apk
|
||||
jq 1.7.1-r0 apk
|
||||
libattr 2.5.2-r2 apk
|
||||
libb2 0.98.1-r3 apk
|
||||
libblkid 2.40.4-r0 apk
|
||||
libbsd 0.12.2-r0 apk
|
||||
libbz2 1.0.8-r6 apk
|
||||
libcrypto3 3.3.2-r4 apk
|
||||
libcurl 8.11.1-r0 apk
|
||||
libeconf 0.6.3-r0 apk
|
||||
libexpat 2.6.4-r0 apk
|
||||
libffi 3.4.6-r0 apk
|
||||
libgcc 14.2.0-r4 apk
|
||||
libgomp 14.2.0-r4 apk
|
||||
libidn2 2.3.7-r0 apk
|
||||
libintl 0.22.5-r0 apk
|
||||
libmd 1.1.0-r0 apk
|
||||
libmount 2.40.4-r0 apk
|
||||
libncursesw 6.5_p20241006-r3 apk
|
||||
libpanelw 6.5_p20241006-r3 apk
|
||||
libpcre2-16 10.43-r0 apk
|
||||
libproc2 4.0.4-r2 apk
|
||||
libproxy 0.5.9-r0 apk
|
||||
libpsl 0.21.5-r3 apk
|
||||
libssl3 3.3.2-r4 apk
|
||||
libstdc++ 14.2.0-r4 apk
|
||||
libunistring 1.2-r0 apk
|
||||
linux-pam 1.6.1-r1 apk
|
||||
mpdecimal 4.0.0-r0 apk
|
||||
mscorlib 6.0.3524.45918 dotnet
|
||||
musl 1.2.5-r8 apk
|
||||
musl-utils 1.2.5-r8 apk
|
||||
ncurses-terminfo-base 6.5_p20241006-r3 apk
|
||||
netcat-openbsd 1.226.1.1-r0 apk
|
||||
netstandard 6.0.3524.45918 dotnet
|
||||
nghttp2-libs 1.64.0-r0 apk
|
||||
oniguruma 6.9.9-r0 apk
|
||||
pcre2 10.43-r0 apk
|
||||
procps-ng 4.0.4-r2 apk
|
||||
pyc 3.12.8-r1 apk
|
||||
python3 3.12.8-r1 apk
|
||||
python3-pyc 3.12.8-r1 apk
|
||||
python3-pycache-pyc0 3.12.8-r1 apk
|
||||
qbt 1.8.24285.1+c5794123bd204e629729e52e7177834c4ba3bfc2 dotnet
|
||||
qt6-qtbase 6.8.0-r1 apk
|
||||
qt6-qtbase-sqlite 6.8.0-r1 apk
|
||||
readline 8.2.13-r0 apk
|
||||
scanelf 1.3.8-r1 apk
|
||||
shadow 4.16.0-r1 apk
|
||||
skalibs-libs 2.14.3.0-r0 apk
|
||||
sqlite-libs 3.47.1-r0 apk
|
||||
ssl_client 1.37.0-r12 apk
|
||||
tzdata 2024b-r1 apk
|
||||
utmps-libs 0.1.2.3-r2 apk
|
||||
xz-libs 5.6.3-r0 apk
|
||||
zlib 1.3.1-r2 apk
|
||||
zstd-libs 1.5.6-r2 apk
|
||||
IPNetwork2 2.5.235 dotnet
|
||||
McMaster.Extensions.CommandLineUtils 2.4.4 dotnet
|
||||
Microsoft.CSharp 4.4.0 dotnet
|
||||
Microsoft.NETCore.Platforms 1.1.0 dotnet
|
||||
Microsoft.NETCore.Targets 1.1.0 dotnet
|
||||
Microsoft.Win32.Primitives 4.3.0 dotnet
|
||||
Mono.Posix.NETStandard 1.0.0 dotnet
|
||||
NETStandard.Library 1.6.1 dotnet
|
||||
NJsonSchema 9.14.1 dotnet
|
||||
Newtonsoft.Json 13.0.1 dotnet
|
||||
Portable.BouncyCastle 1.8.8 dotnet
|
||||
Portable.Xaml 0.18.0 dotnet
|
||||
QBittorrent.Client 1.8.23016.2 dotnet
|
||||
System.AppContext 4.3.0 dotnet
|
||||
System.Buffers 4.3.0 dotnet
|
||||
System.Collections 4.3.0 dotnet
|
||||
System.Collections.Concurrent 4.3.0 dotnet
|
||||
System.Collections.NonGeneric 4.3.0 dotnet
|
||||
System.Collections.Specialized 4.3.0 dotnet
|
||||
System.ComponentModel 4.3.0 dotnet
|
||||
System.ComponentModel.Annotations 4.4.1 dotnet
|
||||
System.ComponentModel.Primitives 4.3.0 dotnet
|
||||
System.ComponentModel.TypeConverter 4.3.0 dotnet
|
||||
System.Console 4.3.0 dotnet
|
||||
System.Diagnostics.Debug 4.3.0 dotnet
|
||||
System.Diagnostics.DiagnosticSource 4.3.0 dotnet
|
||||
System.Diagnostics.Tools 4.3.0 dotnet
|
||||
System.Diagnostics.Tracing 4.3.0 dotnet
|
||||
System.Globalization 4.3.0 dotnet
|
||||
System.Globalization.Calendars 4.3.0 dotnet
|
||||
System.Globalization.Extensions 4.3.0 dotnet
|
||||
System.IO 4.3.0 dotnet
|
||||
System.IO.Compression 4.3.0 dotnet
|
||||
System.IO.Compression.ZipFile 4.3.0 dotnet
|
||||
System.IO.FileSystem 4.3.0 dotnet
|
||||
System.IO.FileSystem.Primitives 4.3.0 dotnet
|
||||
System.Linq 4.3.0 dotnet
|
||||
System.Linq.Expressions 4.3.0 dotnet
|
||||
System.Net.Http 4.3.0 dotnet
|
||||
System.Net.NameResolution 4.3.0 dotnet
|
||||
System.Net.Primitives 4.3.0 dotnet
|
||||
System.Net.Sockets 4.3.0 dotnet
|
||||
System.ObjectModel 4.3.0 dotnet
|
||||
System.Private.Uri 4.3.0 dotnet
|
||||
System.Reflection 4.3.0 dotnet
|
||||
System.Reflection.Emit 4.3.0 dotnet
|
||||
System.Reflection.Emit.ILGeneration 4.3.0 dotnet
|
||||
System.Reflection.Emit.Lightweight 4.3.0 dotnet
|
||||
System.Reflection.Extensions 4.3.0 dotnet
|
||||
System.Reflection.Primitives 4.3.0 dotnet
|
||||
System.Reflection.TypeExtensions 4.4.0 dotnet
|
||||
System.Resources.ResourceManager 4.3.0 dotnet
|
||||
System.Runtime 4.3.0 dotnet
|
||||
System.Runtime.Extensions 4.3.0 dotnet
|
||||
System.Runtime.Handles 4.3.0 dotnet
|
||||
System.Runtime.InteropServices 4.3.0 dotnet
|
||||
System.Runtime.InteropServices.RuntimeInformation 4.3.0 dotnet
|
||||
System.Runtime.Numerics 4.3.0 dotnet
|
||||
System.Runtime.Serialization.Primitives 4.3.0 dotnet
|
||||
System.Security.Claims 4.3.0 dotnet
|
||||
System.Security.Cryptography.Algorithms 4.3.0 dotnet
|
||||
System.Security.Cryptography.Cng 4.3.0 dotnet
|
||||
System.Security.Cryptography.Csp 4.3.0 dotnet
|
||||
System.Security.Cryptography.Encoding 4.3.0 dotnet
|
||||
System.Security.Cryptography.OpenSsl 4.3.0 dotnet
|
||||
System.Security.Cryptography.Primitives 4.3.0 dotnet
|
||||
System.Security.Cryptography.ProtectedData 5.0.0 dotnet
|
||||
System.Security.Cryptography.X509Certificates 4.3.0 dotnet
|
||||
System.Security.Principal 4.3.0 dotnet
|
||||
System.Security.Principal.Windows 4.3.0 dotnet
|
||||
System.Text.Encoding 4.3.0 dotnet
|
||||
System.Text.Encoding.Extensions 4.3.0 dotnet
|
||||
System.Text.RegularExpressions 4.3.0 dotnet
|
||||
System.Threading 4.3.0 dotnet
|
||||
System.Threading.Tasks 4.3.0 dotnet
|
||||
System.Threading.Tasks.Extensions 4.3.0 dotnet
|
||||
System.Threading.ThreadPool 4.3.0 dotnet
|
||||
System.Threading.Timer 4.3.0 dotnet
|
||||
System.Xml.ReaderWriter 4.3.0 dotnet
|
||||
System.Xml.XDocument 4.3.0 dotnet
|
||||
System.Xml.XmlDocument 4.3.0 dotnet
|
||||
alpine-baselayout 3.4.0-r0 apk
|
||||
alpine-baselayout-data 3.4.0-r0 apk
|
||||
alpine-keys 2.4-r1 apk
|
||||
apk-tools 2.12.11-r0 apk
|
||||
bash 5.2.15-r0 apk
|
||||
brotli-libs 1.0.9-r11 apk
|
||||
busybox 1.36.0 binary
|
||||
busybox 1.36.0-r5 apk
|
||||
busybox-binsh 1.36.0-r5 apk
|
||||
ca-certificates 20230106-r0 apk
|
||||
ca-certificates-bundle 20230106-r0 apk
|
||||
coreutils 9.1-r0 apk
|
||||
curl 7.88.1-r1 apk
|
||||
dbus-libs 1.14.6-r1 apk
|
||||
double-conversion 3.2.1-r0 apk
|
||||
gdbm 1.23-r0 apk
|
||||
glib 2.76.0-r3 apk
|
||||
icu-data-en 72.1-r2 apk
|
||||
icu-libs 72.1-r2 apk
|
||||
jq 1.6-r2 apk
|
||||
libacl 2.3.1-r1 apk
|
||||
libattr 2.5.1-r3 apk
|
||||
libb2 0.98.1-r2 apk
|
||||
libblkid 2.38.1-r5 apk
|
||||
libbsd 0.11.7-r0 apk
|
||||
libbz2 1.0.8-r4 apk
|
||||
libc-utils 0.7.2-r4 apk
|
||||
libcrypto1.1 1.1.1t-r0 apk
|
||||
libcrypto3 3.1.0-r0 apk
|
||||
libcurl 7.88.1-r1 apk
|
||||
libexpat 2.5.0-r0 apk
|
||||
libffi 3.4.4-r0 apk
|
||||
libgcc 12.2.1_git20220924-r9 apk
|
||||
libgomp 12.2.1_git20220924-r9 apk
|
||||
libintl 0.21.1-r2 apk
|
||||
libmd 1.0.4-r1 apk
|
||||
libmount 2.38.1-r5 apk
|
||||
libncursesw 6.4_p20230311-r0 apk
|
||||
libpanelw 6.4_p20230311-r0 apk
|
||||
libpcre2-16 10.42-r0 apk
|
||||
libproc2 4.0.3-r0 apk
|
||||
libssl1.1 1.1.1t-r0 apk
|
||||
libssl3 3.1.0-r0 apk
|
||||
libstdc++ 12.2.1_git20220924-r9 apk
|
||||
libtorrent-rasterbar 2.0.8-r2 apk
|
||||
linux-pam 1.5.2-r5 apk
|
||||
mpdecimal 2.5.1-r1 apk
|
||||
musl 1.2.3-r4 apk
|
||||
musl-utils 1.2.3-r4 apk
|
||||
ncurses-terminfo-base 6.4_p20230311-r0 apk
|
||||
netcat-openbsd 1.219-r0 apk
|
||||
nghttp2-libs 1.52.0-r0 apk
|
||||
oniguruma 6.9.8-r0 apk
|
||||
openssl 3.1.0-r0 apk
|
||||
openssl1.1-compat 1.1.1t-r0 apk
|
||||
p7zip 17.05-r1 apk
|
||||
pcre2 10.42-r0 apk
|
||||
procps-ng 4.0.3-r0 apk
|
||||
python 3.11.2 binary
|
||||
python3 3.11.2-r0 apk
|
||||
qbittorrent-nox 4.5.2-r0 apk
|
||||
qt6-qtbase 6.4.3-r1 apk
|
||||
qt6-qtbase-sqlite 6.4.3-r1 apk
|
||||
readline 8.2.1-r0 apk
|
||||
runtime.any.System.Collections 4.3.0 dotnet
|
||||
runtime.any.System.Diagnostics.Tools 4.3.0 dotnet
|
||||
runtime.any.System.Diagnostics.Tracing 4.3.0 dotnet
|
||||
runtime.any.System.Globalization 4.3.0 dotnet
|
||||
runtime.any.System.Globalization.Calendars 4.3.0 dotnet
|
||||
runtime.any.System.IO 4.3.0 dotnet
|
||||
runtime.any.System.Reflection 4.3.0 dotnet
|
||||
runtime.any.System.Reflection.Extensions 4.3.0 dotnet
|
||||
runtime.any.System.Reflection.Primitives 4.3.0 dotnet
|
||||
runtime.any.System.Resources.ResourceManager 4.3.0 dotnet
|
||||
runtime.any.System.Runtime 4.3.0 dotnet
|
||||
runtime.any.System.Runtime.Handles 4.3.0 dotnet
|
||||
runtime.any.System.Runtime.InteropServices 4.3.0 dotnet
|
||||
runtime.any.System.Text.Encoding 4.3.0 dotnet
|
||||
runtime.any.System.Text.Encoding.Extensions 4.3.0 dotnet
|
||||
runtime.any.System.Threading.Tasks 4.3.0 dotnet
|
||||
runtime.any.System.Threading.Timer 4.3.0 dotnet
|
||||
runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 dotnet
|
||||
runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 dotnet
|
||||
runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 dotnet
|
||||
runtime.native.System 4.3.0 dotnet
|
||||
runtime.native.System.IO.Compression 4.3.0 dotnet
|
||||
runtime.native.System.Net.Http 4.3.0 dotnet
|
||||
runtime.native.System.Security.Cryptography.Apple 4.3.0 dotnet
|
||||
runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 dotnet
|
||||
runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 dotnet
|
||||
runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 dotnet
|
||||
runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple 4.3.0 dotnet
|
||||
runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 dotnet
|
||||
runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 dotnet
|
||||
runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 dotnet
|
||||
runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 dotnet
|
||||
runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 dotnet
|
||||
runtime.unix.Microsoft.Win32.Primitives 4.3.0 dotnet
|
||||
runtime.unix.System.Console 4.3.0 dotnet
|
||||
runtime.unix.System.Diagnostics.Debug 4.3.0 dotnet
|
||||
runtime.unix.System.IO.FileSystem 4.3.0 dotnet
|
||||
runtime.unix.System.Net.Primitives 4.3.0 dotnet
|
||||
runtime.unix.System.Net.Sockets 4.3.0 dotnet
|
||||
runtime.unix.System.Private.Uri 4.3.0 dotnet
|
||||
runtime.unix.System.Runtime.Extensions 4.3.0 dotnet
|
||||
scanelf 1.3.7-r0 apk
|
||||
shadow 4.13-r2 apk
|
||||
skalibs 2.13.1.0-r0 apk
|
||||
sqlite-libs 3.41.1-r0 apk
|
||||
ssl_client 1.36.0-r5 apk
|
||||
tzdata 2022g-r0 apk
|
||||
utmps-libs 0.1.2.1-r0 apk
|
||||
xz-libs 5.4.2-r0 apk
|
||||
zlib 1.2.13-r0 apk
|
||||
|
||||
101
readme-vars.yml
101
readme-vars.yml
@@ -6,21 +6,26 @@ project_url: "https://www.qbittorrent.org/"
|
||||
project_logo: "https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/qbittorrent-icon.png"
|
||||
project_blurb: "The [{{ project_name|capitalize }}]({{ project_url }}) project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library."
|
||||
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
|
||||
|
||||
# supported architectures
|
||||
available_architectures:
|
||||
- { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
|
||||
- { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
|
||||
- { arch: "{{ arch_armhf }}", tag: "arm32v7-latest"}
|
||||
|
||||
# development version
|
||||
development_versions: true
|
||||
development_versions_items:
|
||||
- { tag: "latest", desc: "Stable qbittorrent releases" }
|
||||
- { tag: "libtorrentv1", desc: "Static qbittorrent builds using libtorrent v1" }
|
||||
|
||||
# container parameters
|
||||
common_param_env_vars_enabled: true
|
||||
param_container_name: "{{ project_name }}"
|
||||
param_usage_include_vols: true
|
||||
param_volumes:
|
||||
- {vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/appdata", desc: "Contains all relevant configuration files."}
|
||||
- { vol_path: "/config", vol_host_path: "/path/to/appdata/config", desc: "Contains all relevant configuration files." }
|
||||
- { vol_path: "/downloads", vol_host_path: "/path/to/downloads", desc: "Location of downloads on disk." }
|
||||
param_usage_include_ports: true
|
||||
param_ports:
|
||||
- { external_port: "8080", internal_port: "8080", port_desc: "WebUI" }
|
||||
@@ -28,89 +33,45 @@ param_ports:
|
||||
- { external_port: "6881", internal_port: "6881/udp", port_desc: "udp connection port" }
|
||||
param_usage_include_env: true
|
||||
param_env_vars:
|
||||
- {env_var: "WEBUI_PORT", env_value: "8080", desc: "for changing the port of the web UI, see below for explanation"}
|
||||
- {env_var: "TORRENTING_PORT", env_value: "6881", desc: "for changing the port of tcp/udp connection, see below for explanation"}
|
||||
opt_param_usage_include_vols: true
|
||||
opt_param_volumes:
|
||||
- {vol_path: "/downloads", vol_host_path: "/path/to/downloads", desc: "Location of downloads on disk."}
|
||||
readonly_supported: true
|
||||
nonroot_supported: true
|
||||
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London"}
|
||||
- { env_var: "WEBUI_PORT", env_value: "8080", desc: "for changing the port of the webui, see below for explanation"}
|
||||
|
||||
# optional parameters
|
||||
optional_block_1: false
|
||||
optional_block_1_items: ""
|
||||
|
||||
# application setup block
|
||||
app_setup_block_enabled: true
|
||||
app_setup_block: |
|
||||
The web UI is at `<your-ip>:8080` and a temporary password for the `admin` user will be printed to the container log on startup.
|
||||
The webui is at `<your-ip>:8080` and the default username/password is `admin/adminadmin`.
|
||||
|
||||
You must then change username/password in the web UI section of settings. If you do not change the password a new one will be generated every time the container starts.
|
||||
|
||||
If you are running a very old (3.x) kernel you may run into [this issue](https://github.com/linuxserver/docker-qbittorrent/issues/103) which can be worked around using [this method](https://github.com/linuxserver/docker-qbittorrent/issues/103#issuecomment-831238484)
|
||||
Change username/password via the webui in the webui section of settings.
|
||||
|
||||
### WEBUI_PORT variable
|
||||
|
||||
Due to issues with CSRF and port mapping, should you require to alter the port for the web UI you need to change both sides of the -p 8080 switch AND set the WEBUI_PORT variable to the new port.
|
||||
Due to issues with CSRF and port mapping, should you require to alter the port for the webui you need to change both sides of the -p 8080 switch AND set the WEBUI_PORT variable to the new port.
|
||||
|
||||
For example, to set the port to 8090 you need to set -p 8090:8090 and -e WEBUI_PORT=8090
|
||||
|
||||
### TORRENTING_PORT
|
||||
This should alleviate the "white screen" issue.
|
||||
|
||||
A bittorrent client can be an active or a passive node. Running your client as an active node has the advantage of being able to connect to both active and passive peers, and can potentially increase the number of incoming connections. This requires an open port on the host machine which might differ from container's internal one.
|
||||
If you have no webui , check the file /config/qBittorrent/qBittorrent.conf
|
||||
|
||||
edit or add the following lines
|
||||
|
||||
```text
|
||||
WebUI\Address=*
|
||||
|
||||
WebUI\ServerDomains=*
|
||||
```
|
||||
|
||||
If you are running a very old (3.x) kernel you may run into [this issue](https://github.com/linuxserver/docker-qbittorrent/issues/103) which can be worked around using [this method](https://github.com/linuxserver/docker-qbittorrent/issues/103#issuecomment-831238484)
|
||||
|
||||
Similarly to the WEBUI_PORT, to set the port to 6887 you need to pass -p 6887:6887, -p 6887:6887/udp and -e TORRENTING_PORT=6887 arguments to Docker.
|
||||
# init diagram
|
||||
init_diagram: |
|
||||
"qbittorrent:libtorrentv1": {
|
||||
docker-mods
|
||||
base {
|
||||
fix-attr +\nlegacy cont-init
|
||||
}
|
||||
docker-mods -> base
|
||||
legacy-services
|
||||
custom services
|
||||
init-services -> legacy-services
|
||||
init-services -> custom services
|
||||
custom services -> legacy-services
|
||||
legacy-services -> ci-service-check
|
||||
init-migrations -> init-adduser
|
||||
init-os-end -> init-config
|
||||
init-config -> init-config-end
|
||||
init-crontab-config -> init-config-end
|
||||
init-qbittorrent-config -> init-config-end
|
||||
init-config -> init-crontab-config
|
||||
init-mods-end -> init-custom-files
|
||||
base -> init-envfile
|
||||
base -> init-migrations
|
||||
init-config-end -> init-mods
|
||||
init-mods-package-install -> init-mods-end
|
||||
init-mods -> init-mods-package-install
|
||||
init-adduser -> init-os-end
|
||||
init-envfile -> init-os-end
|
||||
init-config -> init-qbittorrent-config
|
||||
init-custom-files -> init-services
|
||||
init-services -> svc-cron
|
||||
svc-cron -> legacy-services
|
||||
init-services -> svc-qbittorrent
|
||||
svc-qbittorrent -> legacy-services
|
||||
}
|
||||
Base Images: {
|
||||
"baseimage-alpine:3.21"
|
||||
}
|
||||
"qbittorrent:libtorrentv1" <- Base Images
|
||||
# changelog
|
||||
changelogs:
|
||||
- {date: "20.12.24:", desc: "Rebase to Alpine 3.21."}
|
||||
- {date: "17.07.24:", desc: "Restore qbittorrent-cli as it now supports openssl 3."}
|
||||
- {date: "25.05.24:", desc: "Rebase to Alpine 3.20, remove qbittorrent-cli as it still requires openssl 1.1 which is EOL."}
|
||||
- {date: "14.02.24:", desc: "Only set/override torrenting port if the optional env var is set."}
|
||||
- {date: "14.02.24:", desc: "Add torrenting port support."}
|
||||
- {date: "31.01.24:", desc: "Rebase to Alpine 3.19."}
|
||||
- {date: "25.12.23:", desc: "Only pull stable releases of qbittorrent-cli."}
|
||||
- {date: "07.10.23:", desc: "Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar)."}
|
||||
- {date: "10.08.23:", desc: "Bump unrar to 6.2.10."}
|
||||
- {date: "17.06.23:", desc: "Rebase to Alpine 3.18, deprecate armhf as per [https://www.linuxserver.io/armhf](https://www.linuxserver.io/armhf)."}
|
||||
- {date: "10.06.23:", desc: "Bump unrar to 6.2.8."}
|
||||
- {date: "25.02.23:", desc: "Add qt6-qtbase-sqlite to support SQLite database for resume files."}
|
||||
- {date: "15.01.23:", desc: "Rebase to Alpine 3.17, add openssl1.1-compat."}
|
||||
- {date: "29.11.22:", desc: "Add icu-libs to support qbittorrent-cli."}
|
||||
- {date: "30.10.22:", desc: "Add libtorrent v1 branch."}
|
||||
- { date: "23.02.23:", desc: "Add qt6-qtbase-sqlite to support SQLite database for resume files."}
|
||||
- { date: "29.11.22:", desc: "Add openssl1.1-compat for qbittorrent-cli." }
|
||||
- { date: "31.10.22:", desc: "Add libtorrentv1 branch." }
|
||||
- { date: "31.08.22:", desc: "Rebase to Alpine Edge again to follow latest releases." }
|
||||
- { date: "12.08.22:", desc: "Bump unrar to 6.1.7." }
|
||||
- { date: "16.06.22:", desc: "Rebase to Alpine 3.16 from edge." }
|
||||
|
||||
@@ -9,13 +9,13 @@ if [[ ! -f /config/qBittorrent/qBittorrent.conf ]]; then
|
||||
cp /defaults/qBittorrent.conf /config/qBittorrent/qBittorrent.conf
|
||||
fi
|
||||
|
||||
if [[ -z ${LSIO_NON_ROOT_USER} ]]; then
|
||||
# chown download directory if currently not set to abc
|
||||
if grep -qe ' /downloads ' /proc/mounts; then
|
||||
lsiown abc:abc /downloads
|
||||
if [[ -d /downloads ]]; then
|
||||
if [[ "$(stat -c '%U' /downloads)" != "abc" ]]; then
|
||||
lsiown -R abc:abc /downloads
|
||||
fi
|
||||
fi
|
||||
|
||||
# permissions
|
||||
lsiown -R abc:abc \
|
||||
/config
|
||||
fi
|
||||
|
||||
@@ -2,21 +2,7 @@
|
||||
# shellcheck shell=bash
|
||||
|
||||
WEBUI_PORT=${WEBUI_PORT:-8080}
|
||||
if [[ -n "${TORRENTING_PORT}" ]]; then
|
||||
TORRENTING_PORT_ARG="--torrenting-port=${TORRENTING_PORT}"
|
||||
fi
|
||||
|
||||
WEBUI_ADDRESS=$(grep -Po "^WebUI\\\Address=\K(.*)" /config/qBittorrent/qBittorrent.conf)
|
||||
if [[ -z ${WEBUI_ADDRESS} ]] || [[ ${WEBUI_ADDRESS} == "*" ]]; then
|
||||
WEBUI_ADDRESS="localhost"
|
||||
fi
|
||||
|
||||
if [[ -z ${LSIO_NON_ROOT_USER} ]]; then
|
||||
exec \
|
||||
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z ${WEBUI_ADDRESS} ${WEBUI_PORT}" \
|
||||
s6-setuidgid abc /app/qbittorrent-nox --webui-port="${WEBUI_PORT}" ${TORRENTING_PORT_ARG}
|
||||
else
|
||||
exec \
|
||||
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z ${WEBUI_ADDRESS} ${WEBUI_PORT}" \
|
||||
/app/qbittorrent-nox --webui-port="${WEBUI_PORT}" ${TORRENTING_PORT_ARG}
|
||||
fi
|
||||
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost ${WEBUI_PORT}" \
|
||||
s6-setuidgid abc /usr/bin/qbittorrent-nox --webui-port="${WEBUI_PORT}"
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
# shellcheck shell=bash
|
||||
|
||||
# qbt bash wrapper to prompt user when trying to save password
|
||||
if [[ "$@" == "settings set password" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user