Everything posted by CHBMB
-
[Support] Linuxserver.io - Unifi-Controller
-
[Support] Linuxserver.io - Plex Media Server
Try a force update. Alternatively switch on advanced and remove Plex and any orphaned images from your docker screen. Sent from my Mi A1 using Tapatalk
-
[Deprecated] Linuxserver.io - airsonic
Yeah, I prefer light, but I do have redshift on my laptop for night time. I'm old, I need the contrast.
-
[Deprecated] Linuxserver.io - airsonic
No worries FYI: I'm going to assume you've got dark mode set on the forum, because your sig is completely unreadable in light mode. Might be worth choosing a different colour?
-
[Support] Linuxserver.io - Plex Media Server
Great, thanks for posting. @jumperalex Atempting to upgrade to: 1.15.0.659-xxxxxxxxx 2019-02-16 17:22:34 URL:https://downloads.plex.tv/plex-media-server-new/1.15.0.659-xxxxxxxxx/debian/plexmediaserver_1.15.0.659-xxxxxxxxx_amd64.deb [81547030/81547030] -> "/tmp/plexmediaserver_1.15.0.659-xxxxxxxxx_amd64.deb" [1] (Reading database ... 10486 files and directories currently installed.) Preparing to unpack .../plexmediaserver_1.15.0.659-xxxxxxxxx_amd64.deb ... Unpacking plexmediaserver (1.15.0.659-xxxxxxxxx) over (1.14.1.5488-xxxxxxxxx) ... Setting up plexmediaserver (1.15.0.659-xxxxxxxxx) ... Installing new version of config file /etc/init/plexmediaserver.conf ... Working for me, double check the link you're using, and you have signed into PlexPass on your server before attempting to upgrade right?
-
[Deprecated] Linuxserver.io - airsonic
You tried the suggestion in the post above? Sent from my Mi A1 using Tapatalk
-
[Support] Linuxserver.io - Plex Media Server
My original question two posts above stands. Sent from my Mi A1 using Tapatalk
-
[Deprecated] Linuxserver.io - airsonic
Try http://ipaddress:4040/airsonic You've got context path set to airsonic. Sent from my Mi A1 using Tapatalk
-
[Deprecated] Linuxserver.io - airsonic
You tried incognito mode on your browser? Sent from my Mi A1 using Tapatalk
-
[Support] Linuxserver.io - Heimdall
Stop using host, it won't work. Sent from my Mi A1 using Tapatalk
-
[Deprecated] Linuxserver.io - airsonic
You tried with IP address? Sent from my Mi A1 using Tapatalk
-
[Support] Linuxserver.io - Plex Media Server
Have you tried a force update on latest? We pushed a new container 18 hours ago.
-
[Support] Linuxserver.io - Heimdall
Nobody else will have the same problem because you've configured it wrong. Set network setting to bridge, and you can map ports, set it to host and it can only use the default ports You say even in bridge you can't access the page, but you need to tell us what the addresses you're trying are. Suggest you post your docker run command and docker container logs, links can be found in my signature (you may need to turn these on in the forum settings)
-
[Support] Linuxserver.io - Booksonic
Might also be worth clearing out your browser cache and cookies etc. Or trying a different browser or incognito mode.
-
[Support] Linuxserver.io - Booksonic
@BrandonG777 Here's my docker run command. docker run -d --name='booksonic' \ --net='docker' \ --log-opt max-size='10m' \ --log-opt max-file='1' \ -e TZ="Europe/London" \ -e HOST_OS="Unraid" \ -e 'PUID'='99' \ -e 'PGID'='100' \ -e 'CONTEXT_PATH'='booksonic' \ -p '4040:4040/tcp' \ -v '/mnt/user/books/audiobooks/books/':'/books':'rw' \ -v '/mnt/cache/appdata/booksonic':'/config':'rw,slave' \ 'linuxserver/booksonic' My LE server block. server { listen 80; server_name www.server.com; return 301 https://server.com$request_uri; } server { listen 443; server_name www.server.com; return 301 https://server.com$request_uri; } server { listen 80; server_name server.com; return 301 https://server.com$request_uri; } proxy_cache_path cache/ keys_zone=auth_cache:10m; server { listen 443 ssl default_server; server_name server.com; root /config/www; index index.html index.htm index.php; include /config/nginx/ssl.conf; include /config/nginx/ldap.conf; client_max_body_size 0; location ~ \.php$ { fastcgi_split_path_info ^(.+\.php)(/.+)$; # With php7-cgi alone: fastcgi_pass 127.0.0.1:9000; # With php7-fpm: #fastcgi_pass unix:/var/run/php7-fpm.sock; fastcgi_index index.php; include /etc/nginx/fastcgi_params; } location / { try_files $uri $uri/ /index.php?$query_string; } location /booksonic { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_booksonic booksonic; proxy_pass http://$upstream_booksonic:4040; } } Don't forget you need to restart LE when you change any of the server config.
-
[Plug-In] Community Applications
I wasn't referring specifically to CA, rather the shift of icons to monochrome. I understand and agree with your approach to tie in with the overall design of the OS, Hell I even used a FA icon for Unraid Nvidia.
-
[Plug-In] Community Applications
I don't disagree with you about the lack of colour, but I just don't feel strongly enough about it to voice my opinion. I spend relatively little time in the webui each day, so I'm not going to lose any sleep about it.
-
Intel IGD (integrated graphics) Pass Through Support - March 2016 Update
No, it's not afaik Sent from my Mi A1 using Tapatalk
-
Docker service wont start
The apps tab. And there will be something there to reinstall existing applications or something along those lines. Sent from my Mi A1 using Tapatalk
-
New Guest Blog: Setting Up An Automated Media Encoding Server
Be sure to update us. I personally have no need for handbrake transcoding, but I'm very interested in your findings. Sent from my Mi A1 using Tapatalk
-
[Support] Linuxserver.io - Plex Media Server
Sorry, I realise now you actually had posted the relevant info originally. I missed it. So what is the issue? You can't browse from Plex (Docker container) - Host (Unraid) - SMb Share (Different Machine) Probably a limitation of the SMB layer I would imagine. Not something I've ever tried, but I'd be surprised if nobody else has. The --privileged flag gives all capabilities to the container, and it also lifts all the limitations enforced by the device cgroup controller. In other words, the container can then do almost everything that the host can do.
-
[Support] Linuxserver.io - Medusa
You literally asked the same question at the top of this page. Just noticed.
-
[Support] Linuxserver.io - Medusa
I'm not familiar with the project, so I guess you'll have to have a poke around and see. Reddit? Github? Dunno if they have a forum....
-
Docker service wont start
Well, you're using a release candidate, so probably should report it there. What version did you update from?
-
New Guest Blog: Setting Up An Automated Media Encoding Server
Nvidia GPU transcoding is the whole reason we did the plugin, all the ls.io team members have been using it since the New Year, works fine as long as your card has the relevant capabilities.