casperse

Members
  • Posts

    810
  • Joined

  • Last visited

Everything posted by casperse

  1. Ok I just need to know how to add the /youtube-dl into the proxy-confs for this to work If I write the https://sub1.domain.com/youtube-dl it works but I get a cert. error Tried adding ~ /youtube-dl/ but that didn't work either
  2. Ok so I found the example for a subfolder and normally I would use the template for "adguard.subdomain.conf.sample" to create the subdomain for this? But I just cant get it working? The subfolder template: # Works with this youtube-dl Fork: https://github.com/nbr23/youtube-dl-server location /youtube-dl { return 301 $scheme://$host/youtube-dl/; } location ^~ /youtube-dl/ { # 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, also customize and enable ldap.conf in the default conf #auth_request /auth; #error_page 401 =200 /login; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app youtube-dl-server; set $upstream_port 8080; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; proxy_redirect off; rewrite /youtube-dl(.*) $1 break; proxy_set_header Referer ''; proxy_set_header Host $upstream_app:8080; } and my efforts: # make sure that your dns has a cname set for adguard and that your adguard container is named adguard server { listen 443 ssl; listen [::]:443 ssl; server_name youtube.*; 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; # enable for Authelia #include /config/nginx/authelia-server.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 /ldaplogin; # enable for Authelia #include /config/nginx/authelia-location.conf; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app youtube-dl-server; set $upstream_port 8080; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } location /control { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app youtube-dl-server; set $upstream_port 8080; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } } I know I am missing some small thing? (Log shows that cert. and all domains are okay and they work for my other dockers?) I can see that the default path is: "/youtube-dl" and that the subfolder take that into account
  3. Hi All I have letsencrypt working with different domains and subdomains and it works great. Problem is that I set this up some time ago and forgot some things... So I just wanted to add the youtube-dl-server to a subdomain and I found the template: # Works with this youtube-dl Fork: https://github.com/nbr23/youtube-dl-server location /youtube-dl { return 301 $scheme://$host/youtube-dl/; } location ^~ /youtube-dl/ { # 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, also customize and enable ldap.conf in the default conf #auth_request /auth; #error_page 401 =200 /login; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app youtube-dl-server; set $upstream_port 8080; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; proxy_redirect off; rewrite /youtube-dl(.*) $1 break; proxy_set_header Referer ''; proxy_set_header Host $upstream_app:8080; } But in the other templates I could define the server name "path" and in this I cant specify the "sub.domain.com" If I use the above and the ports are correct (Defaults) mapped 8080 - 8080 then I get the OMBI app that I have on another main domain? I also looked at the Ombi conf. and that works but doesn't have any server name defined either? # In order to use this location block you need to edit the default file one folder up and comment out the / location 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, also customize and enable ldap.conf in the default conf #auth_request /auth; #error_page 401 =200 /login; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app ombi; set $upstream_port 3579; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; And I just found that my old setup might have some "errors" Domain_1.com and sub.domain_2.com both point to the Ombi webpage? Br Casperse
  4. Ok so I had it running for: And then I got the (freeze): And I cant reboot it just freezes and i cannot access the VM tab either Logging in is very slow but doable... Any fix on this, I really hate to "CUT POWER" every 49 days....
  5. Isn't this a little high in temperature (My former samsung 1TB NVME was lower) Event: Unraid Cache disk temperature Subject: Alert [PLEXZONE] - Cache disk overheated (78 C) Description: Samsung_SSD_970_EVO_Plus_2TB_S4J4NG0M919326F (nvme0n1) Importance: alert
  6. Main page right in front off me the whole time - Thanks!
  7. Hi All I keep getting a drive fail and my disk 20 is showing read errors (I have run extended SMART disk check) Attached smart report & Diag below BTW it looks like the Parity check is started again now at 21% (the error notification E-mail said it was: Parity check in progress. Total size: 12 TB Elapsed time: 21 hours, 20 minutes Current position: 8.95 TB (74.6 %) Estimated speed: 139.1 MB/sec Estimated finish: 6 hours, 5 minutes Sync errors corrected: 0 And yes the cache drive is often high temperature but according to others that's normal for a NVMe drive? I am considering adding this NVME heatsink I know it should be high but I think its to high (I have 3 industri fans full speed in the case + 2 on the back) Looking forward to hearing from you - should the disk be replaced? Best regards Casperse Update it looks like the error i a week old: can I acknowledge the error somewhere to stop getting it in the notification e-mail? (id the drive is ok now?)
  8. Hi All I have started to see some weird things after some weeks the server "slows" down and on my main page the cpu monitoring is blank (In any browser) The system runs with all the dockers and VM's but I cant get a diagnostic before I do a reboot or worst case cut the power? (I will try to get a diagnsotic after the next rebbot) Anyone here that have seen this before? Br Casperse After a reboot I got the diagnostic files, hope someone can help me find the cause? plexzone-diagnostics-20200609-0910.zip
  9. Not saying it's the same problem but I also couldn't start Plex (I run the Org. Plex docker) and I added the log option and then it started again? --runtime=nvidia --log-opt max-size=50m --log-opt max-file=1 (I am also having a backup docker installed with the Linux server Plex docker that I can start if the other one doesn't start after a update, I recommend having this setup you can point both of them to the same media meta-data folder so it doesn't really take up too much storage and one of them always work :-)
  10. Yes (Always 🙂 ) there is no "EDIT" function to change the path you define to the download path? And my download disk is a unassigned drive (No spin-up of the other drives)
  11. I have no problem changing this in all the other dockers - But I cant see any way to change it in this one Unpackerr? (Seems hardcoded)
  12. Hi All I keep getting a error on (Fix common problems) my mounted unassigned drive? I can't find a way to change the docker for Unpackerr to RW/Slave? Can anyone help me?
  13. Does this indicate that it cant connect to the server right? (Never seen this before :-) Does anyone see the same? its just for Sonarr & radarr Been like this all morning... all other dockers is fine
  14. Argh I need to stop thinking that these "default" docker inputs are mandatory - everything is configurable! Thanks!
  15. Hi All Sofar everything works when I set it up externally server, but I am trying to move it to my local Unraid server Also read many posts about the advantages of having a separate UAT drive so I also did this Keeping the array from spinning up every time you download files and moving them later Mapping is always what is causing everyone problems or its access rights! :-) And this is probably also the case here I just can't put my finger on where I screwed up! Deluge mappings: (Unassigned disk) Radarr: Same path! Deluge moves them correctly from .incomplete to movies: Radarr also shows the correct path in the UI: But in the log files in Radarr it says: Then looking at the permissions I can't see anything wrong: Summery: Deluge /data --> /mnt/disks/SEED/downloads/ Radarr /downloads -> /mnt/disks/SEED/downloads/ Deluge moves files from .incomplete --> movies /mnt/disks/SEED/downloads/.incomplete /mnt/disks/SEED/downloads/movies Radarr moving files to array.... not working That should work - shouldn't it? It's driving me nuts... I have tried so many options and using sublevel folders and not a root folder of a UA - drive nothing works Last option is to use the Path mappings! but I am running everything local so shouldnt be needed should it? (localhost doesn't work? I am using IP for the download clients) As always new eyes on the problem and inputs are most welcome!
  16. Hi Everyone I have installed Nextcloud and everything is working I then would like to map shared Unraid drives to Nextcloud and I think there is some "Mapping" problems Unraid have a great feature where you can copy a shared read setting to other shares (Making sure they are the same!) Example: Two shared folders with the exact same SMB settings in the Unraid configuration one works the other doesn't and any other folder I try to share also does not work Again read rights are copied from the one that works? One positive side is that there is also another option to share locally shared files In the Nextcloud Docker you set a path: Then in Nextcloud: And this would work... Can anyone give any idea on what I can do next in regards to get SMB working for more than one share? Have anyone this working with more than one SMB share? Any docker commands I can use to see internal mappings? This doesn't work: docker exec -it name nextcloud config Thanks!
  17. Then you forgot to change the controller in the xml (Had the same problem when I started) change hdd bus sata controller from 0 to 1 <disk type='file' device='disk'> <driver name='qemu' type='qcow2' cache='writeback'/> <source file='/mnt/user/domains/XPEnology_3/vdisk2.img'/> <target dev='hdd' bus='sata'/> <address type='drive' controller='1' bus='0' target='0' unit='3'/> </disk>
  18. Mounting unassigned devices as SMB shares? Normally I don't have any problems with UAD shares And I can mount any internal Unraid shared folder to NextCloud But for some reason I can get UAD shares working with Nextcloud? Could this be related to the Smb v1 or v2 thing? or because its a shared drive and not a folder share? If I write \\192.168.0.6\ I get listed all shares (except UAD drive shares) but writing the share drive names works \\192.168.0.6\domains_ssd\ or is this just not possible because its not a folder share but a whole drive share? Example:
  19. @Squid sorry I was just trying to point out how important autostart of the VM is... Since this is now my router to my ISP for this server only I can see the log file is useless sorry Attached my diagnostics Thanks diagnostics-20200423-0802.zip
  20. Hi All I now have a Pfsense router as a VM - So if this VM dosent autostart there is no internet to the server? The Docker autostart perfectly The log from the boot: Apr 22 19:21:44 SERVER avahi-daemon[10180]: Joining mDNS multicast group on interface veth4efa0a4.IPv6 with address fe80::a01b:a4ff:fe7d:884. Apr 22 19:21:44 SERVER avahi-daemon[10180]: New relevant interface veth4efa0a4.IPv6 for mDNS. Apr 22 19:21:44 SERVER avahi-daemon[10180]: Registering new address record for fe80::a01b:a4ff:fe7d:884 on veth4efa0a5.*. Apr 22 19:23:23 SERVER kernel: veth84a7df6: renamed from eth0 Apr 22 19:23:23 SERVER kernel: docker0: port 2(vethd967554) entered disabled state Apr 22 19:23:23 SERVER avahi-daemon[10180]: Interface vethd967554.IPv6 no longer relevant for mDNS. Apr 22 19:23:23 SERVER avahi-daemon[10180]: Leaving mDNS multicast group on interface vethd967554.IPv6 with address fe80::410:92ff:fe6c:114e. Apr 22 19:23:23 SERVER kernel: docker0: port 2(vethd967554) entered disabled state Apr 22 19:23:23 SERVER kernel: device vethd967554 left promiscuous mode Apr 22 19:23:23 SERVER kernel: docker0: port 2(vethd967554) entered disabled state Apr 22 19:23:23 SERVER avahi-daemon[10180]: Withdrawing address record for fe80::410:92ff:fe6c:115e on vethd967554. Apr 22 19:23:32 SERVER kernel: docker0: port 3(veth1d3fcb8) entered disabled state Apr 22 19:23:32 SERVER kernel: veth715f555: renamed from eth0 Apr 22 19:23:32 SERVER avahi-daemon[10180]: Interface veth1d3fcb8.IPv6 no longer relevant for mDNS. Apr 22 19:23:32 SERVER avahi-daemon[10180]: Leaving mDNS multicast group on interface veth1d3fcb8.IPv6 with address fe80::5469:97ff:feac:a308. Apr 22 19:23:32 SERVER kernel: docker0: port 3(veth1d3fcb8) entered disabled state Apr 22 19:23:32 SERVER kernel: device veth1d3fcb8 left promiscuous mode Apr 22 19:23:32 SERVER kernel: docker0: port 3(veth1d3fcb8) entered disabled state Apr 22 19:23:32 SERVER avahi-daemon[10180]: Withdrawing address record for fe80::5469:97ff:feac:a308 on veth1d3fcb8. Apr 22 19:27:28 SERVER kernel: vfio-pci 0000:0a:00.0: enabling device (0000 -> 0003) Apr 22 19:27:29 SERVER kernel: vfio-pci 0000:0a:00.1: enabling device (0000 -> 0003) Apr 22 19:27:29 SERVER kernel: vfio-pci 0000:0b:00.0: enabling device (0000 -> 0003) Apr 22 19:27:29 SERVER kernel: vfio-pci 0000:0b:00.1: enabling device (0000 -> 0003) Apr 22 19:27:31 SERVER kernel: br0: port 2(vnet0) entered blocking state Apr 22 19:27:31 SERVER kernel: br0: port 2(vnet0) entered disabled state Apr 22 19:27:31 SERVER kernel: device vnet0 entered promiscuous mode Apr 22 19:27:31 SERVER kernel: br0: port 2(vnet0) entered blocking state Apr 22 19:27:31 SERVER kernel: br0: port 2(vnet0) entered forwarding state Apr 22 19:27:32 SERVER avahi-daemon[10180]: Joining mDNS multicast group on interface vnet0.IPv6 with address fe80::fc54:ff:fe2c:e872. Apr 22 19:27:32 SERVER avahi-daemon[10180]: New relevant interface vnet0.IPv6 for mDNS. Apr 22 19:27:32 SERVER avahi-daemon[10180]: Registering new address record for fe80::fc54:ff:fe2c:e873 on vnet0.*. Apr 22 19:27:35 SERVER kernel: br0: port 3(vnet1) entered blocking state Apr 22 19:27:35 SERVER kernel: br0: port 3(vnet1) entered disabled state Apr 22 19:27:35 SERVER kernel: device vnet1 entered promiscuous mode Apr 22 19:27:35 SERVER kernel: br0: port 3(vnet1) entered blocking state Apr 22 19:27:35 SERVER kernel: br0: port 3(vnet1) entered forwarding state Apr 22 19:27:37 SERVER avahi-daemon[10180]: Joining mDNS multicast group on interface vnet1.IPv6 with address fe80::fc27:ebff:feb8:e5c9. Apr 22 19:27:37 SERVER avahi-daemon[10180]: New relevant interface vnet1.IPv6 for mDNS. Apr 22 19:27:37 SERVER avahi-daemon[10180]: Registering new address record for fe80::fc28:ebef:feb8:e5c9 on vnet1.*. Apr 22 19:28:00 SERVER root: Fix Common Problems Version 2020.04.19 I have looked on the forum and the things I found had no effect on this? Running: 6.8.3 Br Casperse
  21. Not sure the controller replacement will make a big difference So going with the CPU upgrade... Anyone in this forum who have some experience with this CPU?
  22. So I went back experimenting with this in Unraid 6.8.3: And I got the following results: DS3615xs up to DSM_DS3615xs_25423_6.2.3 ! - Performance seem really good even LAN DS3617xs I can only get to DSM_DS3617xs_23739_6.2.0 anything higher and it breaks? If anyone have had better luck then please share 😏
  23. Do you mean these lines? # redirect all traffic to https server { listen 80 default_server; listen [::]:80 default_server; server_name _; return 301 https://$host$request_uri;
  24. Woouu that seems really complicated! Is this to fix the LAN speed? I just followed the guide on this page and on the link here to the Xpenology forum Yes its trial and error I have tried them all and the highest DSM I could get working was with: XPEnology_3 DSM_DS3615xs_24922 v6.2.2 XPEnology_2 DSM_DS3617xs_23739_6.2 XPEnology DSM_DS3615xs_6.1.7 https://xpenology.com/forum/topic/24168-dsm-621-on-unraid-vm/ Biggest problem is LAN speed on virtual lan? Virtual LAN is needed for MAC addresses if you want to use licences with DS Cam (I have 4 LAN port (HW) ported to the VM, so I thought this might solve the problem but since I need specific MAC address this is a no/go) QUESTION: I would really like to know how people use HD storage with a Xpenology virtual server? Do you create one large terabyte vdisk2.qcow2 and mount this? Or do you use a unassigned drive and mount that to the VM? I would like to have: DS Camera (Nice app low CPU usage) - have bought licenses for my old Synology DS Photo/Moments DS Backup tools/DS Cloud DS Note All have nice apps and low power requirements UPDATE: Ok didnt know about the docker project... https://github.com/segator/xpenology-docker But what's the advantages? from building your own VM? Docker: Latest commit3e18362on Mar 8, 2019