Compare commits
7 Commits
libtorrent
...
libtorrent
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d74f9599c4 | ||
|
|
5938779e2d | ||
|
|
c6c6bf07ad | ||
|
|
5a04d16c05 | ||
|
|
2a904cefc5 | ||
|
|
a8d106509d | ||
|
|
1d653ed218 |
4
.github/CONTRIBUTING.md
vendored
4
.github/CONTRIBUTING.md
vendored
@@ -105,10 +105,10 @@ docker build \
|
||||
-t linuxserver/qbittorrent:latest .
|
||||
```
|
||||
|
||||
The ARM variants can be built on x86_64 hardware using `multiarch/qemu-user-static`
|
||||
The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/qemu-static`
|
||||
|
||||
```bash
|
||||
docker run --rm --privileged multiarch/qemu-user-static:register --reset
|
||||
docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset
|
||||
```
|
||||
|
||||
Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.
|
||||
|
||||
@@ -70,13 +70,14 @@ jobs:
|
||||
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 "**** Package check build(s) triggered for branch(es): ${triggered_branches} ****"
|
||||
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) Triggered for qbittorrent** \n'"${NOTIFY_BRANCHES}"'**Build URL:** '"https://ci.linuxserver.io/blue/organizations/jenkins/Docker-Pipeline-Builders%2Fdocker-qbittorrent/activity/"' \n"}],
|
||||
"description": "**Package Check Build(s) for qbittorrent** \n'"${NOTIFY_BRANCHES}"''"${NOTIFY_BUILD_URL}"'"}],
|
||||
"username": "Github Actions"}' ${{ secrets.DISCORD_WEBHOOK }}
|
||||
fi
|
||||
|
||||
@@ -21,6 +21,7 @@ XDG_DATA_HOME="/config"
|
||||
RUN \
|
||||
echo "**** install packages ****" && \
|
||||
apk add -U --update --no-cache \
|
||||
grep \
|
||||
icu-libs \
|
||||
p7zip \
|
||||
python3 \
|
||||
|
||||
@@ -21,6 +21,7 @@ XDG_DATA_HOME="/config"
|
||||
RUN \
|
||||
echo "**** install packages ****" && \
|
||||
apk add -U --update --no-cache \
|
||||
grep \
|
||||
icu-libs \
|
||||
p7zip \
|
||||
python3 \
|
||||
|
||||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -884,7 +884,7 @@ pipeline {
|
||||
echo '{"tag_name":"'${META_TAG}'",\
|
||||
"target_commitish": "libtorrentv1",\
|
||||
"name": "'${META_TAG}'",\
|
||||
"body": "**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**Remote Changes:**\\n\\n' > start
|
||||
"body": "**CI Report:**\\n\\n'${CI_URL:-N/A}'\\n\\n**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**Remote Changes:**\\n\\n' > start
|
||||
printf '","draft": false,"prerelease": true}' >> releasebody.json
|
||||
paste -d'\\0' start releasebody.json > releasebody.json.done
|
||||
curl -H "Authorization: token ${GITHUB_TOKEN}" -X POST https://api.github.com/repos/${LS_USER}/${LS_REPO}/releases -d @releasebody.json.done'''
|
||||
|
||||
@@ -86,6 +86,7 @@ A bittorrent client can be an active or a passive node. Running your client as a
|
||||
|
||||
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.
|
||||
|
||||
|
||||
## Read-Only Operation
|
||||
|
||||
This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).
|
||||
@@ -307,10 +308,10 @@ docker build \
|
||||
-t lscr.io/linuxserver/qbittorrent:libtorrentv1 .
|
||||
```
|
||||
|
||||
The ARM variants can be built on x86_64 hardware using `multiarch/qemu-user-static`
|
||||
The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/qemu-static`
|
||||
|
||||
```bash
|
||||
docker run --rm --privileged multiarch/qemu-user-static:register --reset
|
||||
docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset
|
||||
```
|
||||
|
||||
Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.
|
||||
|
||||
@@ -6,174 +6,174 @@ Bouncy Castle for .NET (netstandard2.0) 1.8.8.2
|
||||
CommandLineUtils 2.4.4+3c2a4909757a51602dcca9b961d577511b85fd31.3c2a4909757a51602dcca9b961d577511b85fd31 dotnet
|
||||
CsvHelper 12.1.2 dotnet
|
||||
Json.NET 13.0.3.27908 dotnet
|
||||
Microsoft.CSharp 6.0.3024.21525 dotnet
|
||||
Microsoft.VisualBasic 6.0.3024.21525 dotnet
|
||||
Microsoft.VisualBasic.Core 11.100.3024.21525 dotnet
|
||||
Microsoft.Win32.Primitives 6.0.3024.21525 dotnet
|
||||
Microsoft.Win32.Registry 6.0.3024.21525 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.23349.1 dotnet
|
||||
System 6.0.3024.21525 dotnet
|
||||
System.AppContext 6.0.3024.21525 dotnet
|
||||
System.Buffers 6.0.3024.21525 dotnet
|
||||
System.Collections 6.0.3024.21525 dotnet
|
||||
System.Collections.Concurrent 6.0.3024.21525 dotnet
|
||||
System.Collections.Immutable 6.0.3024.21525 dotnet
|
||||
System.Collections.NonGeneric 6.0.3024.21525 dotnet
|
||||
System.Collections.Specialized 6.0.3024.21525 dotnet
|
||||
System.ComponentModel 6.0.3024.21525 dotnet
|
||||
System.ComponentModel.Annotations 6.0.3024.21525 dotnet
|
||||
System.ComponentModel.DataAnnotations 6.0.3024.21525 dotnet
|
||||
System.ComponentModel.EventBasedAsync 6.0.3024.21525 dotnet
|
||||
System.ComponentModel.Primitives 6.0.3024.21525 dotnet
|
||||
System.ComponentModel.TypeConverter 6.0.3024.21525 dotnet
|
||||
System.Configuration 6.0.3024.21525 dotnet
|
||||
System.Console 6.0.3024.21525 dotnet
|
||||
System.Core 6.0.3024.21525 dotnet
|
||||
System.Data 6.0.3024.21525 dotnet
|
||||
System.Data.Common 6.0.3024.21525 dotnet
|
||||
System.Data.DataSetExtensions 6.0.3024.21525 dotnet
|
||||
System.Diagnostics.Contracts 6.0.3024.21525 dotnet
|
||||
System.Diagnostics.Debug 6.0.3024.21525 dotnet
|
||||
System.Diagnostics.DiagnosticSource 6.0.3024.21525 dotnet
|
||||
System.Diagnostics.FileVersionInfo 6.0.3024.21525 dotnet
|
||||
System.Diagnostics.Process 6.0.3024.21525 dotnet
|
||||
System.Diagnostics.StackTrace 6.0.3024.21525 dotnet
|
||||
System.Diagnostics.TextWriterTraceListener 6.0.3024.21525 dotnet
|
||||
System.Diagnostics.Tools 6.0.3024.21525 dotnet
|
||||
System.Diagnostics.TraceSource 6.0.3024.21525 dotnet
|
||||
System.Diagnostics.Tracing 6.0.3024.21525 dotnet
|
||||
System.Drawing 6.0.3024.21525 dotnet
|
||||
System.Drawing.Primitives 6.0.3024.21525 dotnet
|
||||
System.Dynamic.Runtime 6.0.3024.21525 dotnet
|
||||
System.Formats.Asn1 6.0.3024.21525 dotnet
|
||||
System.Globalization 6.0.3024.21525 dotnet
|
||||
System.Globalization.Calendars 6.0.3024.21525 dotnet
|
||||
System.Globalization.Extensions 6.0.3024.21525 dotnet
|
||||
System.IO 6.0.3024.21525 dotnet
|
||||
System.IO.Compression 6.0.3024.21525 dotnet
|
||||
System.IO.Compression.Brotli 6.0.3024.21525 dotnet
|
||||
System.IO.Compression.FileSystem 6.0.3024.21525 dotnet
|
||||
System.IO.Compression.ZipFile 6.0.3024.21525 dotnet
|
||||
System.IO.FileSystem 6.0.3024.21525 dotnet
|
||||
System.IO.FileSystem.AccessControl 6.0.3024.21525 dotnet
|
||||
System.IO.FileSystem.DriveInfo 6.0.3024.21525 dotnet
|
||||
System.IO.FileSystem.Primitives 6.0.3024.21525 dotnet
|
||||
System.IO.FileSystem.Watcher 6.0.3024.21525 dotnet
|
||||
System.IO.IsolatedStorage 6.0.3024.21525 dotnet
|
||||
System.IO.MemoryMappedFiles 6.0.3024.21525 dotnet
|
||||
System.IO.Pipes 6.0.3024.21525 dotnet
|
||||
System.IO.Pipes.AccessControl 6.0.3024.21525 dotnet
|
||||
System.IO.UnmanagedMemoryStream 6.0.3024.21525 dotnet
|
||||
System.Linq 6.0.3024.21525 dotnet
|
||||
System.Linq.Expressions 6.0.3024.21525 dotnet
|
||||
System.Linq.Parallel 6.0.3024.21525 dotnet
|
||||
System.Linq.Queryable 6.0.3024.21525 dotnet
|
||||
System.Memory 6.0.3024.21525 dotnet
|
||||
System.Net 6.0.3024.21525 dotnet
|
||||
System.Net.Http 6.0.3024.21525 dotnet
|
||||
System.Net.Http.Json 6.0.3024.21525 dotnet
|
||||
System.Net.HttpListener 6.0.3024.21525 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.3024.21525 dotnet
|
||||
System.Net.NameResolution 6.0.3024.21525 dotnet
|
||||
System.Net.NetworkInformation 6.0.3024.21525 dotnet
|
||||
System.Net.Ping 6.0.3024.21525 dotnet
|
||||
System.Net.Primitives 6.0.3024.21525 dotnet
|
||||
System.Net.Quic 6.0.3024.21525 dotnet
|
||||
System.Net.Requests 6.0.3024.21525 dotnet
|
||||
System.Net.Security 6.0.3024.21525 dotnet
|
||||
System.Net.ServicePoint 6.0.3024.21525 dotnet
|
||||
System.Net.Sockets 6.0.3024.21525 dotnet
|
||||
System.Net.WebClient 6.0.3024.21525 dotnet
|
||||
System.Net.WebHeaderCollection 6.0.3024.21525 dotnet
|
||||
System.Net.WebProxy 6.0.3024.21525 dotnet
|
||||
System.Net.WebSockets 6.0.3024.21525 dotnet
|
||||
System.Net.WebSockets.Client 6.0.3024.21525 dotnet
|
||||
System.Numerics 6.0.3024.21525 dotnet
|
||||
System.Numerics.Vectors 6.0.3024.21525 dotnet
|
||||
System.ObjectModel 6.0.3024.21525 dotnet
|
||||
System.Private.CoreLib 6.0.3024.21525 dotnet
|
||||
System.Private.DataContractSerialization 6.0.3024.21525 dotnet
|
||||
System.Private.Uri 6.0.3024.21525 dotnet
|
||||
System.Private.Xml 6.0.3024.21525 dotnet
|
||||
System.Private.Xml.Linq 6.0.3024.21525 dotnet
|
||||
System.Reflection 6.0.3024.21525 dotnet
|
||||
System.Reflection.DispatchProxy 6.0.3024.21525 dotnet
|
||||
System.Reflection.Emit 6.0.3024.21525 dotnet
|
||||
System.Reflection.Emit.ILGeneration 6.0.3024.21525 dotnet
|
||||
System.Reflection.Emit.Lightweight 6.0.3024.21525 dotnet
|
||||
System.Reflection.Extensions 6.0.3024.21525 dotnet
|
||||
System.Reflection.Metadata 6.0.3024.21525 dotnet
|
||||
System.Reflection.Primitives 6.0.3024.21525 dotnet
|
||||
System.Reflection.TypeExtensions 6.0.3024.21525 dotnet
|
||||
System.Resources.Reader 6.0.3024.21525 dotnet
|
||||
System.Resources.ResourceManager 6.0.3024.21525 dotnet
|
||||
System.Resources.Writer 6.0.3024.21525 dotnet
|
||||
System.Runtime 6.0.3024.21525 dotnet
|
||||
System.Runtime.CompilerServices.VisualC 6.0.3024.21525 dotnet
|
||||
System.Runtime.Extensions 6.0.3024.21525 dotnet
|
||||
System.Runtime.Handles 6.0.3024.21525 dotnet
|
||||
System.Runtime.InteropServices 6.0.3024.21525 dotnet
|
||||
System.Runtime.InteropServices.RuntimeInformation 6.0.3024.21525 dotnet
|
||||
System.Runtime.Intrinsics 6.0.3024.21525 dotnet
|
||||
System.Runtime.Loader 6.0.3024.21525 dotnet
|
||||
System.Runtime.Numerics 6.0.3024.21525 dotnet
|
||||
System.Runtime.Serialization 6.0.3024.21525 dotnet
|
||||
System.Runtime.Serialization.Formatters 6.0.3024.21525 dotnet
|
||||
System.Runtime.Serialization.Json 6.0.3024.21525 dotnet
|
||||
System.Runtime.Serialization.Primitives 6.0.3024.21525 dotnet
|
||||
System.Runtime.Serialization.Xml 6.0.3024.21525 dotnet
|
||||
System.Security 6.0.3024.21525 dotnet
|
||||
System.Security.AccessControl 6.0.3024.21525 dotnet
|
||||
System.Security.Claims 6.0.3024.21525 dotnet
|
||||
System.Security.Cryptography.Algorithms 6.0.3024.21525 dotnet
|
||||
System.Security.Cryptography.Cng 6.0.3024.21525 dotnet
|
||||
System.Security.Cryptography.Csp 6.0.3024.21525 dotnet
|
||||
System.Security.Cryptography.Encoding 6.0.3024.21525 dotnet
|
||||
System.Security.Cryptography.OpenSsl 6.0.3024.21525 dotnet
|
||||
System.Security.Cryptography.Primitives 6.0.3024.21525 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.3024.21525 dotnet
|
||||
System.Security.Principal 6.0.3024.21525 dotnet
|
||||
System.Security.Principal.Windows 6.0.3024.21525 dotnet
|
||||
System.Security.SecureString 6.0.3024.21525 dotnet
|
||||
System.ServiceModel.Web 6.0.3024.21525 dotnet
|
||||
System.ServiceProcess 6.0.3024.21525 dotnet
|
||||
System.Text.Encoding 6.0.3024.21525 dotnet
|
||||
System.Text.Encoding.CodePages 6.0.3024.21525 dotnet
|
||||
System.Text.Encoding.Extensions 6.0.3024.21525 dotnet
|
||||
System.Text.Encodings.Web 6.0.3024.21525 dotnet
|
||||
System.Text.Json 6.0.3024.21525 dotnet
|
||||
System.Text.RegularExpressions 6.0.3024.21525 dotnet
|
||||
System.Threading 6.0.3024.21525 dotnet
|
||||
System.Threading.Channels 6.0.3024.21525 dotnet
|
||||
System.Threading.Overlapped 6.0.3024.21525 dotnet
|
||||
System.Threading.Tasks 6.0.3024.21525 dotnet
|
||||
System.Threading.Tasks.Dataflow 6.0.3024.21525 dotnet
|
||||
System.Threading.Tasks.Extensions 6.0.3024.21525 dotnet
|
||||
System.Threading.Tasks.Parallel 6.0.3024.21525 dotnet
|
||||
System.Threading.Thread 6.0.3024.21525 dotnet
|
||||
System.Threading.ThreadPool 6.0.3024.21525 dotnet
|
||||
System.Threading.Timer 6.0.3024.21525 dotnet
|
||||
System.Transactions 6.0.3024.21525 dotnet
|
||||
System.Transactions.Local 6.0.3024.21525 dotnet
|
||||
System.ValueTuple 6.0.3024.21525 dotnet
|
||||
System.Web 6.0.3024.21525 dotnet
|
||||
System.Web.HttpUtility 6.0.3024.21525 dotnet
|
||||
System.Windows 6.0.3024.21525 dotnet
|
||||
System.Xml 6.0.3024.21525 dotnet
|
||||
System.Xml.Linq 6.0.3024.21525 dotnet
|
||||
System.Xml.ReaderWriter 6.0.3024.21525 dotnet
|
||||
System.Xml.Serialization 6.0.3024.21525 dotnet
|
||||
System.Xml.XDocument 6.0.3024.21525 dotnet
|
||||
System.Xml.XPath 6.0.3024.21525 dotnet
|
||||
System.Xml.XPath.XDocument 6.0.3024.21525 dotnet
|
||||
System.Xml.XmlDocument 6.0.3024.21525 dotnet
|
||||
System.Xml.XmlSerializer 6.0.3024.21525 dotnet
|
||||
WindowsBase 6.0.3024.21525 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
|
||||
alpine-baselayout 3.6.5-r0 apk
|
||||
alpine-baselayout-data 3.6.5-r0 apk
|
||||
alpine-keys 2.4-r1 apk
|
||||
@@ -198,6 +198,7 @@ duktape 2.7.0-r1
|
||||
findutils 4.9.0-r5 apk
|
||||
gdbm 1.23-r1 apk
|
||||
glib 2.80.5-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
|
||||
@@ -210,7 +211,7 @@ libbz2 1.0.8-r6
|
||||
libcrypto3 3.3.2-r0 apk
|
||||
libcurl 8.9.1-r2 apk
|
||||
libeconf 0.6.3-r0 apk
|
||||
libexpat 2.6.3-r0 apk
|
||||
libexpat 2.6.4-r0 apk
|
||||
libffi 3.4.6-r0 apk
|
||||
libgcc 13.2.1_git20240309-r0 apk
|
||||
libgomp 13.2.1_git20240309-r0 apk
|
||||
@@ -229,21 +230,21 @@ libstdc++ 13.2.1_git20240309-r0
|
||||
libunistring 1.2-r0 apk
|
||||
linux-pam 1.6.0-r0 apk
|
||||
mpdecimal 4.0.0-r0 apk
|
||||
mscorlib 6.0.3024.21525 dotnet
|
||||
mscorlib 6.0.3524.45918 dotnet
|
||||
musl 1.2.5-r0 apk
|
||||
musl-utils 1.2.5-r0 apk
|
||||
ncurses-terminfo-base 6.4_p20240420-r1 apk
|
||||
netcat-openbsd 1.226-r0 apk
|
||||
netstandard 6.0.3024.21525 dotnet
|
||||
netstandard 6.0.3524.45918 dotnet
|
||||
nghttp2-libs 1.62.1-r0 apk
|
||||
oniguruma 6.9.9-r0 apk
|
||||
pcre2 10.43-r0 apk
|
||||
procps-ng 4.0.4-r0 apk
|
||||
pyc 3.12.6-r0 apk
|
||||
python3 3.12.6-r0 apk
|
||||
python3-pyc 3.12.6-r0 apk
|
||||
python3-pycache-pyc0 3.12.6-r0 apk
|
||||
qbt 1.8.24199.1+738bca0d7d7585cf40629f13a59b6198eaf6fe64 dotnet
|
||||
pyc 3.12.7-r0 apk
|
||||
python3 3.12.7-r0 apk
|
||||
python3-pyc 3.12.7-r0 apk
|
||||
python3-pycache-pyc0 3.12.7-r0 apk
|
||||
qbt 1.8.24285.1+c5794123bd204e629729e52e7177834c4ba3bfc2 dotnet
|
||||
qt6-qtbase 6.6.3-r1 apk
|
||||
qt6-qtbase-sqlite 6.6.3-r1 apk
|
||||
readline 8.2.10-r0 apk
|
||||
|
||||
@@ -6,6 +6,11 @@ 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
|
||||
|
||||
exec \
|
||||
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost ${WEBUI_PORT}" \
|
||||
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}
|
||||
|
||||
Reference in New Issue
Block a user