Everything posted by Bilal Yassine
-
[6.9.2] Help understanding SMART report
thank you for the advice. i will replace the cable and rebuild. thanks again.
-
[6.9.2] Help understanding SMART report
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
-
[6.9.2] Help understanding SMART report
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
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
fantastic thanks for the help.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
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?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
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
-
[Support] Linuxserver.io - Bookstack
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
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
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.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
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
-
[Support] Linuxserver.io - Calibre-Web
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
-
Tutorial: Installing Pulseway for remote monitoring
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