January 21, 20188 yr Application Name: Heimdall Application Site: https://heimdall.site or https://github.com/linuxserver/Heimdall Docker Hub: https://hub.docker.com/r/linuxserver/heimdall/ Github: https://github.com/linuxserver/docker-heimdall Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support. Edited September 14, 20187 yr by linuxserver.io
February 14, 20188 yr Just saw the info for this docker via Twitter... very cool and simple. Can you pass multiple webapp URLs in a txt file to import? Made it my browser's homepage.
February 14, 20188 yr WOHGAAAAAA, exatly what i was looking for! Will try it asap. Finally a new startpage. edit3: Okay, in the video you see they enter user and pw to nzbget, i dont have that option, i just can enter the url? How to access the options for user and pw? Also, could you make it so if i leave ssl blank, it wont use ssl? Bc now, if u let it empty, its just using 443... edit2: Okay, seems like modern webbrowsers block some ports... like wtf. 82 seems to work just perfect. edit: Doesnt seem to work without HTTPS Diese Website ist nicht erreichbar Die Webseite unter http://192.168.0.2:123/ ist möglicherweise vorübergehend nicht verfügbar oder wurde dauerhaft an eine neue Webadresse verschoben. ERR_UNSAFE_PORT Edited February 15, 20188 yr by nuhll
February 15, 20188 yr WOHGAAAAAA, exatly what i was looking for! Will try it asap. Finally a new startpage. edit3: Okay, in the video you see they enter user and pw to nzbget, i dont have that option, i just can enter the url? How to access the options for user and pw? Also, could you make it so if i leave ssl blank, it wont use ssl? Bc now, if u let it empty, its just using 443... edit2: Okay, seems like modern webbrowsers block some ports... like wtf. 82 seems to work just perfect. edit: [emoji20] Doesnt seem to work without HTTPS Diese Website ist nicht erreichbar Die Webseite unter http://192.168.0.2:123/ ist möglicherweise vorübergehend nicht verfügbar oder wurde dauerhaft an eine neue Webadresse verschoben. ERR_UNSAFE_PORTPost your docker run command.Sent from my LG-H815 using Tapatalk
February 15, 20188 yr Is there a way to open the apps in new tabs instead of the current one or maybe a future idea for it? I don't see the username and password boxes either that are in the video. So Far loving it. Edited February 15, 20188 yr by mgworek
February 15, 20188 yr 1 hour ago, mgworek said: Is there a way to open the apps in new tabs instead of the current one or maybe a future idea for it? I don't see the username and password boxes either that are in the video. So Far loving it. +1 on a separate tab.
February 15, 20188 yr 17 hours ago, nuhll said: Okay, in the video you see they enter user and pw to nzbget, i dont have that option, i just can enter the url? How to access the options for user and pw? When you enter in the name for the tab, there's a drop down. If you start entering in NZBGet for instance, NZBGet will appear below. If you select it, then you're given those extra options
February 15, 20188 yr 2 minutes ago, Squid said: When you enter in the name for the tab, there's a drop down. If you start entering in NZBGet for instance, NZBGet will appear below. If you select it, then you're given those extra options Tried in both chrome and safari. I start typing and selecting it. It auto populates the color and the icon but thats it.
February 15, 20188 yr 2 hours ago, Squid said: When you enter in the name for the tab, there's a drop down. If you start entering in NZBGet for instance, NZBGet will appear below. If you select it, then you're given those extra options Yes, tahts what i was doin. I try again.
February 15, 20188 yr 46 minutes ago, mgworek said: weird, Sabnzbd work fine when adding it. The config box appears for the API. I can confirm. For Sabnzb the option appears, for nzbget not. Is this the newest version?
February 15, 20188 yr Latest version should fix the nzbget bug. Also master version now opens in a new tab, so it will be in the next version Edited February 15, 20188 yr by Kode
March 8, 20188 yr Awesome updates to the app. Love the folders, takes care of the tabs I asked for. You should have links to the web, support, and issues pages in the settings section of the app to make it easier to find info. Any maybe a link to release notes. I didn't even know about the folders feature till yesterday.
March 8, 20188 yr 1 hour ago, mgworek said: Awesome updates to the app. Love the folders, takes care of the tabs I asked for. You should have links to the web, support, and issues pages in the settings section of the app to make it easier to find info. Any maybe a link to release notes. I didn't even know about the folders feature till yesterday. Folders? Where do you set that?
March 8, 20188 yr Guess I maybe should of said Tags, not folders. I didn't have my coffee yet. In case you still need to know, on the right side there is now a tag icon. You can assign tags to apps now and on the home page, the tags will be listed which will refresh the page with those tagged apps.
March 10, 20188 yr This is exactly what I've been looking for as well. I can't seem to assign a link to two tags. Also, a bit confused about the significance of pinning in combination with tagging. If I want to create a link to the home page and include that as the first link in each of the Tag pages, is that possible? Thanks, Richard Edited March 10, 20188 yr by RichardU
April 8, 20188 yr I want make a reverse proxy I edit the file "default" under /appdata/letsencrypt/nginx/site-conf location /webfonts { try_files $uri $uri/; } location / { # try_files $uri $uri/ /index.php?$query_string; # auth_basic "Restricted"; # auth_basic_user_file /config/nginx/.htpasswd; include /config/nginx/proxy.conf; proxy_pass http://192.168.178.21:7777; } but it don't work. I can't see the fonts.The font for arrow don't work. The arrow works only on the localsite, but not in the https (duckdns-site), but the font for arrow dont work. Can someone help me please? Error on Chrome Console: [Error] Failed to load http://xxx.duckdns.org/webfonts/fa-solid-900.woff2resource: the server responded with a status of 500 (Internal Server Error) (fa-solid-900.woff2, line 0) [Error] Failed to load http://xxx.duckdns.org/webfonts/fa-solid-900.woff2resource: the server responded with a status of 500 (Internal Server Error) (fa-solid-900.woff, line 0) [Error] Failed to load http://xxx.duckdns.org/webfonts/fa-solid-900.woff2resource: the server responded with a status of 500 (Internal Server Error) (fa-solid-900.ttf, line 0) [Error] Failed to load http://xxx.duckdns.org/webfonts/fa-solid-900.svg#fontawesomeresource: the server responded with a status of 500 (Internal Server Error) (fa-solid-900.svg, line 0) Edited April 8, 20188 yr by suender Update
May 22, 20188 yr Does someone know how to require a username and password prompt before the Heimdall portal page loads? eg. The same kind of security prompt for the Unraid web ui? Preferably something that integrates with perhaps fail2ban or something, for extra security. Heimdall seems to use Apache, so would a simple .htaccess setup with a username and password be okay to avoid getting serious trouble when exposing the web server to the internet? I have a very obscure domain and yes I would actually like to use this.
May 30, 20188 yr On 5/22/2018 at 1:14 AM, NewKrewLinux said: Does someone know how to require a username and password prompt before the Heimdall portal page loads? eg. The same kind of security prompt for the Unraid web ui? Preferably something that integrates with perhaps fail2ban or something, for extra security. Heimdall seems to use Apache, so would a simple .htaccess setup with a username and password be okay to avoid getting serious trouble when exposing the web server to the internet? I have a very obscure domain and yes I would actually like to use this. I use Nginx as the frontend reverse proxy and Heimdall container is behind, use a .htpasswd file to restrict access from WAN
May 31, 20188 yr On 5/21/2018 at 8:14 PM, NewKrewLinux said: Does someone know how to require a username and password prompt before the Heimdall portal page loads? eg. The same kind of security prompt for the Unraid web ui? Preferably something that integrates with perhaps fail2ban or something, for extra security. Heimdall seems to use Apache, so would a simple .htaccess setup with a username and password be okay to avoid getting serious trouble when exposing the web server to the internet? I have a very obscure domain and yes I would actually like to use this. https://github.com/linuxserver/docker-heimdall/blob/master/README.md#adding-password-protection
June 2, 20188 yr On 5/31/2018 at 4:27 PM, aptalca said: https://github.com/linuxserver/docker-heimdall/blob/master/README.md#adding-password-protection Thank you so much. I checked the github page but stupidly missed that.
June 19, 20188 yr I'm struggling to reverse proxy this. Can someone share their config please. Thanks
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.