Bizmo

Members
  • Posts

    25
  • Joined

  • Last visited

Everything posted by Bizmo

  1. I don’t think so, would this be a proxy / vpn etc? I have running Ombi (Plex requests) Bazarr (subtitle fetch) Qbittorrent Cups (share a legacy printer via AirPrint) ddclient (updates variable IP with DNS for letsencrypt) letsencrypt ( web server and ssl cert handling) Airconnect ( shows Sonos speakers as airplay devices on local network Organizr (web front end for reverse proxies) Radarr ( fetches movies) sonarr (fetches TV) Tautulli ( stats on media) Plex
  2. Yes they are on auto update, I will start by switching that off. How would I best go about identifying why they then won’t start up again?
  3. I am having a repeated issue where several apps just seem to keep disapearing from docker. These are mainly binhex/arch-plexpass and linuxserver/letsencrypt but also include linuxserver/bazarr and oblat/cupsd. I re-install them but a few days later they have disappeared again. The data is still there as when I re-install them everything runs up as normal but then I go to use them again a couple of days later and nothing. They also show as Orphan images if I go into advanced view. I wonder if this was linked to the SQL corruption previously as it seemed to have started around the same time but I can't be sure. I am on 6.8.2 now so the corruption should be fixed. I am not running a cache drive. Do I need to rebuild my server from scratch and if so what is the best way to do so without losing data? If not do I need to re-build docker somehow? Or any ideas of something else?
  4. The latest revision of QBitTorrent has the functionality built in to remove the files too on completion to make this a seamless process but this container hasn’t updated to that.
  5. Just noticed this is still a revision behind, is there a reason why?
  6. Having an ongoing issue since upgrading to 6.6.0 where the webgui disappears like in the screenshot. The top 'menu' bar is still there but there is no other content, the box where the data should be is just white, I have to physically restart the server to get it to return, this is only possible by actually being at the server so makes it impossible to do any work on it. (in the screenshot I have blanked out safari and the server name but nothing else) Plugins I have running are: CA Auto Update Applications CA Cleanup Appdata Community Applications Dynamix File Integrity Dynamix Local Master Fix Common Problems Nerd Tools Preclear Disks Statistics Unassigned devices Unbalance
  7. I think this is a conflict between this and another docker, in my case net data. I never got round to sorting it out properly. I wish there was a properly supported docker for this.
  8. Anyone been able to run this via an NGINX reverse proxy? would be useful to see remotely
  9. Any fix for home bridge not showing in IOS? I've followed instructions from this page and smarthings but not getting anything showing in IOS? Have tried to delete persist and change the mac address but nothing? EDIT: Fixed by changing docker to adair21
  10. Having a strange issue when updating muximux from 1.0 to 2.0 In config I have location /admin { auth_basic "Restricted"; auth_basic_user_file /config/nginx/.htpasswd; } This allows me to lock down the /admin directory which is where I run Muximux. into this directory I pasted the contents of the muximux 1 docker and I am fine but when I go to replace it with 2 I just get a white screen in safari and a 500 error in Chrome. I have run chmod 777 and 775 on the directory to try and default permissions with no luck and have tried to restart the docker but nothing. Any ideas?
  11. guessing we just need to wait on an update for mono then!
  12. Not having the above but finding this container very crash. Seems to be regularly that just going into the settings causes it to crash. Had a look on the GitHub and no one seems to be reporting it so guessing it is the docker
  13. Sorry it took me a while to get back, still having the same problem here. The output to those is as follows BEFORE hitting calculate root@Tower:~# ps aux | grep unbalance nobody 7700 0.0 0.0 13312 9800 ? Sl 09:06 0:00 /usr/local/emhttp/plugins/unbalance/unbalance -port 6237 root 29430 0.0 0.0 9652 1840 pts/0 S+ 16:31 0:00 grep unbalance root@Tower:~# ps aux | grep find root 29583 0.0 0.0 9652 1880 pts/0 S+ 16:31 0:00 grep find AFTER hitting calculate root@Tower:~# ps aux | grep unbalance root 30233 0.0 0.0 9652 1800 pts/0 S+ 16:32 0:00 grep unbalance root@Tower:~# ps aux | grep find root 30243 0.0 0.0 9652 1792 pts/0 S+ 16:32 0:00 grep find
  14. Thank you, This community is amazing! All up and running now the last query I had was if I could set up multiple 'htpasswd' files. I want the server to be encrypted but it would be good if I could allow access to plexrequests with a separate password that way I could allow my users to make requests without giving them an overall admin logon which could be use to change settings etc.
  15. Thanks for your help! Sorry for being thick Managed to get CouchPotato working using the default one and muximux as the homepage but can't seem to get other apps working The apps I wanted were Sonarr PlexPy PlexRequests NetData Deluge I've tried the PlexPy command and getting a 404 error, I think this might be down to my plexpy settings though
  16. managed to get myself completely confused here trying to set up a reverse proxy. have managed to get nginx setup and running and managed to configure the password security but cannot for the life of me seem to setup the reverse proxy. I have tried to use the examples in the default config file and also tried to copy over the ones from htpcguides but either way keep getting 502 bad gateway - I can't see what I am doing wrong! I have just spent 3 hours trying different options and am starting to feel like pulling why hair out! I can get to the site fine using the base url which displays the index.html page. Here is my config file: # redirect all traffic to https server { listen 80; server_name _; return 301 https://$host$request_uri; } # main server block server { listen 443 ssl default_server; root /config/www; index index.html index.htm index.php; server_name [removed].duckdns.org 192.168.1.28; ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/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 / { try_files $uri $uri/ /index.html /index.php?$args =404; } 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; } # sample reverse proxy config for password protected couchpotato running at IP 192.168.1.50 port 5050 with base url "cp" # notice this is within the same server block as the base # don't forget to generate the .htpasswd file as described on docker hub location ^~ /plexpy { auth_basic "Restricted"; auth_basic_user_file /config/nginx/.htpasswd; include /config/nginx/proxy.conf; proxy_pass http://192.168.1.28:8181/; } } # sample reverse proxy config without url base, but as a subdomain "cp", ip and port same as above # notice this is a new server block #server { # listen 443 ssl; # # root /config/www; # index index.html index.htm index.php; # # server_name cp.*; # # ssl_certificate /config/keys/letsencrypt/fullchain.pem; # ssl_certificate_key /config/keys/letsencrypt/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 / { # auth_basic "Restricted"; # auth_basic_user_file /config/nginx/.htpasswd; # include /config/nginx/proxy.conf; # proxy_pass http://192.168.1.50:5050; # } #}
  17. Is there a tutorial for setting this up with cp sonarr etc via a reverse proxy?
  18. That just returns a list of the files in that folder in the console E.g. -rw-r--r--|nobody:users|regular file|/mnt/disk1/Media/Movies/./The Constant Gardener (HD).m4v -rw-r--r--|nobody:users|regular file|/mnt/disk1/Media/Movies/./The Secret Life of Walter Mitty (HD).m4v -rw-r--r--|nobody:users|regular file|/mnt/disk1/Media/Movies/./The Dark Knight Rises (HD).m4v -rw-r--r--|nobody:users|regular file|/mnt/disk1/Media/Movies/./The Spy Who Loved Me (HD).m4v -rw-r--r--|nobody:users|regular file|/mnt/disk1/Media/Movies/./The Devil Wears Prada (HD).m4v -rw-r--r--|nobody:users|regular file|/mnt/disk1/Media/Movies/./The Five-Year Engagement.m4v -rw-r--r--|nobody:users|regular file|/mnt/disk1/Media/Movies/./The Sword in the Stone.m4v -rw-r--r--|nobody:users|regular file|/mnt/disk1/Media/Movies/./The Girl with the Dragon Tattoo.m4v -rw-r--r--|nobody:users|regular file|/mnt/disk1/Media/Movies/./The Theory of Everything (1080p HD).m4v -rw-r--r--|nobody:users|regular file|/mnt/disk1/Media/Movies/./The Grand Budapest Hotel (HD).m4v -rw-r--r--|nobody:users|regular file|/mnt/disk1/Media/Movies/./Trainwreck (2015).mkv -rw-r--r--|nobody:users|regular file|/mnt/disk1/Media/Movies/./The Great Gatsby (HD) 2.m4v -rw-r--r--|nobody:users|regular file|/mnt/disk1/Media/Movies/./Who Framed Roger Rabbit.m4v -rw-r--r--|nobody:users|regular file|/mnt/disk1/Media/Movies/./The Help (HD).m4v -rw-r--r--|nobody:users|regular file|/mnt/disk1/Media/Movies/./The Lucky One (HD).m4v -rw-r--r--|nobody:users|regular file|/mnt/disk1/Media/Movies/./The Hobbit The Desolation of Smaug (2013).mkv EDIT: Interestingly it appears it works fine with other user shares but does report back this error There are some permission issues with the folders/files you want to move 0 file(s)/folder(s) with an owner other than 'nobody' 0 file(s)/folder(s) with a group other than 'users' 0 folder(s) with a permission other than 'drwxrwxrwx' 18 files(s) with a permission other than '-rw-rw-rw-' or '-r--r--r--' You can find more details about which files have issues in the log file (/boot/logs/unbalance.log) At this point, you can move the folders/files if you want, but be advised that it can cause errors in the operation You are STRONGLY suggested to install the Fix Common Problems plugin, then run the Docker Safe New Permissions command I have downloaded this plugin and run the command but it doesn't change anything
  19. having a strange error with the latest version, I go to run a calculate operation and the server seems to just crash, there is no response on the webgui port and there is nothing in the logs, I don't know if you have any ideas? I: 2016/11/13 21:39:17 unbalance.go:29: unBALANCE v1.8.0-617.8f6eba1 starting up ... I: 2016/11/13 21:39:17 unbalance.go:39: Using config file /boot/config/plugins/unbalance/unbalance.conf ... I: 2016/11/13 21:39:17 server.go:50: Starting service Server ... I: 2016/11/13 21:39:17 server.go:67: Serving files from /usr/local/emhttp/plugins/unbalance I: 2016/11/13 21:39:17 server.go:99: Server started listening on :6237 I: 2016/11/13 21:39:17 core.go:119: starting service Core ... I: 2016/11/13 21:39:17 unbalance.go:49: Press Ctrl+C to stop ... I: 2016/11/13 21:39:23 core.go:164: Sending config I: 2016/11/13 21:39:23 unraid.go:391: Unraid Box Condition: &{NumDisks:5 NumProtected:0 Synced:2016-11-13 00:00:01 +0000 GMT SyncErrs:0 Resync:0 ResyncPos:0 State:STARTED Size:4498718736384 Free:1884667150336 NewFree:1884667150336} I: 2016/11/13 21:39:23 unraid.go:392: Unraid Box SourceDiskName: I: 2016/11/13 21:39:23 unraid.go:393: Unraid Box BytesToMove: 0 I: 2016/11/13 21:39:23 unraid.go:404: Id(1); Name(disk1); Path(/mnt/disk1); Device(sdb); Type(Data); FsType(xfs); Free(338.7G); NewFree(338.7G); Size(1.4T); Serial(SAMSUNG_HD154UI_S1XWJ1LSB00488); Status(DISK_OK); Bin(<nil>) I: 2016/11/13 21:39:23 unraid.go:404: Id(2); Name(disk2); Path(/mnt/disk2); Device(sdc); Type(Data); FsType(xfs); Free(334.3G); NewFree(334.3G); Size(931.1G); Serial(Hitachi_HDT721010SLA360_STF604MH0NH5AB); Status(DISK_OK); Bin(<nil>) I: 2016/11/13 21:39:23 unraid.go:404: Id(3); Name(disk3); Path(/mnt/disk3); Device(sdd); Type(Data); FsType(xfs); Free(475G); NewFree(475G); Size(931.1G); Serial(Hitachi_HDT721010SLA360_STF604MH0K4RSB); Status(DISK_OK); Bin(<nil>) I: 2016/11/13 21:39:23 unraid.go:404: Id(4); Name(disk4); Path(/mnt/disk4); Device(sdf); Type(Data); FsType(xfs); Free(607.2G); NewFree(607.2G); Size(931.1G); Serial(Hitachi_HDT721010SLA360_STF604MH0RBJ2B); Status(DISK_OK); Bin(<nil>) I: 2016/11/13 21:39:27 core.go:274: Toggling dryRun from (false) I: 2016/11/13 21:39:32 core.go:274: Toggling dryRun from (true) I: 2016/11/13 21:39:59 core.go:346: Running calculate operation ... I: 2016/11/13 21:39:59 core.go:380: _calc:Begin:srcDisk(/mnt/disk1); dstDisks(3) I: 2016/11/13 21:39:59 core.go:383: _calc:elegibleDestDisk(/mnt/disk2) I: 2016/11/13 21:39:59 core.go:383: _calc:elegibleDestDisk(/mnt/disk3) I: 2016/11/13 21:39:59 core.go:383: _calc:elegibleDestDisk(/mnt/disk4) I: 2016/11/13 21:39:59 core.go:648: perms:Scanning disk(/mnt/disk1):folder(/Media/Movies) I: 2016/11/13 21:39:59 core.go:660: perms:Executing find "/mnt/disk1/Media/Movies/." -exec stat --format "%A|%U:%G|%F|%n" {} \;
  20. Struggling with renamed settings on this one, on my previous mac OS X server I had it set up as Default file action - move Default torrent action - link This way it kept the torrent data for it to seed for the suggested time as it linked the file and then when it was done seeding it deleted the torrent and moved the file. When I have this set up here it just moves the file once it is done downloading meaning I am branded with hit and runs. I'm new to docker and guess this is due to deluge and CP running in different instances? Is there any suggestion to fix this or any way of setting deluge to delete the torrent after x amount of time, just don't want to waste disk space duplicating files.
  21. I have installed this as the attached and am trying to run it but keep getting errors that I can't connect to the webui. I am a little confused as I have several other docker images which work fine. http://i.imgur.com/fh0I0Ax.png[/img] http://i.imgur.com/VUVd9ds.png[/img]
  22. Think i'm going to go for that SFX PSu and the mount, trying to save some money here and there looking at some used CPUs as there are some 4570 under 100 on eBay but obviously that would require a CPU cooler, any recommendations for a good quiet one?
  23. Ace, is there a PSU that you recommend? I'm happy with single parity for now - guess will have to wait for full dual parity support but that's fine as I don't have money to buy all the drives I want straight away anyway
  24. Hi y'all I am completely new to unRAID and am trying to put a system that is at the budget end but is still capable of performing as a plex/couchpotato/sonarr server. I currently have a 2009 Core 2 duo Mac Mini running as this in my home. It has the ability to have 2 2.5" drives which are both 1tb and are full. I use it mainly in the house to stream two one of two apple TVs or an iMac. But it is also used at two other addresses in who connect to it over the internet. As well as this it is nice to be able to use via my iPad or iPhone when I am away from home. The content on it is mainly 1080p films in the region of 10-13gb a go. My internet connection is 200down 12up and the NAS will be connected via Cat 5e. Due to the fact it is full and the fact it is struggling to transcode to other addresses. I am looking to upgrade the server, I was originally looking at buying a more up to date Mac Mini and a synology but now think I'm going to go for an unraid server which see me better in the future, is more updatable, cheaper and does everything in one box. I currently have narrowed it down to the bellow specs, I have 2 x 2TB WD Blue drives which I will use in it and will buy at least one WD RED 2TB, with the idea of eventually having 6 drives, so I can have 4 with dual redundancy, giving me 8TB to begin with with the option of upgrading them to 4TB later down the line if necessary. I could potentially have a cache SSD to improve performance but not sure I will need this and I would have to sacrifice space or redundancy. Am I in the right ballpark and are there any suggestions? I chose the CPU, MoBo and RAM as good enough but at the cheaper end of performance. The case as it looks nice and could sit on a bookshelf. The PSU for reliability, quietness and economy, being on 24/7. PCPartPicker part list / Price breakdown by merchant CPU: Intel Core i5-4570 3.2GHz Quad-Core Processor (£159.76 @ More Computers) Motherboard: Gigabyte GA-H97N-WIFI Mini ITX LGA1150 Motherboard (£109.44 @ CCL Computers) Memory: Kingston HyperX Fury Red 16GB (2 x 8GB) DDR3-1600 Memory (£48.99 @ Ebuyer) Case: Fractal Design Node 304 Mini ITX Tower Case (£64.00 @ CCL Computers) Power Supply: SeaSonic 650W 80+ Gold Certified Fully-Modular ATX Power Supply (£110.99 @ Overclockers.co.uk) Total: £493.18 Prices include shipping, taxes, and discounts when available Generated by PCPartPicker 2016-06-15 22:40 BST+0100