Everything posted by CHBMB
-
[Support] Linuxserver.io - TVHeadend
Just to point out, I don't work in IT, very far from it, I'm an amateur too. Pretty sure if I explain what I do the same would stand. In fact, these containers are from volunteers, this isn't a job for any of us.
-
[Support] Linuxserver.io - Radarr
Docker run command? Might be more of a docker issue than container, @bonienl may be able to shed some light onto that issue
-
[Support] Linuxserver.io - TVHeadend
Add it as a mount. /mnt/cache/appdata/tvheadend/name_of_your_scipt for host and /usr/bin/name_of_your_script for container
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
This is what works for me server { listen 80; server_name unifi.server.com; return 301 https://$server_name$request_uri; } server { listen 443 ssl; server_name unifi.server.com; include /config/nginx/ssl.conf; location / { proxy_pass https://192.168.0.1:8443/; include /config/nginx/proxy.conf; proxy_set_header X-Real-IP $remote_addr; } }
-
[Support] Linuxserver.io - Plex Media Server
I'm not sure but you could try deleteing preferences.xml, I forget its exact location
-
[Support] Linuxserver.io - Nextcloud
Looks enough to me
-
[Support] Linuxserver.io - Mylar
See my post two up.
-
[Support] Linuxserver.io - Mylar
https://github.com/evilhero/mylar/issues/1955
-
[Support] Linuxserver.io - Mylar
Can you try installing the requests python module. Please read this thread and make any necessary changes to your setup as well regarding download handling. Open up a terminal in the docker container docker exec -it mylar bash pip install requests Looks like things have changed upstream, if this fixes things then I'll update the container.
-
[Support] Linuxserver.io - TVHeadend
Post logs, reinstall, restart are all reasonable possibilities. Can't really help much more than that based on what you've posted.
-
[Support] Linuxserver.io - Calibre-Web
All your issues are covered in the readme linked in the first post. https://github.com/linuxserver/docker-calibre-web#linuxservercalibre-web
-
[Support] Linuxserver.io - Transmission
By reading the two posts above yours.
-
[Support] Linuxserver.io - Ombi
And as for logs, that's detailed in the readme linked to on the first page of this thread.
-
[Support] Linuxserver.io - Ombi
Then log the current issue where it's been reported with your findings. And review the existing code base to see if you can find the offending bit. Github repository is here.
-
[Support] Linuxserver.io - Ombi
Someone who produces more free open source software than we've seen you produce...... His code is open source, feel free to make a PR to fix whatever issues you find. His repository is here, his name is @tidusjar and he's a thoroughly nice bloke and has recently spent a great deal of his free time completely rewriting Ombi. Please, refrain from being critical about things that you use for free, or do something to improve the code base, but it quite frankly is a little tiresome hearing you complain about the standards of things all the while, when we've seen you produce nothing better.
-
[Plug-In] Community Applications
It is the company support forum, but most of us are just Unraid users who try and help other users. @limetech @jonp and @eschultz are the only LimeTech staff members. Unraid has a very enthusiastic user base, and a flourishing community dev scene, most of the mods are here for the love of it too. And just to be clear, your purchase the software, not the support, there are paid support services, but the forum should be considered user to user support generally, although the LimeTech chaps will jump on things that are important. No way would they employee people like Squid and Me, ain't nobody that desperate for staff.....
-
[Support] Linuxserver.io - Nextcloud
Your appdata should already be on the cache drive......
-
[Support] Linuxserver.io - Nextcloud
There's a link in the docker FAQ or in my signature if you have signatures enabled in the forum. But that screenshot looks like it'll tell me what I need to know. Just try using /mnt/cache/appdata/nextcloud rather than /mnt/user/appdata/Nextcloud Long shot, but that sometimes fixes weird issues.
-
[Support] Linuxserver.io - Nextcloud
Post your docker run command
-
[Support] Linuxserver.io - Nextcloud
You got a VPN or anything?
-
My New Dockers - Apache-PHP and Enhanced Calibre Server
I think you'd need some good reproduceable evidence that Unraid is changing owner and group, because I can't say I've ever seen any reports of that.
-
[Support] Linuxserver.io - Plex Media Server
AFAIK trakt is your only option.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
https://github.com/linuxserver/docker-letsencrypt#parameters
-
[Plug-In] Community Applications
Gotta remember that we're volunteers not representatives of LimeTech and, consequently as we're doing this in our spare time we often joke with one another. I'm like Squid, if I have to be professional whilst I help out here, I quit. To be fair, the LimeTech staff are always professional, so don't judge them by the rest of us. Laughing at Squid getting stranded in a far away land is a rare highlight in my otherwise rather serious life at work when I do put my professional hat very firmly on.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Good pickup on the subdomain redirect, didn't notice that.