Browse Source

Update heimdall to 2.5.8 (#883)

main
smolgrrr 1 year ago
committed by GitHub
parent
commit
5e3d2de70f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      heimdall/docker-compose.yml
  2. 18
      heimdall/umbrel-app.yml

2
heimdall/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false" PROXY_AUTH_ADD: "false"
server: server:
image: lscr.io/linuxserver/heimdall:2.5.6@sha256:dc4f01cd09a9a2f1dbb9c2029d1300070861355754004ac70b33723bd42ff957 image: linuxserver/heimdall:2.5.8@sha256:462bf7fb9d11bbd8ee90924cac613efae85a6f666c371a9bc345386f83cdf404
volumes: volumes:
- ${APP_DATA_DIR}/config:/config - ${APP_DATA_DIR}/config:/config
environment: environment:

18
heimdall/umbrel-app.yml

@ -3,7 +3,7 @@ id: heimdall
name: Heimdall name: Heimdall
tagline: Organize your most used web sites in a simple way tagline: Organize your most used web sites in a simple way
category: files category: files
version: "2.5.6" version: "2.5.8"
port: 7392 port: 7392
description: >- description: >-
Heimdall is a dashboard for all your web applications. It doesn't need to be limited to applications though, you can add links to anything you like. Heimdall is a dashboard for all your web applications. It doesn't need to be limited to applications though, you can add links to anything you like.
@ -28,21 +28,19 @@ gallery:
- 2.jpg - 2.jpg
- 3.jpg - 3.jpg
releaseNotes: > releaseNotes: >
This release updates Heimdall from v2.5.5 to v2.5.6. It includes many bug fixes and performance improvements, as well as the following new features: This release updates Heimdall from v2.5.6 to v2.5.8. It includes many bug fixes and performance improvements, as well as the following new features:
- fix: Add more error handling for app test - Fix and add SVG support
- fix: Update jquery, jquery-ui - Add issue-pr workflows
- use jquery-sortablejs instead of jquery-ui - Fix sortable tooltip
- fix language setting only available in view - Remove register route
- fix: Route titlecolour error - Add Trianglify background option
- Update Korean and Chinese language - Validate icons to be images
- Added Ukrainian translation
The full release notes are available at https://github.com/linuxserver/Heimdall/releases The full release notes are available at https://github.com/linuxserver/Heimdall/releases

Loading…
Cancel
Save