Skip to content

Commit

Permalink
add heimdall
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Feb 4, 2025
1 parent 523c85c commit 1aa400b
Show file tree
Hide file tree
Showing 70 changed files with 7,782 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/renovate-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ module.exports = {
"linuxserver/diskover",
"linuxserver/transmission",
"linuxserver/calibre-web",
"linuxserver/heimdall",
]
),
customVersioning(
Expand Down
3 changes: 3 additions & 0 deletions ix-dev/community/heimdall/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Heimdall

[Heimdall](https://heimdall.site) is an Application dashboard and launcher.
38 changes: 38 additions & 0 deletions ix-dev/community/heimdall/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
app_version: 2.6.3
capabilities:
- description: Heimdall is able to chown files.
name: CHOWN
- description: Heimdall is able to bypass permission checks.
name: DAC_OVERRIDE
- description: Heimdall is able bypass permission checks for it's sub-processes.
name: FOWNER
- description: Heimdall is able to set group ID for it's sub-processes.
name: SETGID
- description: Heimdall is able to set user ID for it's sub-processes.
name: SETUID
categories:
- productivity
description: An Application dashboard and launcher
home: https://heimdall.site/
host_mounts: []
icon: https://media.sys.truenas.net/apps/heimdall/icons/icon.png
keywords:
- dashboard
lib_version: 2.1.14
lib_version_hash: 982057eeec3024ccecbeaa70e9ee59d948523a3b29d9fca6b39f127a42caa1cc
maintainers:
- email: dev@ixsystems.com
name: truenas
url: https://www.truenas.com/
name: heimdall
run_as_context:
- description: Heimdall runs as root user.
gid: 0
group_name: root
uid: 0
user_name: root
screenshots: []
sources: null
title: Heimdall
train: community
version: 1.0.0
6 changes: 6 additions & 0 deletions ix-dev/community/heimdall/item.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
categories:
- productivity
icon_url: https://media.sys.truenas.net/apps/heimdall/icons/icon.png
screenshots: []
tags:
- dashboard
9 changes: 9 additions & 0 deletions ix-dev/community/heimdall/ix_values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
images:
image:
repository: linuxserver/heimdall
tag: 2.6.3

consts:
heimdall_container_name: heimdall
internal_http_port: 80
internal_https_port: 443
Loading

0 comments on commit 1aa400b

Please sign in to comment.