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: ${DOCKER_HOSTNAME}
image: tronyx/docker-plpp:latest
ports:
- 8383:80
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKER_VOLUME_CONFIG}/plpp:/config
- ${DOCKER_VOLUME_STORAGE}:/storage