| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-20 | 448 Bytes | |
| Release v0.28.1 source code.tar.gz | 2026-07-20 | 3.9 MB | |
| Release v0.28.1 source code.zip | 2026-07-20 | 4.5 MB | |
| Totals: 3 Items | 8.4 MB | 11 | |
🐛 Bug Fixes
Docker & First Boot
- Fixed fresh all-in-one (AIO) installs crashing during first-boot database setup when Redis was not ready yet. After the settings cache introduced in v0.28.0, startup migrations could fail with a connection error, leave the database only partly migrated, and loop on restart. Settings reads now fall back to the database when Redis is unreachable so first boot can complete normally. (Fixes [#1459])