-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
70 changed files
with
7,784 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
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: | ||
- https://github.com/linuxserver/Heimdall | ||
- https://github.com/linuxserver/docker-heimdall | ||
title: Heimdall | ||
train: community | ||
version: 1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.