smolgrrr
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
10 additions and
9 deletions
-
heimdall/docker-compose.yml
-
heimdall/umbrel-app.yml
|
@ -8,7 +8,7 @@ services: |
|
|
PROXY_AUTH_ADD: "false" |
|
|
PROXY_AUTH_ADD: "false" |
|
|
|
|
|
|
|
|
server: |
|
|
server: |
|
|
image: linuxserver/heimdall:2.5.8@sha256:462bf7fb9d11bbd8ee90924cac613efae85a6f666c371a9bc345386f83cdf404 |
|
|
image: linuxserver/heimdall:2.6.1@sha256:03117a80287343e245d50f2e85968b6cbed867ddd5e4e273924bbe588a73b958 |
|
|
volumes: |
|
|
volumes: |
|
|
- ${APP_DATA_DIR}/config:/config |
|
|
- ${APP_DATA_DIR}/config:/config |
|
|
environment: |
|
|
environment: |
|
|
|
@ -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.8" |
|
|
version: "2.6.1" |
|
|
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,19 +28,20 @@ gallery: |
|
|
- 2.jpg |
|
|
- 2.jpg |
|
|
- 3.jpg |
|
|
- 3.jpg |
|
|
releaseNotes: > |
|
|
releaseNotes: > |
|
|
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: |
|
|
This release updates Heimdall from v2.5.8 to v2.6.1. It includes many bug fixes and performance improvements, as well as the following new features: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Fix and add SVG support |
|
|
- Add html5 required fields so images don't get broken when title or url are missing |
|
|
|
|
|
|
|
|
- Add issue-pr workflows |
|
|
- Set the pinned attribute to true by default on items and tags |
|
|
|
|
|
|
|
|
- Fix sortable tooltip |
|
|
- Add the list of tags to the application list |
|
|
|
|
|
|
|
|
- Remove register route |
|
|
- Add search via select2 for application dropdown |
|
|
|
|
|
|
|
|
- Add Trianglify background option |
|
|
- Fix languages dropdown |
|
|
|
|
|
|
|
|
- Validate icons to be images |
|
|
- Fix and add SVG support |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|
|