mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-09-01 17:53:32 +02:00
1.5 KiB
1.5 KiB
1.26.3 (2026-08-13)
- Update to latest version from gotson/komga (changelog : https://github.com/gotson/komga/releases)
1.26.1.4 (12-08-2026)
- Minor bugs fixed
1.26.1.3 (2026-08-12)
- Fix : 401 errors after a successful login through ingress. Komga scopes its session cookies to its servlet context path (
Path=/komga), which the browser never sends back from the ingress url, so every request after the login was anonymous. Nginx now rewrites the cookie path onto the ingress entry
1.26.1.2 (2026-08-12)
- Fix : local disks (
localdisks) and SMB shares failed to mount withcannot mount /dev/sdX read-only. Without anapparmor.txtthe add-on ran under Docker's default AppArmor profile, which deniesmountand raw block device access. Ships the same profile as the other add-ons that mount disks
1.26.1.1 (2026-08-11)
- Bound the nginx readiness probes (
--connect-timeout/--max-time) so a stalled connection cannot hang the wait, and log a warning when Komga has not answered within 15 minutes
1.26.1 (2026-08-11)
- Initial release, based on gotson/komga (changelog)
- Ingress support : Komga is served on the
/komgaservlet context path, nginx prefixes it back with the ingress entry - Supports local disks and SMB network shares for libraries (
localdisks/networkdisksoptions) - Supports extra environment variables via the
env_varsoption, see the documentation