Homepage
A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations
Alternative to: start.me, netvibes, symbaloo
About
Versions (100)
v0.8.0
2023-11-09⚠️ Breaking Changes
- This release changes the
pingfeature to actually perform a system ping which may yield different results than the previous implementation. The oldpinghas been renamedsiteMonitorto more accurately reflect what it does. See the docs. - Homepage is also now more strict about using the correct protocol (e.g. https:// vs http://) for proxied URLs such as widget URLs
What’s Changed
- Fix: Tab spacing on mobile by @shamoon in https://github.com/gethomepage/homepage/pull/2209
- Change: Enable
autoSelectFamilyfor http(s) requests by @shamoon in https://github.com/gethomepage/homepage/pull/2214 - Feature: true ping, rename old ping to siteMonitor by @shamoon in https://github.com/gethomepage/homepage/pull/2215
- Feature: Added agenda view for calendar, calendar improvements by @denispapec in https://github.com/gethomepage/homepage/pull/2216
- Feature: add date formatting option in custom api by @equuskk in https://github.com/gethomepage/homepage/pull/2228
- Fix: override some colors for white theme by @shamoon in https://github.com/gethomepage/homepage/pull/2242
- Fix authentik users endpoint URL by @shamoon in https://github.com/gethomepage/homepage/pull/2244
- Fix: octoprint error when progress empty by @shamoon in https://github.com/gethomepage/homepage/pull/2247
- Fix: Synology DownloadStation units by @shamoon in https://github.com/gethomepage/homepage/pull/2249
- Fix: Respect hideErrors for Calendar widget by @shamoon in https://github.com/gethomepage/homepage/pull/2259
- Feature: iFrame widget by @Reiss-Cashmore in https://github.com/gethomepage/homepage/pull/2261
- Fix: container memory_stats in podman by @idelsink in https://github.com/gethomepage/homepage/pull/2272
- Fix: support Unifi widget with Unifi OS v3.2.5+ by @shamoon in https://github.com/gethomepage/homepage/pull/2281
- Fix: handle immich v1.85.0 breaking change by @shamoon in https://github.com/gethomepage/homepage/pull/2284
New Contributors
- @equuskk made their first contribution in https://github.com/gethomepage/homepage/pull/2228
- @Reiss-Cashmore made their first contribution in https://github.com/gethomepage/homepage/pull/2261
- @idelsink made their first contribution in https://github.com/gethomepage/homepage/pull/2272
Full Changelog: https://github.com/gethomepage/homepage/compare/v0.7.4…v0.8.0