-
26.11-alpha
Pre-releasereleased this
2026-04-21 13:01:55 +02:00 | 5 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)
3 downloads
-
Source code (TAR.GZ)
3 downloads
-
furtka-apps-26.11-alpha.tar.gz
6 downloads · 6.7 KiB
-
furtka-apps-26.11-alpha.tar.gz.sha256
14 downloads · 97 B
-
release.json
5 downloads · 172 B
- Jellyfin compose default-substitution. Without an