Compare commits
15 Commits
libtorrent
...
libtorrent
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
557564e0ee | ||
|
|
a2fc6b13c3 | ||
|
|
e5a159eb11 | ||
|
|
fe35663b33 | ||
|
|
b7e18da31c | ||
|
|
eb128b6b8f | ||
|
|
f16a855d80 | ||
|
|
05afa6020d | ||
|
|
54386ea1ff | ||
|
|
924bf59734 | ||
|
|
d8ba14010a | ||
|
|
d630c2884c | ||
|
|
99b422c78a | ||
|
|
feace91f16 | ||
|
|
51e8763a91 |
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@@ -70,7 +70,9 @@ pipeline {
|
||||
fi
|
||||
done
|
||||
fi
|
||||
docker system prune -f --volumes || : '''
|
||||
docker system prune -f --volumes || :
|
||||
docker image prune -af || :
|
||||
'''
|
||||
script{
|
||||
env.EXIT_STATUS = ''
|
||||
env.LS_RELEASE = sh(
|
||||
@@ -751,7 +753,8 @@ pipeline {
|
||||
if [[ -n "${containers}" ]]; then
|
||||
docker stop ${containers}
|
||||
fi
|
||||
docker system prune -af --volumes || :
|
||||
docker system prune -f --volumes || :
|
||||
docker image prune -af || :
|
||||
'''
|
||||
}
|
||||
}
|
||||
@@ -1177,6 +1180,7 @@ EOF
|
||||
done
|
||||
fi
|
||||
docker system prune -f --volumes || :
|
||||
docker image prune -af || :
|
||||
'''
|
||||
cleanWs()
|
||||
}
|
||||
|
||||
@@ -78,7 +78,7 @@ If you are running a very old (3.x) kernel you may run into [this issue](https:/
|
||||
|
||||
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.
|
||||
|
||||
For example, to set the port to 8090 you need to set -p 8090:8090 and -e WEBUI_PORT=8090
|
||||
For example, to set the port to 8123 you need to set -p 8123:8123 and -e WEBUI_PORT=8123
|
||||
|
||||
### TORRENTING_PORT
|
||||
|
||||
|
||||
@@ -1,260 +1,97 @@
|
||||
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
|
||||
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
|
||||
NAME VERSION TYPE
|
||||
7zip 24.08-r0 apk
|
||||
Alba.CsConsoleFormat 1.0.0 dotnet
|
||||
BencodeNET 2.3.0 dotnet
|
||||
CsvHelper 12.1.2 dotnet
|
||||
IPNetwork2 2.5.235 dotnet
|
||||
McMaster.Extensions.CommandLineUtils 2.4.4 dotnet
|
||||
Mono.Posix.NETStandard 1.0.0 dotnet
|
||||
NJsonSchema 9.14.1 dotnet
|
||||
Newtonsoft.Json 13.0.3 dotnet
|
||||
Portable.BouncyCastle 1.8.8 dotnet
|
||||
Portable.Xaml 0.18.0 dotnet
|
||||
QBittorrent.Client 1.9.24285.1 dotnet
|
||||
System.Security.Cryptography.ProtectedData 5.0.0 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.3-r0 apk
|
||||
apk-tools 2.14.6-r3 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.5-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.12.1-r1 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.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
|
||||
libattr 2.5.2-r2 apk
|
||||
libb2 0.98.1-r3 apk
|
||||
libblkid 2.40.4-r1 apk
|
||||
libbsd 0.12.2-r0 apk
|
||||
libbz2 1.0.8-r6 apk
|
||||
libcrypto3 3.3.3-r0 apk
|
||||
libcurl 8.12.1-r1 apk
|
||||
libeconf 0.6.3-r0 apk
|
||||
libexpat 2.7.0-r0 apk
|
||||
libffi 3.4.7-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-r1 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.3-r0 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
|
||||
musl 1.2.5-r9 apk
|
||||
musl-utils 1.2.5-r9 apk
|
||||
ncurses-terminfo-base 6.5_p20241006-r3 apk
|
||||
netcat-openbsd 1.226.1.1-r0 apk
|
||||
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.10-r0 apk
|
||||
python3 3.12.10-r0 apk
|
||||
python3-pyc 3.12.10-r0 apk
|
||||
python3-pycache-pyc0 3.12.10-r0 apk
|
||||
qbt 1.8.24285.1 dotnet
|
||||
qt6-qtbase 6.8.2-r0 apk
|
||||
qt6-qtbase-sqlite 6.8.2-r0 apk
|
||||
readline 8.2.13-r0 apk
|
||||
runtimepack.Microsoft.NETCore.App.Runtime.linux-musl-x64 6.0.35 dotnet
|
||||
scanelf 1.3.8-r1 apk
|
||||
shadow 4.16.0-r1 apk
|
||||
skalibs-libs 2.14.3.0-r0 apk
|
||||
sqlite-libs 3.48.0-r2 apk
|
||||
ssl_client 1.37.0-r12 apk
|
||||
tzdata 2025b-r0 apk
|
||||
utmps-libs 0.1.2.3-r2 apk
|
||||
xz-libs 5.6.3-r1 apk
|
||||
zlib 1.3.1-r2 apk
|
||||
zstd-libs 1.5.6-r2 apk
|
||||
|
||||
@@ -48,7 +48,7 @@ app_setup_block: |
|
||||
|
||||
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.
|
||||
|
||||
For example, to set the port to 8090 you need to set -p 8090:8090 and -e WEBUI_PORT=8090
|
||||
For example, to set the port to 8123 you need to set -p 8123:8123 and -e WEBUI_PORT=8123
|
||||
|
||||
### TORRENTING_PORT
|
||||
|
||||
@@ -76,12 +76,14 @@ init_diagram: |
|
||||
init-qbittorrent-config -> init-config-end
|
||||
init-config -> init-crontab-config
|
||||
init-mods-end -> init-custom-files
|
||||
init-adduser -> init-device-perms
|
||||
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-device-perms -> init-os-end
|
||||
init-envfile -> init-os-end
|
||||
init-config -> init-qbittorrent-config
|
||||
init-custom-files -> init-services
|
||||
|
||||
Reference in New Issue
Block a user