From c900d138ef620656c535c2a2a59088012bddceb3 Mon Sep 17 00:00:00 2001 From: <> Date: Fri, 24 May 2024 04:42:28 +0000 Subject: [PATCH] Deployed 3294a1b3 with MkDocs version: 1.6.0 --- images/docker-mylar3/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/docker-mylar3/index.html b/images/docker-mylar3/index.html index ed523b735b..86b14169ff 100644 --- a/images/docker-mylar3/index.html +++ b/images/docker-mylar3/index.html @@ -1,4 +1,4 @@ - mylar3 - LinuxServer.io
Skip to content

linuxserver/mylar3

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

Mylar3 is an automated Comic Book downloader (cbr/cbz) for use with NZB and torrents written in python. It supports SABnzbd, NZBGET, and many torrent clients in addition to DDL.

mylar3

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/mylar3: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 Mylar3 releases
nightly Commits to Mylar3 python3-dev branch

Application Setup

The web ui for settings etc, is on http://SERVERIP:8090 For more detailed setup options, refer to Mylar3.

Usage

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

---
+ mylar3 - LinuxServer.io      

linuxserver/mylar3

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

Mylar3 is an automated Comic Book downloader (cbr/cbz) for use with NZB and torrents written in python. It supports SABnzbd, NZBGET, and many torrent clients in addition to DDL.

mylar3

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/mylar3: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 Mylar3 releases
nightly Commits to Mylar3 python3-dev branch

Application Setup

The web ui for settings etc, is on http://SERVERIP:8090 For more detailed setup options, refer to Mylar3.

Usage

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

---
 services:
   mylar3:
     image: lscr.io/linuxserver/mylar3:latest
@@ -48,4 +48,4 @@
   --pull \
   -t lscr.io/linuxserver/mylar3: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

  • 23.12.23: - Rebase to Alpine 3.19.
  • 16.08.23: - Install unrar from linuxserver repo.
  • 10.08.23: - Bump unrar to 6.2.10.
  • 11.07.23: - Rebase to Alpine 3.18
  • 07.07.23: - Deprecate armhf. As announced here
  • 05.03.23: - Rebase to Alpine 3.17.
  • 12.10.22: - Rebase to alpine 3.16 and upgrade to s6v3.
  • 01.02.22: - Rebase to alpine 3.15.
  • 02.11.21: - Rebase to alpine 3.14. Remove pathlib.py.
  • 25.05.21: - Add libwebp support.
  • 17.05.21: - Add linuxserver wheel index.
  • 23.01.21: - Rebasing to alpine 3.13.
  • 03.01.21: - Output mylar log to docker log.
  • 21.12.20: - Release nightly tag based on commits to upstream python3-dev branch.
  • 28.09.20: - Initial release.
\ No newline at end of file +

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

Versions

  • 23.12.23: - Rebase to Alpine 3.19.
  • 16.08.23: - Install unrar from linuxserver repo.
  • 10.08.23: - Bump unrar to 6.2.10.
  • 11.07.23: - Rebase to Alpine 3.18
  • 07.07.23: - Deprecate armhf. As announced here
  • 05.03.23: - Rebase to Alpine 3.17.
  • 12.10.22: - Rebase to alpine 3.16 and upgrade to s6v3.
  • 01.02.22: - Rebase to alpine 3.15.
  • 02.11.21: - Rebase to alpine 3.14. Remove pathlib.py.
  • 25.05.21: - Add libwebp support.
  • 17.05.21: - Add linuxserver wheel index.
  • 23.01.21: - Rebasing to alpine 3.13.
  • 03.01.21: - Output mylar log to docker log.
  • 21.12.20: - Release nightly tag based on commits to upstream python3-dev branch.
  • 28.09.20: - Initial release.
\ No newline at end of file