Update homarr to v1.59.1 (#5328)

This commit is contained in:
Alexander L. 2026-04-14 15:44:32 +02:00 committed by GitHub
parent b507a36e24
commit 1cd87dacc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 8 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 7575
web:
image: ghcr.io/homarr-labs/homarr:v1.57.1@sha256:dc1573b84221d5678ff731848978c1ce3548d1cce3146156bc7421e3f302896a
image: ghcr.io/homarr-labs/homarr:v1.59.1@sha256:7e6ea6949a6efd9207ddcbcf1208f40adfc98eabe7afbc6f7a3dc77426ac01bd
restart: on-failure
environment:
SECRET_ENCRYPTION_KEY: ${APP_SEED}

View File

@ -3,7 +3,7 @@ id: homarr
name: Homarr
tagline: A customizable browser home page
category: files
version: "1.57.1"
version: "1.59.1"
port: 7575
description: >-
🦞 Homarr is a modern self-hosted dashboard designed to help users manage and organize their web applications and services in one central place. It acts as a personalized homepage accessible through a web browser, allowing individuals to have quick and easy access to all their important links, servers, containers, and APIs. This makes it especially useful for people who run multiple services on their own servers or devices and want a clean, unified interface to interact with them.
@ -33,12 +33,15 @@ gallery:
- 5.jpg
releaseNotes: >-
This update includes new features and bug fixes:
- Added GPU monitoring support via Glances integration
- Added an "allowModals" option for the iframe widget
- Added Nextcloud notification provider
- Fixed null ports causing errors in the Docker container table
- Fixed dashdot GPU display issue
- Various dependency updates for improved stability
- Added Anchor integration and Anchor Note widget
- Added Speedtest Tracker integration
- Added search.ch integration with timetable widget
- Added optional poster support for the RSS feed widget
- Added periodic live updates for the RSS feed widget
- Fixed qBittorrent requests failing
- Fixed missing fields from top-level errors in log output
- Fixed Arabic text appearing in English translations
- Security improvement: removed salt from database storage
Full release notes are found at https://github.com/homarr-labs/homarr/releases