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. What about mapping the different watch folders to the same folder on unRAID ? Make sure that you configure the automatic video converter to not touch the source files. You can then manually clean the source files once all conversions are done.
  2. Since you are invoking the binary from the container, the paths you use should be ones inside the container. By default, "/mnt/user" on unRAID is mapped to "/storage" in the container. So you should probably use paths like "/storage/mount_mergerfs/...".
  3. You can manually invoke the binary like this: docker exec FileBot /opt/filebot/filebot -script fn:sysinfo
  4. I just changed the 'latest' tag to point to the previous version. So just update the container again...
  5. Thanks, I'm looking at this.
  6. Yes, container update is coming
  7. Double check the devices you mapped to the container. They may have changed ?
  8. This should work. You should be able to set AUTO_CONVERSION_OUTPUT_DIR to "/output/anotherdir" for example.
  9. Look at the container's log: you should have a message telling the pre-conversion hook being invoked. Also, make sure you have the latest version of the container.
  10. Note that it's input files that are checked: the same input file won't be re-encoded more than once. If you moved out the input file and then re-added it again, it may be re-encoded again if its characteristics changed. If you don't want this to happen, make sure to keep file's dates the same when moving it around.
  11. Are you running the latest version of the container? Because the OUTPUT_DIR should be set: https://github.com/jlesage/docker-handbrake/blob/master/rootfs/etc/services.d/autovideoconverter/run#L371
  12. FileBot's naming schema is really powerful... thanks for your input @alturismo 👍
  13. You could try to play with these settings, to put in the Advanced tab: proxy_connect_timeout 600; proxy_send_timeout 600; proxy_read_timeout 600; send_timeout 600;
  14. The setting should work... Which value did you use?
  15. This container doesn't server web sites. You would need something for this.
  16. In upload or download?
  17. Yes, reloading nginx should to the trick. When you install a custom certificate in NPM, this cert is stored somewhere under /mnt/user/appdata/NginxProxyManager/. So when a certificate is generated by certbot-docker, you would need a way to copy it over the one of NPM.
  18. You could try to create another instance of the container, with different ports and paths.
  19. On which filesystem is /mnt/user/jDownloader ?
  20. This can work. However, when certs are updated, you will probably have to manually restart Nginx Proxy Manager...
  21. Yes I'm working on the update. The latest version bring a couple of changes that require more work...
  22. Indeed this is a better way of backing up the flash drive. All files of the flash drive are owned by root/root. Since CrashPlan doesn't run as root , it can't see/read them.
  23. You can configure different naming format for movies/series. So I guess the issue is with movies vs kids movies?
  24. You should not set absolute paths in your Format settings. Try removing them.
  25. This is with default settings? With a clean appdata folder? Do you have the logs since the start of the container?

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.