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.

Djoss

Community Developer
  • Joined

  • Last visited

Everything posted by Djoss

  1. No, this container does not serve web sites. It seems that what you need is a web server to serve your site.
  2. Try to add the following line under the Advanced tab: location = /{return 301 $scheme://$http_host/vnc.html;}
  3. I think you don't need to put anything in "Source Net". "IP Address" should be the IP of unRAID.
  4. You have to stick to container version 1.0.2. https://github.com/jlesage/docker-filebot#donation-supported-version
  5. No, you change them only if the default is not correct for you. See https://github.com/jlesage/docker-filebot#environment-variables Container logs should be the place. Are you sure the script is running? There is no config file. Everything is configured through environment variables.
  6. This same script is used by all my other containers... Did you removed the appdata folder along with the container? Are you using default settings?
  7. I guess this new version will be eventually supported/integrated into JDownloader2...
  8. Did you try to start with a clean appdata folder?
  9. Would you like to share to config you tried?
  10. I also have the same issue. I'm not sure if this is a problem with NPM or not...
  11. If you ISP is blocking port 80, then it's not possible to automatically get SSL certificates... Check if your port is accessible from the Internet using https://www.yougetsignal.com/tools/open-ports/
  12. Is it another container that runs NoVNC ?
  13. You need to understand that the folder structure in the container and on the host are different. So the symlink created by AMC is good from the container's point of view, but obviously not from the host (unRAID) side. If you want to AMC to create symlinks, you need to map a path from unRAID to the same path inside the container: e.g. map /mnt/user to /mnt/user. This can be done by adding a "Path" in the container's settings.
  14. Note that CrashPlan has a couple restrictions on what can be backup... This file is probably part of them.
  15. My guess is that until your backup finish, CrashPlan will probably have a non-negligible impact on the system. Is the latency caused by the CPU usage or all the performed I/Os?
  16. You said it was working with Plex: were you also encoding in h265 with Plex? Is encoding with h264 working?
  17. Great, let met know!
  18. People usually do this to remote access the container. Reverse proxy is done by a separate container.
  19. Try to set the destination file under "/output/" instead.
  20. I don't know, I never end-up in this situation!
  21. You can try with a fresh install to see if this fixes the issue: Stop the container. Move your appdata folder: mv /mnt/user/appdata/JDownloader2 /mnt/user/appdata/JDownloader2.backup Start the container.
  22. The forward hostname/ip is the IP address of the service/app you want to proxy. So for example, if the service is a docker container, you set the IP address of unRAID and the port is the one used to access the container's web UI.
  23. Yes, see https://github.com/jlesage/docker-nginx-proxy-manager#default-administrator-account
  24. openssl need need to use SNI to connect: add "-servername subdomain.domain.com" to your openssl command.
  25. I think you should be able to use "auth_basic off;" for the location you want to exclude.

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.