-
Bizmo started following Docker losing apps
-
[Support] binhex - qBittorrentVPN
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.
-
[Support] binhex - qBittorrentVPN
Just noticed this is still a revision behind, is there a reason why?
-
Bizmo started following 6.6.0 gui disappearing
-
6.6.0 gui disappearing
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
-
Request: Homebridge
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.
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
Anyone been able to run this via an NGINX reverse proxy? would be useful to see remotely
-
-
Request: Homebridge
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
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
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?
-
[Support] Bjonness406's repo
guessing we just need to wait on an update for mono then!
-
[Support] Bjonness406's repo
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
-
[Plugin] unbalanced
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
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
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.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
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
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
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; # } #}
-
[Plugin] unbalanced
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
-
[Plugin] unbalanced
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" {} \;
Bizmo
Members
-
Joined
-
Last visited