hotio/plexarr
GitHub
docker.io
/ ghcr.io
/ quay.io
Plexarr
00
Starting the container¶
docker run --rm cr.hotio.dev/hotio/plexarr ...
The default ENTRYPOINT
is plexarr
.
Tags¶
Where can I find the source of the image?
You can click the tag name to go to the source on GitHub for that particular tag. Every tag has its own branch.
The master
branch is used as a landing page and to store some statistics used by this page to populate the table.
Temporary tags/branches might not show up in the table, but are also generally not for end-user consumption.
Clicking the commit sha brings you to the exact source of that commit.
Tag | Upstream | Version | Commit | Last Updated |
---|
Getting a Plex token for use in your configuration¶
Run the following command, but replace <plex_username>
and <plex_password>
with your actual username and password.
docker run --rm --entrypoint get-token cr.hotio.dev/hotio/plexarr <plex_username> <plex_password>
You should see something like this, if all went well:
Trying to get a Plex token...
Your Plex token is: xxxxxxxxxxxxxxxxxxxx