Everything posted by CHBMB
-
[Support] Linuxserver.io - TVHeadend
I just use the defaults, whatever they are... Sent from my LG-H815 using Tapatalk
-
[Support] Linuxserver.io - Nextcloud
@aptalca has changed the LE container a little to keep things up to date. Try changing the Nextcloud letsencrypt server config to: server { listen 80; server_name nextcloud.server.com; return 301 https://nextcloud.server.com$request_uri; } server { listen 443 ssl; server_name nextcloud.server.com; root /config/www; index index.html index.htm index.php; include /config/nginx/ssl.conf; client_max_body_size 0; location / { proxy_pass https://192.168.0.1:444/; proxy_max_temp_file_size 2048m; include /config/nginx/proxy.conf; } }
-
[Support] Linuxserver.io - Duplicati
Not sure what to say, everything looks ok in the logs, fresh pull on my machine works fine. Tried a different browser?
-
TVheadend plugin for unRaid 6
Pretty much down to personal preference. Sent from my LG-H815 using Tapatalk
-
[Support] Linuxserver.io - COPS (Calibre OPDS PHP Server)
Yeah, we are planning on releasing it and it's pretty light on resources as far as I can tell.
-
[Deprecated] Linuxserver.io - CouchPotato
It's nothing to do with disabling privoxy. It's this post.
-
[Deprecated] Linuxserver.io - CouchPotato
Link in my signature Sent from my LG-H815 using Tapatalk
-
[Deprecated] Linuxserver.io - CouchPotato
Then either you didn't do it right or there's something different about your setup. Need to post some more info like docker run command for deluge and couchpotato Sent from my LG-H815 using Tapatalk
-
[Deprecated] Linuxserver.io - CouchPotato
Post 154 of this thread. Sent from my LG-H815 using Tapatalk
-
[Support] Linuxserver.io - COPS (Calibre OPDS PHP Server)
No, although that has been a feature request. Sent from my LG-H815 using Tapatalk
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
As far as I'm aware all the issues have fallen into 2 categories. Those whose ISP blocks port 80 and those who haven't configured the container correctly So post your docker logs, docker run command and screenshot of your port forwarding settings in your router and maybe we can help. All we know from the info you've given is it isn't working, which isn't really enough to go on.
-
[Support] Linuxserver.io - Plex Media Server
No damned idea, only thing I can think of is delete Preferences.xml and restart the container.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Just mount the file in /config /config/php.ini = /etc/php7/php.ini
-
[Deprecated] Linuxserver.io - CouchPotato
Tried a different browser? Anything in the logs?
-
[Support] Linuxserver.io - Nextcloud
I would expect it to work providing your network is configured correctly. http isn't recommended and would require manually editing the nginx config in the appdata and also editing config.php Sent from my LG-H815 using Tapatalk
-
[Support] Linuxserver.io - Nextcloud
I don't know I didn't write that tutorial and don't support it. The tutorial I wrote is linked on the first post. Sent from my LG-H815 using Tapatalk
-
[Support] Linuxserver.io - Nextcloud
Probably because the URL is wrong for the Windows version. Also I don't recommend using a subfolder setup. Sent from my LG-H815 using Tapatalk
-
[Support] Linuxserver.io - Heimdall
Post your docker run command. Sent from my LG-H815 using Tapatalk
-
[Support] Linuxserver.io - Nextcloud
Well you haven't edited config.php like the guide says.
-
[Support] Linuxserver.io - Nextcloud
Follow the guide on the first post. I can see that isn't the way you have installed it so far.
-
[Support] Linuxserver.io - Plex Media Server
chown -R nobody:users is the correct permissions for this container. I THINK it does permissions at runtime, but that may take a LONG time......
-
[Support] Linuxserver.io - Nextcloud
Yes, use the external devices plugin from Nextcloud Sent from my LG-H815 using Tapatalk
-
[Deprecated] Linuxserver.io - airsonic
Yep, as @Squid says, there's no way we can produce changelogs for every little change. Essentially if there's a docker update, it falls into one of two categories. Either 1. A change to the application itself, in this case, airsonic. Generally we tend to do these as part of our weekly Friday update 2. A change to the upstream container (think of this as the "operating system" which is what this mid week update was, this may include a package getting updated, or a security fix, as the upstream containers are the base image for many different end user containers, we may trigger an update to an upstream image, and that cascades down, to containers that weren't affected by the issue we were trying to fix. EG, we need to fix an issue in Ubooquity, so update a package in the upstream container which then triggers an update in ubooquity and all the other containers such as airsonic that share the same base image. Major updates are detailed in a changelog on the github readme, which is linked from the first page.
-
[Support] Linuxserver.io - Nextcloud
So far, all I can give you is this: So having the "same error" means nothing, unless people start posting some config files as requested there's nothing anyone can do to help.
-
[Support] Linuxserver.io - Ombi
Yes Sent from my LG-H815 using Tapatalk