Add Kometa for automated Plex collection management#12
Merged
Conversation
- Add Kometa (kometateam/kometa) service with Traefik/Authelia routing at kometa.$DOMAINNAME - Add kometa_config NFS volume (Synology:/volume1/docker/kometa) - Add kometa/config.yml.example with full defaults suite (franchise, genre, decade, studio, director, seasonal, IMDb, TMDb) - Add PLEX_TOKEN to env.example (required for Kometa → Plex auth) - Add "kometa" to validate-traefik.sh SERVICES array Radarr collections enabled via UI: Settings → UI → Show Collections. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Pass PLEX_TOKEN env var into the Kometa container and use Kometa's <<env(PLEX_TOKEN)>> interpolation in config.yml instead of hardcoding the token value. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Pass TMDB_API_READ_ACCESS_TOKEN into Kometa container and wire it into config.yml via <<env()>> interpolation. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
kometa.$DOMAINNAME.envvia environment variable passthrough — no secrets in tracked fileskometa_configNFS volume on Synology (/volume1/docker/kometa)kometa.$DOMAINNAMEkometatovalidate-traefik.shservice listPre-merge checklist
/volume1/docker/kometadirectory on Synology (already done on host mount)PLEX_TOKENandTMDB_API_READ_ACCESS_TOKENare set in.envdocker compose logs kometa)Radarr collections
No code changes — enable via Settings → UI → Show Collections, then use Movies → Collections to monitor missing franchise films.
🤖 Generated with Claude Code