Dockerfile (rocker/r-ver + pak, no shiny-server) and
docker-compose.yml (bind-mount ./data/, port
127.0.0.1:7842:3838, .env for secrets) follow the horst
one-folder-per-service convention. attrakttv_app() gained a
host argument so the container can bind 0.0.0.0 while local
dev keeps the 127.0.0.1 default. The README’s “Deployment”
section documents the full flow including the Caddy stanza for
attrakttv.jemu.name.trakt-logomark.svg shows as a small accent in the intro card, and the
mono variant overlays the episodes rating plot (previously a stale
trakt-icon-black.png reference that no longer existed)..httr-oauth PIN-dance setup
instructions, updates the default cache path to the rappdirs location,
notes the fixed local port (7842), and documents the new make targets.shinythemes::shinytheme('flatly') (Bootstrap 3)
to bslib::page_navbar() with bs_theme(version = 5, brand = TRUE). New
_brand.yml defines the trakt-aligned red accent and Inter/JetBrains Mono
typography; the rest of the palette comes from bslib’s “shiny” preset which
natively supports light/dark color modes.bslib::input_dark_mode()) in the navbar.bslib::card with a value_box row
for Rating / Votes / Episodes / Runtime. Replaces the old kableExtra table.Plot / Table tabsetPanel with navset_card_underline().kableExtra and shinythemes from Imports; added bslib,
bsicons, brand.yml.style = "auto" so they pick up Bootstrap 5 styling.cache_add_episodes() now normalises seasons and episodes tibbles via the
new cleanup_seasons() / cleanup_episodes() helpers, so the on-disk
schema for those tables is stable across tRakt version drift (previously
any change in seasons_summary() columns would break appends to an
existing cache).attrakttv_app() now binds to a fixed port (7842 by default) so local
testing always lands on the same URL. Override with the port argument
or the attrakttv.port option.0.1.0.9000), which also changes the default
cache_db_path() to ~/Library/Application Support/attrakttv/0.1.0.9000/
on macOS — older caches at 0.1.0/ can be deleted.Still working out the basic functionality regarding the database and the app itself.
cache_db_path() smarter about the default db location via rappdirs::user_data_dir().Dockerfile and docker-compose.yml for easier deployment.NEWS.md file to track changes to the package.