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.
To get started with Overseerr (with Anime Instance Support) using Docker, follow these steps:
-
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
- Tag Options:
:release
(or:latest
): The stable version, based on thefeature-default-anime-instance-checkbox-release
branch.:nightly
: The nightly version, based on thefeature-default-anime-instance-checkbox-nightly
branch.
- Tag Options:
-
Run the Docker container using
docker compose
:docker compose -f /choose/path/to/docker-compose.overseerr-anime.yml up -d
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.
-
feature-default-anime-instance-checkbox-release
(:release
)- Source: This branch is rebased daily from the
thempc/overseerr
repository'sfeature-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
).
- Source: This branch is rebased daily from the
-
feature-default-anime-instance-checkbox-nightly
(:nightly
)- Source: This branch is rebased daily from the
sct/overseerr
repository'sdevelop
branch (the original Overseerr repository) and then merges or rebases the changes from thethempc/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
.
- Source: This branch is rebased daily from the
Two GitHub Actions workflows automate the rebasing process:
-
rebase-stable.yml
- Purpose: Automatically rebases the
feature-default-anime-instance-checkbox-release
branch fromthempc/overseerr
'sfeature-default-anime-instance-checkbox
branch. - Schedule: Runs daily at midnight UTC.
- Purpose: Automatically rebases the
-
rebase-nightly.yml
- Purpose: Automatically rebases the
feature-default-anime-instance-checkbox-nightly
branch fromsct/overseerr
'sdevelop
branch and incorporates the changes from thethempc/overseerr
pull request. - Schedule: Runs daily at midnight UTC.
- Purpose: Automatically rebases the
These workflows ensure that both branches stay up-to-date with their respective upstreams while maintaining the changes from the original pull request.
If you need assistance, please write in the active pull request. It can be found here.
-
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.
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!