Sign inSign up

binhex/arch-overseerr

By binhex

Updated 7 months ago

Docker build script for Arch Linux base with Overseerr

Image
0

100K+

binhex/arch-overseerr repository overview

Application

Overseerr

Description

Overseerr is a request management and media discovery tool built to work with your existing Plex ecosystem. Overseerr helps you find media you want to watch. With inline recommendations and suggestions, you will find yourself deeper and deeper in a rabbit hole of content you never knew you just had to have.

Build notes

Latest development build of Overseerr from Arch Linux AUR.

Usage

docker run -d \
    -p 5055:5055 \
    --name=<container name> \
    -v <path for config files>:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e HEALTHCHECK_COMMAND=<command> \
    -e HEALTHCHECK_ACTION=<action> \
    -e HEALTHCHECK_HOSTNAME=<hostname> \
    -e UMASK=<umask for created files> \
    -e PUID=<uid for user> \
    -e PGID=<gid for user> \
    binhex/arch-overseerr

Please replace all user variables in the above command defined by <> with the correct values.

Access application

http://<host ip>:5055

Example

docker run -d \
    -p 5055:5055 \
    --name=overseerr \
    -v /apps/docker/overseerr:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e UMASK=000 \
    -e PUID=0 \
    -e PGID=0 \
    binhex/arch-overseerr

Notes

User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-

id <username>

If you appreciate my work, then please consider buying me a beer :D

PayPal donation

Documentation | Support forum

Tag summary

Content type

Image

Digest

sha256:3cb0789b5

Size

671.2 MB

Last updated

7 months ago

docker pull binhex/arch-overseerr