diff --git a/apps/heimdall/config.json b/apps/heimdall/config.json index 8b307163..7d485052 100644 --- a/apps/heimdall/config.json +++ b/apps/heimdall/config.json @@ -1,22 +1,22 @@ { - "name": "Heimdall", - "available": true, - "exposable": true, - "port": 8783, - "id": "heimdall", - "tipi_version": 1, - "version": "2.5.8", - "categories": [ - "utilities" - ], - "description": "Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way", - "short_desc": "Application Dashboard", - "author": "linuxserver", - "source": "https://github.com/linuxserver/Heimdall", - "website": "https://heimdall.site/", - "form_fields": [], - "supported_architectures": [ - "arm64", - "amd64" - ] + "name": "Heimdall", + "available": true, + "exposable": true, + "port": 8783, + "id": "heimdall", + "tipi_version": 2, + "version": "2.6.1", + "categories": [ + "utilities" + ], + "description": "Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way", + "short_desc": "Application Dashboard", + "author": "linuxserver", + "source": "https://github.com/linuxserver/Heimdall", + "website": "https://heimdall.site/", + "form_fields": [], + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/heimdall/docker-compose.yml b/apps/heimdall/docker-compose.yml index 221820c2..3e61d337 100644 --- a/apps/heimdall/docker-compose.yml +++ b/apps/heimdall/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.9' services: heimdall: - image: lscr.io/linuxserver/heimdall:2.5.8 + image: lscr.io/linuxserver/heimdall:2.6.1 container_name: heimdall environment: - PUID=1000