App Submission: Heimdall (#390)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
AxelPilop 2023-02-09 08:14:16 -05:00 committed by GitHub
parent c873c99e55
commit 8b2650b90c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 54 additions and 0 deletions

0
heimdall/config/.gitkeep Normal file
View File

View File

@ -0,0 +1,17 @@
version: "3.7"
services:
app_proxy:
environment:
APP_HOST: heimdall_server_1
APP_PORT: 80
PROXY_AUTH_ADD: "false"
server:
image: lscr.io/linuxserver/heimdall:2.5.5@sha256:656efe8ee113ebcf8214d53e69cc25645ec11b020dec63e619bd379361cee58e
volumes:
- ${APP_DATA_DIR}/config:/config
environment:
- PUID=1000
- PGID=1000
restart: on-failure

37
heimdall/umbrel-app.yml Normal file
View File

@ -0,0 +1,37 @@
manifestVersion: 1
id: heimdall
name: Heimdall
tagline: Heimdall organises your most used web sites and web applications in a simple way
category: Productivity
version: "2.5.5"
port: 7392
description: >-
As the name suggests Heimdall Application Dashboard 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 an elegant solution to organise all your web applications. Its dedicated to this purpose so you wont lose your links in a sea of bookmarks.
Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo.
You can use the app to link to any site or application, but Foundation apps will auto fill in the icon for the app and supply a default color for the tile. In addition Enhanced apps allow you provide details to an apps API, allowing you to view live stats directly on the dashboad. For example, the NZBGet and Sabnzbd Enhanced apps will display the queue size and download speed while something is downloading.
Supported applications are recognized by the title of the application as entered in the title field when adding an application. For example, to add a link to pfSense, begin by typing "p" in the title field and then select "pfSense" from the list of supported applications.
developer: LinuxServer.io
website: https://heimdall.site
repo: https://github.com/linuxserver/Heimdall
support: https://github.com/linuxserver/Heimdall/issues
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
releaseNotes: ""
dependencies: []
path: ""
torOnly: false
defaultUsername: ""
defaultPassword: ""
submitter: AxelPilop
submission: https://github.com/getumbrel/umbrel-apps/pull/390