diff --git a/heimdall/config/.gitkeep b/heimdall/config/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/heimdall/docker-compose.yml b/heimdall/docker-compose.yml new file mode 100644 index 0000000..e23f204 --- /dev/null +++ b/heimdall/docker-compose.yml @@ -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 \ No newline at end of file diff --git a/heimdall/umbrel-app.yml b/heimdall/umbrel-app.yml new file mode 100644 index 0000000..fc3cbb9 --- /dev/null +++ b/heimdall/umbrel-app.yml @@ -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. It’s dedicated to this purpose so you won’t 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 \ No newline at end of file