mirror of
https://github.com/tubearchivist/tubearchivist-plex.git
synced 2026-03-23 20:37:11 +00:00
[GH-ISSUE #29] [Installation Help]: Documentation update TubeArchivist URL #12
Labels
No labels
bug
bug
documentation
duplicate
enhancement
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tubearchivist/archived-tubearchivist-plex#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jfroebe on GitHub (Nov 27, 2023).
Original GitHub issue: https://github.com/tubearchivist/tubearchivist-plex/issues/29
Originally assigned to: @lamusmaser on GitHub.
Installation instructions
Operating System
Linux Container
Your installation or setup question
update install documentation
The TubeArchivist URL needs to include the port number else the plugin will attempt to connect to port 80
cat ta_config.json
{
"ta_url": "http://tube-archivist.local:8000",
"ta_api_key": "....."
}
Note: If Plex is installed in a container, you may need to specify the host to ip address to the docker run line:
--add-host "tube-archivist.local:192.168.68.4"
see "extra_hosts" for docker composer.
Relevant log output
@lamusmaser commented on GitHub (Dec 13, 2023):
It will connect using standard port if not supplied, so 80 for HTTP, 443 for HTTPS. Documentation can be updated to reflect this.
If someone else can get to this, that would be appreciated. Otherwise, it'll be a while before I have available resources to make the updates required.
@lamusmaser commented on GitHub (Sep 13, 2024):
Missed doing this when I was handling the updates for v0.1.6, so I'll ensure it gets included with a future update that incorporates the README fixes.
@lamusmaser commented on GitHub (Mar 11, 2025):
Added with v0.1.7. Will close once available.
@lamusmaser commented on GitHub (Mar 12, 2025):
Included in Release v0.1.7, which is now available. Thank you for reporting this!
get_ta_config()with more logging details. #58