Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

CHBMB

Community Developer
  • Joined

Everything posted by CHBMB

  1. 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.
  2. I'm going to hazard a guess that it's because the radios are disabled?
  3. 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.
  4. NAT reflection or hairpin NAT is what you need. http://$IPADDRESS:180 or https://$IPADDRESS:1443 should work fine internally though
  5. 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
  6. No idea..... Just chmod & chown any new scripts.
  7. 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
  8. Works for me How are you running these commands? Sent from my Mi A1 using Tapatalk
  9. Does that work? Can you now see the scripts? Sent from my Mi A1 using Tapatalk
  10. 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
  11. chown nobody:users -R /mnt/user/appdata/nzbget/scripts/ then ls -la /mnt/user/appdata/nzbget/scripts/
  12. What's the output of ls -la /mnt/user/appdata/nzbget/scripts/
  13. Because they're not executable.... chmod +x /mnt/user/appdata/nzbget/scripts/*.py
  14. Change the scripts directory to /config/scripts ${AppDir} refers to /app/nzbget
  15. Zip the scripts up and paste them here and I'll have a quick play around.
  16. 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
  17. What's the output of docker exec -it nzbget ls -la /config/scripts/
  18. Yeah, we've got an issue on our Github, we're looking at it.
  19. 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
  20. Got any logs from container setup? Otherwise impossible to say what's going on. Sent from my Mi A1 using Tapatalk
  21. It's already using it. https://github.com/linuxserver/docker-lazylibrarian/blob/master/Dockerfile#L46
  22. Can you elaborate on what firmware version you're currently running etc. Sent from my Mi A1 using Tapatalk

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.