linuxserver/mylar3¶
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.
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.
docker-compose (recommended, click here for more info)¶
---
+ mylar3 - LinuxServer.io
LinuxServer.io mylar3
linuxserver/mylar3¶
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.
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.
docker-compose (recommended, click here for more info)¶
---
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
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 upstreampython3-dev
branch. - 28.09.20: - Initial release.