Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme Updates #12

Closed
wants to merge 2 commits into from
Closed

Readme Updates #12

wants to merge 2 commits into from

Conversation

x86txt
Copy link

@x86txt x86txt commented Jun 18, 2023

Fixed a typo in the docker CLI command and added a new "nice-to-haves" for n00bies. Also, added a warning about not using a FQDN in the Plex URL or stats won't fully populate.

fix missing - and add nice-to-haves for n00bs
add warning about not using an IP for Plex.
@@ -6,16 +6,21 @@ Expose library playback, storage, and host metrics in a Prometheus format.

The exporter is configured via required environment variables:

- `PLEX_SERVER`: The full URL where your server can be reached, including the scheme and port (if not 80 or 443). For example `http://192.168.0.10:32400` or `https://my.plex.tld`.
- `PLEX_SERVER`: The full URL where your server can be reached, including the scheme and port (if not 80 or 443). For example `http://192.168.0.10:32400`.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://my.plex.tld is an acceptable example URL if configured correctly. Perhaps instead, add a note that the URL needs to be reachable relative to where the exporter is running?

- `PLEX_TOKEN`: A [Plex token](https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/) belonging to the server administrator.

> **Note**
> If you don't use an IP address for the Plex URL, all the dashboard stats won't populate.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't the case. If you're having issues please open an issue with details of your setup.

@x86txt x86txt closed this by deleting the head repository Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants