PLPP¶
Description¶
PHP Library Presenter for PLEX provides a PHP front end to simply present PLEX libraries on the web without the possibility to play or download the library items. Currently movie/home video, TV show, music and photo/picture libraries are supported.
Install/Setup¶
Example Docker Compose Override¶
services:
plpp:
container_name: plpp
environment:
- PGID=${PGID}
- PUID=${PUID}
- TZ=${TZ}
hostname: ${DOCKERHOSTNAME}
image: tronyx/docker-plpp:latest
logging:
driver: json-file
options:
max-file: ${DOCKERLOGGING_MAXFILE}
max-size: ${DOCKERLOGGING_MAXSIZE}
ports:
- 8383:80
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKERCONFDIR}/plpp:/config
- ${DOCKERSTORAGEDIR}:/storage
Last update: June 3, 2023
Created: October 12, 2020
Created: October 12, 2020