Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

jlficken

Members
  • Joined

  • Last visited

Everything posted by jlficken

  1. Brave mobile is fine with 6.8 running dark mode for me on Android 10. I have UnRAID in a dark theme as well.
  2. Same here except for that icon issue mentioned earlier which isn't a big deal. ETA: I LOVE the login screen as it makes using mobile much easier.
  3. Cool, thanks!
  4. How did you find those? I spent way too much time looking for previous plg files yesterday but I'm not much of a Github user.
  5. I'm 10hrs into the Pre-Read with the Docker version on my drive so in about 18 hours I'll let you know 🙂
  6. Same here on a new WD Ultrastar 10TB drive. I've tried it twice with the same error. First time I did the Pre-Read/Post-Read while the second time I just did the Zeroing. ############################################################################################################################ # # # unRAID Server Preclear of disk JEXXXX3N # # Cycle 1 of 1, partition start on sector 64. # # # # # # Step 1 of 3 - Verifying unRAID's Preclear signature: FAIL # # Step 2 of 3 - Writing unRAID's Preclear signature: SUCCESS # # Step 3 of 3 - Zeroing the disk: [14:00:50 @ 198 MB/s] SUCCESS # # # # # # # # # # # # # # # # # # # ############################################################################################################################ # Cycle elapsed time: 14:00:55 | Total elapsed time: 14:00:55 # ############################################################################################################################ ############################################################################################################################ # # # S.M.A.R.T. Status (device type: default) # # # # # # ATTRIBUTE INITIAL STATUS # # 5-Reallocated_Sector_Ct 0 - # # 9-Power_On_Hours 28 - # # 194-Temperature_Celsius 33 - # # 196-Reallocated_Event_Count 0 - # # 197-Current_Pending_Sector 0 - # # 198-Offline_Uncorrectable 0 - # # 199-UDMA_CRC_Error_Count 0 - # # # # # # # # # # # ############################################################################################################################ # SMART overall-health self-assessment test result: PASSED # ############################################################################################################################ --> FAIL: unRAID's Preclear signature not valid.
  7. Is there anyway to download version 2.1.13 as the latest version just doesn't seem to work right for me? Figured it out.... 1) Go to https://hub.docker.com/r/linuxserver/heimdall/tags 2) Find the version that you want 3) Find the Pull Command on the right side of the screen...it will look like - docker pull linuxserver/heimdall:2.1.13-ls45 4) Copy out the "linuxserver/heimdall:2.1.13-ls45" 5) Replace the "Repository" field in the Docker config 6) Click Apply It's not too back so now I get to see if 2.1.13 works as that was the version I was told to use on Github.
  8. Doh, I get it now. I'm a dumba$$ 🙁 I was looking under SMB settings on the shares. Sorry @dlandon for my stupidity. I changed it to what you suggested and it's working great now. Now the only thing left for me to get figured out is why Heimdall errors out after awhile when behind the LetsEncrypt reverse proxy.
  9. That works with the user shares under the SHARES tab, however, I'm trying to disable browsing on the SMB Shares | NFS Shares | ISO File Shares under the MAIN tab. These shares are defined in the /boot/config/plugins/unassigned.devices/samba_mount.cfg file. In the /etc/samba/unassigned-shares/<ShareName> file you can add: browseable = No to hide them, however, those settings don't persist between reboots.
  10. I haven't messed with that yet as I don't see anything specific to my shares in there. I was wondering if I need to put something into the samba config inside of the UD config directory where I actually see the SMB share config?
  11. Can anyone explain to me how to make SMB shares thru UD not show up in Windows? I have set browseable in the config file in memory, however, a reboot makes it go away (obviously) so how to I make it permanent?
  12. It is behind the Nginx reverse proxy as well. Here is my conf file contents (bolded lines were adding while trying to troubleshoot): # make sure that your dns has a cname set for heimdall server { listen 443 ssl; listen [::]:443 ssl; server_name heimdall.*; include /config/nginx/ssl.conf; client_max_body_size 0; # enable for ldap auth, fill in ldap details in ldap.conf #include /config/nginx/ldap.conf; location / { # enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; # enable the next two lines for ldap auth #auth_request /auth; #error_page 401 =200 /login; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_heimdall heimdall; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass_header Set-Cookie; proxy_pass https://192.168.5.40:2443; }
  13. It's a great plugin that I'm using as a landing page for my website, however, I keep getting this error after a few refreshes. Any thoughts? ETA: I have found that if I go delete cookies/history/etc from the browser then it works again for awhile. var/www/localhost/heimdall/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php * * @return bool */ public function shouldAddXsrfTokenCookie() { return $this->addHttpCookie; } /** * Add the CSRF token to the response cookies. * * @param \Illuminate\Http\Request $request * @param \Symfony\Component\HttpFoundation\Response $response * @return \Symfony\Component\HttpFoundation\Response */ protected function addCookieToResponse($request, $response) { $config = config('session'); $response->headers->setCookie( new Cookie( 'XSRF-TOKEN', $request->session()->token(), $this->availableAt(60 * $config['lifetime']), $config['path'], $config['domain'], $config['secure'], false, false, $config['same_site'] ?? null ) ); return $response; } /** * Determine if the cookie contents should be serialized. * * @return bool */ public static function serialized() { return EncryptCookies::serialized('XSRF-TOKEN'); } } Arguments "Call to a member function setCookie() on null" One thing that I see is that it is referring to user "abc" which isn't a user of mine. Server/Request Data USER "abc" HOME "/config" HTTP_COOKIE "remember_web_59ba36addc2b2f9401580f014c7f58ea4e30989d=eyJpdiI6IkVLQXc3VFo3T1lGWWtkR0lPcHk2U3c9PSIsInZhbHVlIjoiYWdvMDE2Qmc1NzU2UEZXZGcydkJldk91VUFiZGJxUExxWndScV ▶" HTTP_ACCEPT_LANGUAGE "en-US,en;q=0.9" HTTP_ACCEPT_ENCODING "gzip, deflate, br" HTTP_SEC_FETCH_MODE "navigate" HTTP_SEC_FETCH_SITE "none" HTTP_ACCEPT "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3" HTTP_SEC_FETCH_USER "?1" HTTP_USER_AGENT "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.87 Safari/537.36" HTTP_UPGRADE_INSECURE_REQUESTS "1" HTTP_DNT "1" HTTP_X_FORWARDED_SSL "on" HTTP_X_FORWARDED_HOST "home.mydomain.info" HTTP_X_FORWARDED_PROTO "https" HTTP_X_FORWARDED_FOR "192.168.5.1" HTTP_X_REAL_IP "192.168.5.1" HTTP_HOST "home.mydomain.info" PHP_AUTH_PW "" PHP_AUTH_USER "" SCRIPT_FILENAME "/var/www/localhost/heimdall/public/index.php" REDIRECT_STATUS "200" SERVER_NAME "_" SERVER_PORT "443" SERVER_ADDR "172.17.0.4" REMOTE_PORT "33070" REMOTE_ADDR "172.17.0.1" SERVER_SOFTWARE "nginx/1.16.1" GATEWAY_INTERFACE "CGI/1.1" HTTPS "on" REQUEST_SCHEME "https" SERVER_PROTOCOL "HTTP/1.1" DOCUMENT_ROOT "/var/www/localhost/heimdall/public" DOCUMENT_URI "/index.php" REQUEST_URI "/" SCRIPT_NAME "/index.php" CONTENT_LENGTH "" CONTENT_TYPE "" REQUEST_METHOD "GET" QUERY_STRING "" FCGI_ROLE "RESPONDER" PHP_SELF "/index.php" REQUEST_TIME_FLOAT 1573516169.3208 REQUEST_TIME 1573516169 APP_NAME "Heimdall" APP_ENV "local" APP_KEY "base64:TaZDqEor6EbObZWuK1w0P4wcG1bW/2fwbZIvkgGuFjY=" APP_DEBUG "true" APP_LOG_LEVEL "debug" APP_URL "http://localhost" DB_CONNECTION "sqlite" DB_DATABASE "app.sqlite" BROADCAST_DRIVER "log" CACHE_DRIVER "file" SESSION_DRIVER "file" SESSION_LIFETIME "120" QUEUE_DRIVER "database" REDIS_HOST "127.0.0.1" REDIS_PASSWORD "null" REDIS_PORT "6379" MAIL_DRIVER "smtp" MAIL_HOST "smtp.mailtrap.io" MAIL_PORT "2525" MAIL_USERNAME "null" MAIL_PASSWORD "null" MAIL_ENCRYPTION "null" PUSHER_APP_ID "" PUSHER_APP_KEY "" PUSHER_APP_SECRET "" PUSHER_APP_CLUSTER "mt1" SHELL_VERBOSITY 0 Environment Variables APP_NAME "Heimdall" APP_ENV "local" APP_KEY "base64:TaZDqEor6EbObZWuK1w0P4wcG1bW/2fwbZIvkgGuFjY=" APP_DEBUG "true" APP_LOG_LEVEL "debug" APP_URL "http://localhost" DB_CONNECTION "sqlite" DB_DATABASE "app.sqlite" BROADCAST_DRIVER "log" CACHE_DRIVER "file" SESSION_DRIVER "file" SESSION_LIFETIME "120" QUEUE_DRIVER "database" REDIS_HOST "127.0.0.1" REDIS_PASSWORD "null" REDIS_PORT "6379" MAIL_DRIVER "smtp" MAIL_HOST "smtp.mailtrap.io" MAIL_PORT "2525" MAIL_USERNAME "null" MAIL_PASSWORD "null" MAIL_ENCRYPTION "null" PUSHER_APP_ID "" PUSHER_APP_KEY "" PUSHER_APP_SECRET "" PUSHER_APP_CLUSTER "mt1" SHELL_VERBOSITY 0 Registered Handlers 0. Whoops\Handler\PrettyPageHandler
  14. 64GB of DDR3 ECC as I want to run some VM's and I have Emby transcoding to RAM currently.
  15. @unevent @Zangief Thank you soooo much for this topic!! Mine is now working with a SMT1500RM2U as well.
  16. This thread just sold me on unRAID as backups were my only hangup. Thank you very much for the thread and the help!
  17. Thanks!!! If you can't tell I'm new to UnRAID. I'm just trying to figure out if it's a good fit for replacing my ReadyNAS.
  18. I'm sorry if this is a stupid question but how did you actually mount the NFS share from your Synology to UnRAID? It looks like that is on the MAIN tab but I don't see anything like that on my new install of 6.7.2 to reference.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.