A digital poster app for Plex, Sonarr, Radarr, and Readarr
500K+

IMPORTANT NOTE ON UPGRADES
- There are rare times that you will need to update settings. Check here for detailed notes on each updated.
'psw: your Posterr password' and 'sleep: true|false')CEC control of monitor inconjunction with the Posterr Sleep Timer.Installation details are as follows:
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
Create the following directories in your docker folder:
docker run -d --name posterr \
-p 9876:3000 \
-v ~/docker/posterr/config:/usr/src/app/config \
-v ~/docker/posterr/custom:/usr/src/app/public/custom \
-e TZ=Australia/Brisbane \
--restart=always \
petersem/posterr
| 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. |
Get to the settings page in a number of ways:
hostIP is the IP number of the machine that Posterr is installed on. Change the port number if you set a different value. 3000 is the default for the binary executables)The default password is: raidisnotabackup
Please see the Posterr Wiki for more information.
Should you encounter a problem, the solution may be listed HERE.
Thanks,
Matt Petersen (April 2021)
Posterr uses the following:
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.
MIT
Free Software, Hell Yeah!
Content type
Image
Digest
sha256:8d2dec29e…
Size
95.4 MB
Last updated
20 days ago
docker pull petersem/posterr