[plex-exporter] Add support for token and autodiscovery (#30)

This commit is contained in:
2021-12-08 17:00:56 +00:00
committed by GitHub
parent 30fbc3e8f7
commit c2b9442ebc
9 changed files with 42 additions and 8 deletions

View File

@@ -36,8 +36,12 @@ ingress:
enabled: false
plex:
# -- Server address of your Plex server, as a URL, including the port
# -- Manual server address of your Plex server, as a URL, including the port
server:
# -- Authentication token to connect to your Plex instance
token:
# -- Enable autodiscover using plex.tv
autodiscover: true
metrics:
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key.