4 Commits

Author SHA1 Message Date
mani
b6ff41f2ed Remove --no-cache flag from Docker build
Docker layer cache is smart enough to rebuild when source changes
Speeds up builds significantly by reusing package installation layers
2026-01-08 02:27:31 +01:00
mani
6b1b63c014 Add --no-cache to Docker build to prevent cached builds 2026-01-08 01:53:49 +01:00
mani
b37834ae7b Fix webpack git access in Docker build
- Copy .git/modules/jellyfin-web to Docker image so webpack can run git describe
- Add SSH agent forwarding (-A) to build_truenas.sh for git submodule cloning
2026-01-06 03:41:20 +01:00
mani
d4548a8ad1 Update jellyfin-web submodule and add TrueNAS build script
- Update jellyfin-web to ef7275fd65 (fix template import)
- Add build_truenas.sh for building Docker images on TrueNAS
- Script initializes submodules on TrueNAS with IP-based git URLs
2026-01-06 03:37:46 +01:00