diff --git a/images/docker-pyload-ng/index.html b/images/docker-pyload-ng/index.html index 24b74e23c5..72c7b2e17b 100644 --- a/images/docker-pyload-ng/index.html +++ b/images/docker-pyload-ng/index.html @@ -1,4 +1,4 @@ - pyload-ng - LinuxServer.io
Skip to content

linuxserver/pyload-ng

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

pyLoad is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web.

pyload-ng

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/pyload-ng: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:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Version Tags

This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.

Tag Available Description
latest Stable releases from pyLoad Next
develop Releases from pyload Next develop branch

Application Setup

Access the web interface at http://your-ip:8000 the default login is: username - pyload password - pyload

For general usage please see the pyLoad wiki here .

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
+ pyload-ng - LinuxServer.io       

linuxserver/pyload-ng

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

pyLoad is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web.

pyload-ng

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/pyload-ng: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:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Version Tags

This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.

Tag Available Description
latest Stable releases from pyLoad Next
develop Releases from pyload Next develop branch

Application Setup

Access the web interface at http://your-ip:8000 the default login is: username - pyload password - pyload

For general usage please see the pyLoad wiki here .

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
 version: "2.1"
 services:
   pyload-ng:
@@ -53,4 +53,4 @@
   --pull \
   -t lscr.io/linuxserver/pyload-ng:latest .
 

The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static

docker run --rm --privileged multiarch/qemu-user-static:register --reset
-

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 08.10.23: - Install unrar from linuxserver repo.
  • 10.08.23: - Bump unrar to 6.2.10.
  • 01.06.23: - Replace p7zip with 7zip, add unrar.
  • 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
  • 02.02.22: - Rebase master to alpine 3.17.
  • 02.02.22: - Add ffmpeg for the Youtube plugin.
  • 24.01.22: - Replace unrar with p7zip.
  • 24.01.22: - Initial release.

Last update: October 10, 2023
Created: February 5, 2019
\ No newline at end of file +

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 08.10.23: - Install unrar from linuxserver repo.
  • 10.08.23: - Bump unrar to 6.2.10.
  • 01.06.23: - Replace p7zip with 7zip, add unrar.
  • 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
  • 02.02.22: - Rebase master to alpine 3.17.
  • 02.02.22: - Add ffmpeg for the Youtube plugin.
  • 24.01.22: - Replace unrar with p7zip.
  • 24.01.22: - Initial release.

Last update: November 17, 2023
Created: February 5, 2019
\ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 38920c2b29..4e2fabcc90 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ