Bilal Yassine

Members
  • Posts

    32
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Location
    UK, London

Recent Profile Visitors

1061 profile views

Bilal Yassine's Achievements

Noob

Noob (1/14)

0

Reputation

  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
  11. ok, great thanks. I gave it a shot and will update if I continue to have problems. I tried replacing the cable. thanks for the help.
  12. Hi, I didn't think I should open another thread so I am continuing on this one that I made a few days ago. The same disk as before now shows 2560 errors only a few days later. I am attaching the diagnostics to this message (this time i didn't restart the server) Regards, Bilal unapollo-diagnostics-20180929-0159.zip
  13. thanks for the quick reply. I forgot about the diagnostic reports. I added to the main post.
  14. Hi, I occasionally get 32 read errors on one of my drives. I've asked before about it but the smart reports seemed fine. last night I got over 2000 read errors on a different drive and UNRAID automatically disabled the drive. I restarted the system and ran both an extended smart test (report attached) and a read-check (still running)... please could someone let me know their opinion on this issue. Kind Regards, Bilal ST4000VN000-1H4168_Z30682YK-20180924-1200.txt unapollo-diagnostics-20180924-1222.zip