Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
services:tubearchivist [2025/04/18 07:46] – willy | services:tubearchivist [2025/04/18 09:33] (current) – willy | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Tube Archivist ====== | ====== Tube Archivist ====== | ||
- | [[https:// | + | [[https:// |
==== Installation ==== | ==== Installation ==== | ||
Line 36: | Line 36: | ||
- ES_URL=http:// | - ES_URL=http:// | ||
- REDIS_CON=redis:// | - REDIS_CON=redis:// | ||
- | - TA_HOST=https:// | + | - TA_HOST=https:// |
# Uncommen tthe next two to NOT use SSO: | # Uncommen tthe next two to NOT use SSO: | ||
#- TA_USERNAME=not_needed | #- TA_USERNAME=not_needed | ||
Line 93: | Line 93: | ||
This example shows how to use Authelia SSO authentication (for more info see [[services: | This example shows how to use Authelia SSO authentication (for more info see [[services: | ||
+ | |||
+ | Adding **http:// | ||
Pull the images: | Pull the images: | ||
Line 158: | Line 160: | ||
After Jellyfin is running again, go to the plugins page and configure the TubeArchivistMetadata plugin with the following settings: | After Jellyfin is running again, go to the plugins page and configure the TubeArchivistMetadata plugin with the following settings: | ||
* Collection name: whatever you like, maybe YouTube | * Collection name: whatever you like, maybe YouTube | ||
- | * TubeArchivist URL: https://tube.mydomain.com | + | * TubeArchivist URL: http://127.0.0.1:8124 (you need to use the local URL to avoid the Authelia SSO filtering the plugin requests) |
* TubeArchivist API key: can be found inside TubeArchivist, | * TubeArchivist API key: can be found inside TubeArchivist, | ||