Open jfroebe opened 1 year ago
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.
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.
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