• 26.11-alpha b1dadbc952

    26.11-alpha
    All checks were successful
    CI / validate (push) Successful in 5s
    CI / shellcheck (push) Successful in 13s
    Release / release (push) Successful in 5s
    Pre-release

    daniel released this 2026-04-21 13:01:55 +02:00 | 2 commits to main since this release

    Fixed

    • Jellyfin compose default-substitution. Without an .env in the
      jellyfin app dir the CI validator's docker compose config step
      substituted an empty ${MEDIA_PATH} into :/media:ro — which
      compose rejects as empty section between colons. Changed the
      spec to ${MEDIA_PATH:-/nonexistent}:/media:ro so the CI syntax
      check always sees a valid volume even with no env file. Real
      install flow (form fill → .env with user path) is unchanged; a
      broken install that reaches docker compose up with no
      MEDIA_PATH now fails loudly on a nonexistent bind target instead
      of silently mounting something random.
    Downloads