New Features
3- Added Jellyfin Docker app template — Plex/Emby alternative media streaming server (GPL-2.0, port 8096, jellyfin/jellyfin image).
- Added HedgeDoc Docker app template — real-time collaborative markdown editor, CodiMD fork (AGPL-3.0, port 3300, quay.io/hedgedoc/hedgedoc image, PostgreSQL linked).
- Added BookStack Docker app template — open-source wiki and knowledge base, Confluence alternative (MIT, port 6875, solidnerd/bookstack image, MariaDB linked).
Improvements
2- BookStack uses solidnerd/bookstack image with custom ENTRYPOINT that auto-generates and persists Laravel APP_KEY in the storage volume on first start — no manual configuration required.
- All 3 templates validated end-to-end on DEV: HTTP 200/302 responses, healthy container state, restartCount=0, manual docker run and Panelica API deploy both successful.