Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homarr/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version: '3.7'

services:
Expand All @@ -7,7 +7,7 @@
APP_PORT: 7575

web:
image: ghcr.io/homarr-labs/homarr:v1.53.2@sha256:6d5c2adc2231afa99bc4fcd62c54f52167fc791551f22a962d3aaca7be8f4d11
image: ghcr.io/homarr-labs/homarr:v1.54.0@sha256:5307258cc39df4a076f15dc7a34f16e78412d6a61a364bd9b8084b94fd43fea5
restart: on-failure
environment:
SECRET_ENCRYPTION_KEY: ${APP_SEED}
Expand Down
7 changes: 4 additions & 3 deletions homarr/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: homarr
name: Homarr
tagline: A customizable browser home page
category: files
version: "1.53.2"
version: "1.54.0"
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.
Expand Down Expand Up @@ -32,8 +32,9 @@ gallery:
- 4.jpg
- 5.jpg
releaseNotes: >-
This update includes bug fixes and improvements:
- Restricted analytics publishing to once per week
This update includes new integrations and bug fixes:
- Added Glances integration for system monitoring
- Added slskd integration for Soulseek downloads
- Various dependency updates for improved stability


Expand Down