informatica:plex
Differences
This shows you the differences between two versions of the page.
| informatica:plex [2025/06/09 19:04] – created jose | informatica:plex [2025/06/09 19:48] (current) – jose | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| https:// | https:// | ||
| + | < | ||
| + | docker run -d \ | ||
| + | --name plex \ | ||
| + | --network host \ | ||
| + | -e PLEX_CLAIM=claim-ZF4tLA_9sxms-BcJ5bxM \ | ||
| + | -e TZ=Europe/ | ||
| + | -e ADVERTISE_IP=" | ||
| + | -v / | ||
| + | -v / | ||
| + | plexinc/ | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | # -*- coding: utf-8 -*- | ||
| + | import logging | ||
| + | |||
| + | SKILL_LOG_LEVEL=logging.INFO | ||
| + | |||
| + | # Plex Media Server config | ||
| + | PMS_SERVER_URL = ' | ||
| + | PMS_SERVER_TOKEN = ' | ||
| + | PMS_DEFAULT_SECTION_NAME = ' | ||
| + | PMS_DEFAULT_MAX_RESULTS = 100 | ||
| + | </ | ||
informatica/plex.1749495852.txt.gz · Last modified: by jose
