From 49416ffebae35928c18d34bdc7043c01538870e6 Mon Sep 17 00:00:00 2001 From: <> Date: Thu, 16 Nov 2023 14:59:58 +0000 Subject: [PATCH] Deployed c3e1de19 with MkDocs version: 1.5.3 --- images/docker-medusa/index.html | 4 ++-- sitemap.xml.gz | Bin 1783 -> 1783 bytes 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/docker-medusa/index.html b/images/docker-medusa/index.html index 7489335c2f..1f68eb566c 100644 --- a/images/docker-medusa/index.html +++ b/images/docker-medusa/index.html @@ -1,4 +1,4 @@ - medusa - LinuxServer.io
Skip to content

linuxserver/medusa

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

Medusa is an automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.

medusa

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/medusa: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

Application Setup

Web interface is at <your ip>:8081.

Set paths for downloads, tv-shows to match docker mappings via the webui, for more information check out Medusa.

Usage

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

---
+ medusa - LinuxServer.io       

linuxserver/medusa

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

Medusa is an automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.

medusa

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/medusa: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

Application Setup

Web interface is at <your ip>:8081.

Set paths for downloads, tv-shows to match docker mappings via the webui, for more information check out Medusa.

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:
   medusa:
@@ -53,4 +53,4 @@
   --pull \
   -t lscr.io/linuxserver/medusa: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

  • 07.10.23: - Install unrar from linuxserver repo.
  • 10.08.23: - Bump unrar to 6.2.10.
  • 11.07.23: - Rebase to Alpine 3.18.
  • 06.07.23: - Deprecate armhf. As announced here
  • 13.02.23: - Rebase to Alpine 3.17, migrate to s6v3.
  • 12.09.22: - Install ffmpeg for postprocessing.
  • 12.08.22: - Bump unrar to 6.1.7.
  • 28.02.22: - Install python3 requirements for app.
  • 19.01.22: - Rebasing to alpine 3.15.
  • 01.06.20: - Rebasing to alpine 3.12.
  • 19.12.19: - Rebasing to alpine 3.11.
  • 22.09.19: - Switch to python3.
  • 28.06.19: - Rebasing to alpine 3.10.
  • 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
  • 22.02.19: - Rebasing to alpine 3.9.
  • 14.01.19: - Adding multi arch and pipeline logic
  • 16.08.18: - Rebase to alpine 3.8
  • 08.12.17: - Rebase to alpine 3.7
  • 29.11.17: - Add py-gdbm for subtitles support
  • 26.10.17: - Mediainfo moved from testing to community repo
  • 10.10.17: - Use repo version of mediainfo to shorten build time
  • 05.08.17: - Internal git pull instead of at runtime
  • 25.05.17: - Rebase to alpine 3.6
  • 07.02.17: - Rebase to alpine 3.5
  • 02.01.17: - Initial Release

Last update: October 8, 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

  • 07.10.23: - Install unrar from linuxserver repo.
  • 10.08.23: - Bump unrar to 6.2.10.
  • 11.07.23: - Rebase to Alpine 3.18.
  • 06.07.23: - Deprecate armhf. As announced here
  • 13.02.23: - Rebase to Alpine 3.17, migrate to s6v3.
  • 12.09.22: - Install ffmpeg for postprocessing.
  • 12.08.22: - Bump unrar to 6.1.7.
  • 28.02.22: - Install python3 requirements for app.
  • 19.01.22: - Rebasing to alpine 3.15.
  • 01.06.20: - Rebasing to alpine 3.12.
  • 19.12.19: - Rebasing to alpine 3.11.
  • 22.09.19: - Switch to python3.
  • 28.06.19: - Rebasing to alpine 3.10.
  • 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
  • 22.02.19: - Rebasing to alpine 3.9.
  • 14.01.19: - Adding multi arch and pipeline logic
  • 16.08.18: - Rebase to alpine 3.8
  • 08.12.17: - Rebase to alpine 3.7
  • 29.11.17: - Add py-gdbm for subtitles support
  • 26.10.17: - Mediainfo moved from testing to community repo
  • 10.10.17: - Use repo version of mediainfo to shorten build time
  • 05.08.17: - Internal git pull instead of at runtime
  • 25.05.17: - Rebase to alpine 3.6
  • 07.02.17: - Rebase to alpine 3.5
  • 02.01.17: - Initial Release

Last update: November 16, 2023
Created: February 5, 2019
\ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 764d6ff63ca0404b90fdab0d2339bf55995e81fd..183f8479ee7b9430088f8a407cc6760c8a084e10 100644 GIT binary patch delta 15 Wcmey)`<<6fzMF$1QEwyLM>YT}A_WEj delta 15 Wcmey)`<<6fzMF$XRAVFCM>YT{JOs1=