Everything posted by CHBMB
-
[Support] Linuxserver.io - Grocy
That's not quite what I said. I said I was looking at it, and also couldn't get it working, however on our test systems and another ls.io member's machine they were unable to reproduce it. So that makes it very tricky to try and pin down as it's not reproducible. Also, the maintainer of this container is kind of busy with real life at the moment. We will look at it, but it might not be a quick fix.
-
[Support] Linuxserver.io - Unifi-Controller
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Docker run command
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
An unexpected error occurred: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xae in position 2: invalid start byte Please see the logfiles in /var/log/letsencrypt for more details. ERROR: Cert does not exist! Please see the validation error above. The issue may be due to incorrect dns or port forwarding settings. Please fix your settings and recreate the container Nginx is never starting up...... Need to fix that error before anything else.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I meant the docker container logs......
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Logs then....
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
NAT reflection or hairpin NAT is what you need. http://$IPADDRESS:180 or https://$IPADDRESS:1443 should work fine internally though
-
[Support] Linuxserver.io - Nextcloud
Has been for ages, but as per the first post in this thread, you need to update through the webui or CLI for an existing install https://hub.docker.com/r/linuxserver/nextcloud/tags
-
[Support] Linuxserver.io - NZBGet
No idea..... Just chmod & chown any new scripts.
-
[Support] Linuxserver.io - NZBGet
Try a proper terminal..... Run these one after the other rm /mnt/user/appdata/nzbget/scripts/EMail.py rm /mnt/user/appdata/nzbget/scripts/DeleteSamples.py wget https://raw.githubusercontent.com/nzbget/nzbget/develop/scripts/EMail.py -O /mnt/user/appdata/nzbget/scripts/EMail.py wget https://raw.githubusercontent.com/clinton-hall/GetScripts/master/DeleteSamples.py -O /mnt/user/appdata/nzbget/scripts/DeleteSamples.py chmod +x /mnt/user/appdata/nzbget/scripts/EMail.py chmod +x /mnt/user/appdata/nzbget/scripts/DeleteSamples.py chown nobody:users /mnt/user/appdata/nzbget/scripts/EMail.py chown nobody:users /mnt/user/appdata/nzbget/scripts/DeleteSamples.py
-
[Support] Linuxserver.io - NZBGet
Works for me How are you running these commands? Sent from my Mi A1 using Tapatalk
-
[Support] Linuxserver.io - NZBGet
Does that work? Can you now see the scripts? Sent from my Mi A1 using Tapatalk
-
[Support] Linuxserver.io - NZBGet
Try this wget https://raw.githubusercontent.com/nzbget/nzbget/develop/scripts/EMail.py -O /mnt/user/appdata/nzbget/scripts/EMail.py wget https://raw.githubusercontent.com/clinton-hall/GetScripts/master/DeleteSamples.py -O /mnt/user/appdata/nzbget/scripts/DeleteSamples.py
-
[Support] Linuxserver.io - NZBGet
chown nobody:users -R /mnt/user/appdata/nzbget/scripts/ then ls -la /mnt/user/appdata/nzbget/scripts/
-
[Support] Linuxserver.io - NZBGet
What's the output of ls -la /mnt/user/appdata/nzbget/scripts/
-
[Support] Linuxserver.io - NZBGet
Because they're not executable.... chmod +x /mnt/user/appdata/nzbget/scripts/*.py
-
[Support] Linuxserver.io - NZBGet
Change the scripts directory to /config/scripts ${AppDir} refers to /app/nzbget
-
[Support] Linuxserver.io - NZBGet
Zip the scripts up and paste them here and I'll have a quick play around.
-
[Support] Linuxserver.io - NZBGet
Well they're there..... Not sure if they need to be executable though, which they're not, other than Completion.py docker exec -it nzbget chmod +x /config/scripts/*.py
-
[Support] Linuxserver.io - NZBGet
What's the output of docker exec -it nzbget ls -la /config/scripts/
-
[Support] Linuxserver.io - Mylar
Yeah, we've got an issue on our Github, we're looking at it.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Well Nginx is starting up fine so it must be an issue with whatever you're trying to configure. But I'm still not clear what the issue you're having is.... Are you getting errors on a fresh pull, with fresh appdata and before you edit any site configs? Or are you editing your site configs then getting an error? Sent from my Mi A1 using Tapatalk
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Got any logs from container setup? Otherwise impossible to say what's going on. Sent from my Mi A1 using Tapatalk
-
[Support] Linuxserver.io - LazyLibrarian
It's already using it. https://github.com/linuxserver/docker-lazylibrarian/blob/master/Dockerfile#L46
-
[Support] Linuxserver.io - Unifi-Controller
Can you elaborate on what firmware version you're currently running etc. Sent from my Mi A1 using Tapatalk