Skip to content

Commit

Permalink
remove tubearchivist-jf external integration
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierDupuis committed Jun 20, 2024
1 parent 1682af3 commit 23451c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
4 changes: 1 addition & 3 deletions tubearchivist/.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ TA_USERNAME=your_username
TA_PASSWORD=your_password
ES_PASSWORD=your_password
TZ=your_timezone
TA_TOKEN=your_tubearchivist_token
# JF_URL=http://jellyfin:8096
# JF_TOKEN=your_jellyfin_token
TA_TOKEN=your_tubearchivist_token
17 changes: 3 additions & 14 deletions tubearchivist/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,20 +71,9 @@ services:
expose:
- "9200"

# Uncomment for Jellyfin integration
# tubearchivist-jf:
# image: bbilly1/tubearchivist-jf
# container_name: tubearchivist-jf
# restart: unless-stopped
# environment:
# - TA_URL=http://tubearchivist:8000
# - TA_TOKEN=${TA_TOKEN:?Missing variable TA_TOKEN}
# - JF_URL=${JF_URL:?Missing variable JF_URL}
# - JF_TOKEN=${JF_TOKEN:?Missing variable JF_TOKEN}
# volumes:
# - ${LIBRARY_DIRECTORY:?Missing variable LIBRARY_DIRECTORY}/youtube:/youtube # matching youtube volume as in Tube Archivist
# expose:
# - "8001"
# For integration with Jellyfin, see
# https://github.com/tubearchivist/tubearchivist-jf-plugin?tab=readme-ov-file#installation
# https://github.com/tubearchivist/tubearchivist-jf-plugin?tab=readme-ov-file#configuration

volumes:
redis:
Expand Down

0 comments on commit 23451c7

Please sign in to comment.