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. I just use the defaults, whatever they are... Sent from my LG-H815 using Tapatalk
  2. @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; } }
  3. Not sure what to say, everything looks ok in the logs, fresh pull on my machine works fine. Tried a different browser?
  4. Pretty much down to personal preference. Sent from my LG-H815 using Tapatalk
  5. Yeah, we are planning on releasing it and it's pretty light on resources as far as I can tell.
  6. It's nothing to do with disabling privoxy. It's this post.
  7. Link in my signature Sent from my LG-H815 using Tapatalk
  8. 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
  9. Post 154 of this thread. Sent from my LG-H815 using Tapatalk
  10. No, although that has been a feature request. Sent from my LG-H815 using Tapatalk
  11. 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.
  12. No damned idea, only thing I can think of is delete Preferences.xml and restart the container.
  13. Just mount the file in /config /config/php.ini = /etc/php7/php.ini
  14. Tried a different browser? Anything in the logs?
  15. 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
  16. 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
  17. 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
  18. Post your docker run command. Sent from my LG-H815 using Tapatalk
  19. Well you haven't edited config.php like the guide says.
  20. Follow the guide on the first post. I can see that isn't the way you have installed it so far.
  21. 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......
  22. Yes, use the external devices plugin from Nextcloud Sent from my LG-H815 using Tapatalk
  23. 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.
  24. 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.
  25. Yes Sent from my LG-H815 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.