Solid Rhino

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by Solid Rhino

  1. I want to run the following: Docker Plex and counterparts. Docker home automation. Docker web and maybe e-mail server. VM Windows 10 / 11 for gaming VM macOS for testing. VM multiple Linux distros for testing or playing around. https://nl.pcpartpicker.com/list/wnkNMv CPU: AMD Ryzen 9 5900X 3.7 GHz 12-Core Processor CPU Cooler: be quiet! Dark Rock Pro 4 50.5 CFM CPU Cooler Motherboard: Asus ROG Crosshair VIII Dark Hero ATX AM4 Motherboard Memory: Corsair Vengeance RGB Pro 64 GB (2 x 32 GB) DDR4-3000 CL16 Memory Storage: Western Digital Red Pro 10 TB 3.5" 7200RPM Internal Hard Drive Storage: Western Digital Red Pro 10 TB 3.5" 7200RPM Internal Hard Drive Storage: Western Digital Red Pro 10 TB 3.5" 7200RPM Internal Hard Drive Storage: Western Digital Red Pro 10 TB 3.5" 7200RPM Internal Hard Drive Video Card: Gigabyte GeForce RTX 2060 6 GB OC Video Card Case: Fractal Design Define 7 XL Dark ATX Full Tower Case Power Supply: EVGA 500 W 80+ Certified ATX Power Supply Is this overkill or not? Thank you
  2. In een heleboel forums voor Unraid worden links geplaatst naar lijstjes naar bijvoorbeeld https://www.newegg.com/. Waar kan ik dit soort lijstjes maken in Nederland? En daarmee ook de competitietijd van de componenten te controleren?
  3. @hoppers99 Why have you chosen an Intel processor over an AMD processor?
  4. please attach your supervisord.log file located in /config This is the code of the supervisord.log: 2016-10-19 17:09:26.929703 [info] PUID defined as 99 2016-10-19 17:09:26.963829 [info] PGID defined as 100 2016-10-19 17:09:27.122419 [info] Permissions already set for /config and /data 2016-10-19 17:09:27.156665 [info] VPN_PROV defined as airvpn 2016-10-19 17:09:27.190241 [info] VPN_REMOTE defined as se.vpn.airdns.org 2016-10-19 17:09:27.221946 [info] VPN_PORT defined as 443 2016-10-19 17:09:27.252582 [info] VPN_PROTOCOL defined as udp 2016-10-19 17:09:27.282271 [crit] VPN_USER not specified, please specify using env variable VPN_USER There is no VPN_USER variable, because AIRVPN don't need a username to connect. When I add the: VPN_USER and VPN_PASS The container starts again. But the VPN_USER and VPN_PASS values are fake.
  5. please attach your supervisord.log file located in /config This is the code of the supervisord.log: 2016-10-19 17:09:26.929703 [info] PUID defined as 99 2016-10-19 17:09:26.963829 [info] PGID defined as 100 2016-10-19 17:09:27.122419 [info] Permissions already set for /config and /data 2016-10-19 17:09:27.156665 [info] VPN_PROV defined as airvpn 2016-10-19 17:09:27.190241 [info] VPN_REMOTE defined as se.vpn.airdns.org 2016-10-19 17:09:27.221946 [info] VPN_PORT defined as 443 2016-10-19 17:09:27.252582 [info] VPN_PROTOCOL defined as udp 2016-10-19 17:09:27.282271 [crit] VPN_USER not specified, please specify using env variable VPN_USER There is no VPN_USER variable, because AIRVPN don't need a username to connect.
  6. After the update of the tidy up code, the docker don't start anymore. I use airvpn as VPN provider
  7. I fixed it. The IP that the router pointed to was the wrong IP address
  8. Can't you do this your self? It's not so hard to do.
  9. +1 for this! Docker composer is a good utility for simplifying things.
  10. Found a docker in the comments of the post : https://github.com/DvdGiessen/nginx-rtmp-docker
  11. What settings did you use? This are the settings I did use:
  12. After the update of this container I can't get it to work with a duckdns.org subdomain. I get the following error. What is wrong with my configuration? Failed authorization procedure. xxxxxx.duckdns.org (tls-sni-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Incorrect validation certificate for TLS-SNI-01 challenge. Requested 230a025c5004f7396f708827c4fadcf3.1806e186eac08a8f7xxxxxxxe4e41d.acme.invalid from xx.xx.xx.xx:443. Received certificate containing '' Thank you for your help!
  13. Can someone please help me setup plexauth with this docker? https://github.com/hjone72/PlexAuth
  14. You forget port 8118 in the template for unraid.
  15. good catch, ok fix in the pipeline, i wll post back when the image is ready. ok image built, please pull down again, you should be good to go, just to make sure you're aware, the strong certs are only available to PIA users. Thank you! It's working again.
  16. When I try to start the new build of this docker image. I get the following error: 2016-07-14 15:21:49,894 DEBG 'start-script' stdout output: -------------------- [info] Starting OpenVPN... 2016-07-14 15:21:49,901 DEBG 'start-script' stdout output: Options error: --auth-user-pass fails with 'credentials.conf': No such file or directory Options error: Please correct these errors. Use --help for more information. 2016-07-14 15:21:49,901 DEBG 'start-script' stdout output: [warn] VPN connection terminated 2016-07-14 15:21:49,906 DEBG 'start-script' stdout output: [warn] Restarting VPN connection in 10 mins I use Airvpn and added the new variables to the config in unraid. I think it has something to do with this line of code: https://github.com/binhex/arch-openvpn/blob/master/apps/root/openvpn.sh#L12 there is no "credentials.conf" created when you use airvpn, see this line: https://github.com/binhex/arch-openvpn/blob/master/setup/root/start.sh#L110 thank you
  17. Is there any way to passthrough a GeForce GT 630? When I try to passthrough the GPU Windows 10 suddenly hangs and reboots. Does anyone have experience with this card?
  18. I can reach it from my LAN. HTPC is also reachable via the internet, HTPC can't reach the other services ie sabnzbd. It says it is impossible to connect.
  19. I can't get it to run. My nginx config is as follows: server { listen 80; server_name *******; return 301 https://$server_name$request_uri; } server { listen 443 ssl default_server; auth_basic "Restricted"; auth_basic_user_file /config/nginx/.htpasswd; root /config/www; index index.html index.htm index.php; server_name *********; ssl_certificate /config/keys/fullchain.pem; ssl_certificate_key /config/keys/privkey.pem; ssl_dhparam /config/nginx/dhparams.pem; ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA'; ssl_prefer_server_ciphers on; client_max_body_size 0; location / { proxy_pass http://192.168.2.113:8085; include /config/nginx/proxy-control.conf; include /config/nginx/auth-basic.conf; } location /sabnzbd { proxy_pass http://192.168.2.113:8080; include /config/nginx/proxy-control.conf; include /config/nginx/auth-basic.conf; } location /cp { proxy_pass http://192.168.2.113:5050; include /config/nginx/proxy-control.conf; include /config/nginx/auth-basic.conf; proxy_redirect default; } location /sonarr { proxy_pass http://192.168.2.113:8989; include /config/nginx/proxy-control.conf; include /config/nginx/auth-basic.conf; } location /nzbhydra { proxy_pass http://192.168.2.113:5075; include /config/nginx/proxy-control.conf; include /config/nginx/auth-basic.conf; } location /deluge { proxy_pass http://192.168.2.113:8112/; proxy_set_header X-Deluge-Base "/deluge/"; include /config/nginx/proxy-control.conf; include /config/nginx/auth-basic.conf; } location ~ \.php$ { fastcgi_split_path_info ^(.+\.php)(/.+)$; # With php5-cgi alone: fastcgi_pass 127.0.0.1:9000; # With php5-fpm: #fastcgi_pass unix:/var/run/php5-fpm.sock; fastcgi_index index.php; include /etc/nginx/fastcgi_params; } } The proxy-control.conf file contains: proxy_connect_timeout 59s; proxy_send_timeout 600; proxy_read_timeout 36000s; ## Timeout after 10 hours proxy_buffer_size 64k; proxy_buffers 16 32k; proxy_pass_header Set-Cookie; proxy_hide_header Vary; proxy_busy_buffers_size 64k; proxy_temp_file_write_size 64k; proxy_set_header Accept-Encoding ''; proxy_ignore_headers Cache-Control Expires; proxy_set_header Referer $http_referer; proxy_set_header Host $host; proxy_set_header Cookie $http_cookie; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-Host $host; proxy_set_header X-Forwarded-Server $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Port '443'; proxy_set_header X-Forwarded-Ssl on; proxy_set_header X-Forwarded-Proto https; proxy_set_header Authorization ''; proxy_buffering off; proxy_redirect off; ## Required for Plex WebSockets proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; The auth-basic.conf contains: auth_basic "Restricted"; auth_basic_user_file /config/nginx/.htpasswd; Thank you for the help!
  20. I use nginx and I have got the same problem. How can I fix this?
  21. Can you please update this to the new sabnzbd with the new interface?
  22. @johnodon Can you please share your full setup in Github or as gist or on a other way?
  23. I like to build a Unraid (or freenas) server, but I don't know the correct hardware to purchase. But I know what I want to do with the server. The server must be able to run the Xen virtualization environment. Maybe with PCI passthrough. So I can run Windows with complete hardware support? The following software is going to be installed in a docker environment or xen environment: Plex Media server (Plex Media server must be able to smoothly transcode 1080p video to my other devices.) Couchpota Newznab (for personal use) Nzbdrone or Sickbeard Nzbget or Sabnzbd NG Firewall pfSense I like to be able to hot swap the harddisks. And maybe it is possible to configure the computer without a display? I think about 4 x 2tb WD red harddisks and one 250GB SSD harddisk. (with room for exception) 2 x 8 GB ram Can someone please help me to get a good configuration for my server? Thank you, Ivo Trompert