Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -834,8 +834,7 @@ services:
- PGID=$PGID
- TZ=$TZ
- KOMETA_TIMES=01:00
- PLEX_TOKEN=$PLEX_TOKEN
- TMDB_API_READ_ACCESS_TOKEN=$TMDB_API_READ_ACCESS_TOKEN
- KOMETA_PLEX_TOKEN=$PLEX_TOKEN
logging: *default-logging
labels:
- "traefik.enable=true"
Expand Down
1 change: 1 addition & 0 deletions env.example
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ CLOUDFLARE_ZONEID=
PIHOLE_PWD=

PLEX_TOKEN=
TMDB_API_KEY=
TMDB_API_READ_ACCESS_TOKEN=
4 changes: 2 additions & 2 deletions kometa/config.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

plex:
url: http://plex:32400
token: <<env(PLEX_TOKEN)>>
token: env # reads from KOMETA_PLEX_TOKEN env var (set in docker-compose)

tmdb:
apikey: <<env(TMDB_API_READ_ACCESS_TOKEN)>>
apikey: YOUR_TMDB_READ_ACCESS_TOKEN_HERE # paste token directly; this file is not tracked in git
language: en
region: US

Expand Down
Loading