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.

Bilal Yassine

Members
  • Joined

  • Last visited

Everything posted by Bilal Yassine

  1. thank you for the advice. i will replace the cable and rebuild. thanks again.
  2. hi thanks for the reply. I had done a reboot a little earlier but i haven't since i saw the drive became disabled. so i'm not sure if it happened before or after reboot. attached is anonymised diagnostics. unapollo-diagnostics-20210910-1308.zip
  3. Hi i woke yesterday to find one of my drives (disk 2) disabled by the OS. I have 2 parity drives so i'm not too concerned about losing everything right now. I disabled docker and VMs and have disabled network access to the server except from my PC (just to be safe and not aggravate the problem) I ran extended SMART on the drive which took more than 12 hours. the report shows 0 reallocated sectors but i don't know what else to look for to try and understand why this happened. report attached. Thanks in advance for the help and assistance. WDC_WD60EFRX-68MYMN1_WD-WX21D25HEUJN-20210910-1158.txt
  4. cool thanks I will give it a shot. as a side question. if I had something running on a raspberry pi so obviously not on my unraid box could I do the same thing to have reverse proxy working for it or is this docker just for things running on unraid?
  5. Hi, I was wondering if anyone knows if it's possible to use the reverse proxy aspect of this docker to open a webpage hosted on a VM in unraid. so, for example, say I hosted a website or installed GitLab in a VM would I be able to reverse proxy to it with a subdomain. (not sure if i'm explaining this correctly. this field is really not my element of study) Regards, Bilal Yassine
  6. Hi, I'm trying to set up this docker with a subdomain is it possible? I looked in the docs for BookStack and they only described it with subfolder using apache I copied the conf files in Letsencrypt I pasted the code below. if it's possible could you please let me know what I'm doing wrong? in the docker config i used the correct reverseproxy address. # make sure that your dns has a cname set for radarr and that your radarr container is not using a base url server { listen 443 ssl; server_name bookstack.*; 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_bookstack bookstack; proxy_pass http://$upstream_bookstack:6875; } location ~ (/radarr)?/api { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_bookstack bookstack; proxy_pass http://$upstream_bookstack:6875; } } Regards, Bilal Yassine
  7. wow, thanks so much... it's starting to make sense and seems like such a trivial error. it works now, I decided to change the location from /calibre-web to / just so it stays the same as all my other subdomains.
  8. Hi, I'm trying to to get calibre-web to reverse proxy. since there is no sample conf file for it in the proxy-confs folder I tried to copy one using the location block I found on the docker page. I really have no experience in this kind of thing. server { listen 443 ssl; server_name books.*; 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 /calibre-web { proxy_pass http://192.168.0.9:8083; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Scheme $scheme; proxy_set_header X-Script-Name /calibre-web; } } i only ever get the attached nginx page. Any help would be greatly appreciated. Regards, Bilal
  9. Hi, When I try to use advanced search I get the following error. I'm trying to utilise the custom columns I have in calibre and saw that you need advanced search to use them. Regards, Bilal Yassine
  10. Hi, thanks for the tutorial. I had a question about the shutdown and restart features in pulseway... are these performed in a safe way like in the unraid UI? or are should we not use them. Regards, Bilal Yassine

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.