Skip to the content.

Posterr

Media display software for Plex, Sonarr, Radarr, and Readarr. (Just like the display screens in movie theatre foyers)

Docker Pulls Docker Image Size (tag) Image Build Version GitHub last commit Platforms User Guide

Slides Awtrix

IMPORTANT NOTE ON UPGRADES


Features

Optional

Installation

Installation details are as follows:

Docker Compose (X86, ARM32, ARM64)

Create the following directories in your docker folder:

version: '2.4'

services:
  posterr:
    image: petersem/posterr
    container_name: posterr
    environment:
      TZ: Australia/Brisbane
      BASEPATH: ""
    volumes:
      - ./docker/posterr/config:/usr/src/app/config
      - ./docker/posterr/custom:/usr/src/app/public/custom
    ports:
      - 9876:3000
    restart: unless-stopped

Details

|Option|Details| |–|–| |TZ|Your local timezone. Go to wikipedia and use the TZ Database Name value.| |/docker/posterr/config|This is required to save your Posterr settings| |/docker/posterr/custom|This is required for custom pictures (and other custom media in the future)| |Ports|Change first part to a different port if needed. e.g. 9876:3000| |BASEPATH|“/path” Use this for reverse proxy setups which require a base path value. This line can be left out, or value left blank if you dont use alternate paths. |

Unraid


Updates


Setup

Get to the settings page in a number of ways:

The default password is: raidisnotabackup


Possible Uses


Technical Features

Please see the Posterr Wiki for more information.


Star History

Star History Chart

Troubleshooting

Should you encounter a problem, the solution may be listed HERE.


Support


Support my efforts and continued development

Thanks,

Matt Petersen (April 2021)


Technical Details

Posterr uses the following:


Notice

Posterr is dependant on third party applications and services. Some features may fail temporarily or permenantly if the dependancies are unavailable, or become incompatible for any technical or legal reason. This software comes with no warranty or guarantee of any kind. Images and themes that you download through Posterr may be copyrighted, and are the property of the respective copyright holders.


License

MIT

Free Software, Hell Yeah!