mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update Heimdall to v2.5.6 (#743)
This commit is contained in:
parent
221a558458
commit
3cbfe65afc
@ -8,10 +8,10 @@ services:
|
|||||||
PROXY_AUTH_ADD: "false"
|
PROXY_AUTH_ADD: "false"
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: lscr.io/linuxserver/heimdall:2.5.5@sha256:656efe8ee113ebcf8214d53e69cc25645ec11b020dec63e619bd379361cee58e
|
image: lscr.io/linuxserver/heimdall:2.5.6@sha256:dc4f01cd09a9a2f1dbb9c2029d1300070861355754004ac70b33723bd42ff957
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/config:/config
|
- ${APP_DATA_DIR}/config:/config
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
@ -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.5"
|
version: "2.5.6"
|
||||||
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.
|
||||||
@ -27,11 +27,29 @@ gallery:
|
|||||||
- 1.jpg
|
- 1.jpg
|
||||||
- 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:
|
||||||
|
|
||||||
|
- fix: Add more error handling for app test
|
||||||
|
|
||||||
|
- fix: Update jquery, jquery-ui
|
||||||
|
|
||||||
|
- use jquery-sortablejs instead of jquery-ui
|
||||||
|
|
||||||
|
- fix language setting only available in view
|
||||||
|
|
||||||
|
- fix: Route titlecolour error
|
||||||
|
|
||||||
|
- Update Korean and Chinese language
|
||||||
|
|
||||||
|
- Added Ukrainian translation
|
||||||
|
|
||||||
|
|
||||||
|
The full release notes are available at https://github.com/linuxserver/Heimdall/releases
|
||||||
dependencies: []
|
dependencies: []
|
||||||
path: ""
|
path: ""
|
||||||
torOnly: false
|
torOnly: false
|
||||||
defaultUsername: ""
|
defaultUsername: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
submitter: AxelPilop
|
submitter: AxelPilop
|
||||||
submission: https://github.com/getumbrel/umbrel-apps/pull/390
|
submission: https://github.com/getumbrel/umbrel-apps/pull/390
|
||||||
|
Loading…
Reference in New Issue
Block a user