-
26.11-alpha
Pre-releasereleased this
2026-04-21 13:01:55 +02:00 | 2 commits to main since this releaseFixed
- Jellyfin compose default-substitution. Without an
.envin the
jellyfin app dir the CI validator'sdocker compose configstep
substituted an empty${MEDIA_PATH}into:/media:ro— which
compose rejects asempty section between colons. Changed the
spec to${MEDIA_PATH:-/nonexistent}:/media:roso 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 reachesdocker compose upwith no
MEDIA_PATH now fails loudly on a nonexistent bind target instead
of silently mounting something random.
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
furtka-apps-26.11-alpha.tar.gz
3 downloads · 6.7 KiB
-
furtka-apps-26.11-alpha.tar.gz.sha256
5 downloads · 97 B
-
release.json
1 download · 172 B
- Jellyfin compose default-substitution. Without an