Skip to content

engels74/overseerr-anime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overseerr (with Anime Instance support)

Overseerr

GitHub tag (SemVer) License (Image) License (Source) Docker Pulls GitHub Stars

📖 Documentation

All the documentation for the "Oveerseerr (Anime Support)" is located at the active Pull Request page.

For more information about the Docker image itself, you can visit engels74.net.

🐋 Docker Image

Docker Compose

To get started with Overseerr (with Anime Instance Support) using Docker, follow these steps:

  1. Use this Docker Compose example

    services:
      overseerr-anime:
        container_name: overseerr-anime
        image: ghcr.io/engels74/overseerr-anime
        ports:
          - "5055:5055"
        environment:
          - PUID=1000
          - PGID=1000
          - UMASK=002
          - TZ=Etc/UTC
          - WEBUI_PORTS=5055/tcp,5055/udp
        volumes:
          - /<host_folder_config>:/config
  2. Run the Docker container using docker compose:

    docker compose -f /choose/path/to/docker-compose.overseerr-anime.yml up -d

🌿 Branches and Workflows

This repository maintains two main branches, each with its own purpose and automated workflows. Both branches include the changes from the original Pull Request, but they differ in how they incorporate updates from their respective upstreams.

Branches

  1. feature-default-anime-instance-checkbox-release (:release)

    • Source: This branch is rebased daily from the thempc/overseerr repository's feature-default-anime-instance-checkbox branch, which is the source of the original pull request.
    • Purpose: It provides a stable version of the changes from the pull request, directly from the PR author's repository.
    • Docker Tag: :release (also aliased as :latest).
  2. feature-default-anime-instance-checkbox-nightly (:nightly)

    • Source: This branch is rebased daily from the sct/overseerr repository's develop branch (the original Overseerr repository) and then merges or rebases the changes from the thempc/overseerr pull request.
    • Purpose: It ensures that the changes from the pull request are always updated with the latest developments from the original Overseerr repository, making it ideal for testing the latest features.
    • Docker Tag: :nightly.

Workflows

Two GitHub Actions workflows automate the rebasing process:

  1. rebase-stable.yml

    • Purpose: Automatically rebases the feature-default-anime-instance-checkbox-release branch from thempc/overseerr's feature-default-anime-instance-checkbox branch.
    • Schedule: Runs daily at midnight UTC.
  2. rebase-nightly.yml

    • Purpose: Automatically rebases the feature-default-anime-instance-checkbox-nightly branch from sct/overseerr's develop branch and incorporates the changes from the thempc/overseerr pull request.
    • Schedule: Runs daily at midnight UTC.

These workflows ensure that both branches stay up-to-date with their respective upstreams while maintaining the changes from the original pull request.

🆘 Support

If you need assistance, please write in the active pull request. It can be found here.

💻 Source Code

  • Project Source Code: The source code for the "Overseerr (Anime Support)" project is hosted at engels74/overseerr-anime-source.

  • Docker Image Source: The source files for building the Docker image are hosted at engels74/overseerr-anime. If you can't find what you're looking for in the master branch, check other branches.

🌟 Show your support

You can show your support by:

  • Giving us a star on Docker Hub or GitHub
  • Making a donation to hotio, as he's the genius behind the Docker images

Your support is greatly appreciated!

About

Fork of hotio's Overseerr image, with added support for Anime (PR #3664)

Topics

Resources

License

Stars

Watchers

Forks

Packages