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:26] – 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 92: | Line 92: | ||
</ | </ | ||
- | I will show also how to setup Authelia SSO authentication | + | This example shows how to use Authelia SSO authentication |
+ | |||
+ | Adding **http:// | ||
Pull the images: | Pull the images: | ||
Line 145: | Line 147: | ||
rc-service user-containers.tubearchivist start | rc-service user-containers.tubearchivist start | ||
</ | </ | ||
+ | |||
+ | ===== Jellyfin Integration ===== | ||
+ | |||
+ | Use [[https:// | ||
+ | |||
+ | In short, open JellyFin go to administration / plugins and add a new repository with the following details: | ||
+ | * Repository name: TubeArchivistMetadata | ||
+ | * Repository URL: https:// | ||
+ | |||
+ | Now navigate to the plugins and install **TubeArchivistMetadata**, | ||
+ | |||
+ | 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 | ||
+ | * TubeArchivist URL: http:// | ||
+ | * TubeArchivist API key: can be found inside TubeArchivist, | ||
+ | |||
+ | Now, to **use** the plugin, in Jellyfin go to settings -> libraries and add a new library of type "TV shows" and unselect all sources fo all kinds except TubeArchivist. | ||
+ | |||