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. Clearing the browser's cache usually fixes this kind of issue.
  2. Which error are you getting exactly ? Is the error preventing the disc to be ripped ? Also, what is the model of your drives ?
  3. Could you try to rip the disc manually and provide the output ? First, login to the container: docker exec -ti MakeMKV sh Then, to rip disc 0, execute: env HOME=/config /opt/makemkv/bin/makemkvcon -r --progress=-same mkv disc:0 all /output/manual_rip_test If you don't know the disc ID, you can run: /opt/makemkv/bin/makemkvcon -r --cache=1 info disc:9999
  4. With the latest version, in MakeMKV you click View->Preferences. Under the "General" tab, you have a checkbox "Enable Internet access".
  5. Not sure to understand what was the issue/fix. Could you elaborate ?
  6. No need to remove them. You can just clear the value of you don't need them,
  7. Can you try the same proposed steps: Access in a private/incognito window. Look at the browser's console (in developper tools) for any errors. This should indicate the reason of the failure.
  8. In addition to the "normal" UI, CloudBerry Backup also provide a web interface. This is what you get over port 43211.
  9. Try to access in a private/incognito window. If you still have the issue, look at the browser's console (in developper tools) for any errors. You may also want to share your reverse proxy configuration.
  10. Did you enable WebSocket support on your reverse proxy ?
  11. In the container's setting, you can adjust the following field: Automatic Disc Ripper: Minimum Title Length
  12. Correct, in this version, AMC was not implemented yet.
  13. It's the cache of your browser that you need to clear.
  14. Where are you restoring the files ? If you are restoring at their original location, you first need to make /storage read/write (it is read only by default). You can change this in the container's settings (don't forget to toggle to the Advanced View).
  15. For HandBrake to display these kind of characters, you need to edit the container's settings and add a new "Variable" named "ENABLE_CJK_FONT" with a value of "1".
  16. You need to edit the container settings and add a new "Path". This basically maps a path from the host (unRAID) to a path in the container.
  17. WebSocket support must be enabled only when your proxied application requires it. When enabling Cache Assets, some assets, like images, will be served by NPM instead of your proxied application. I guess this can provide some performance improvements when a lot of them need to be loaded.
  18. Container image has been updated.
  19. @Rejserr, the web server is not starting because of the missing certificate file. If the certbot command suggested by @mattie112 doesn't fix the problem, you should try to edit the file under /mnt/user/appdata/NginxProxyManager/nginx/proxy_host/ that contains the following lines: ssl_certificate /etc/letsencrypt/live/npm-9/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/npm-9/privkey.pem; And comment them: # ssl_certificate /etc/letsencrypt/live/npm-9/fullchain.pem; # ssl_certificate_key /etc/letsencrypt/live/npm-9/privkey.pem;
  20. You could verify if the time inside the container is correct: docker exec CloudBerryBackup date
  21. Look at /mnt/user/appdata/NginxProxyManager/log/letsencrypt/letsencrypt.log for more details about the challenge failure. Probably that NginxProxyManager is not reachable from the Internet ?
  22. The custom config you put there is inserted under the "server" context. The "log_format" statement is not allowed to be defined there. You could try to add "log_format" to /mnt/user/appdata/NginxProxyManager/nginx/http.conf. However, I'm not sure if it will work well since the log format is already defined somewhere else.
  23. The problem seems to be the ownership of /dev/sr5, which is root/root On my machine, I have: crw-rw---- 1 root cdrom 21, 1 Sep 8 19:08 /dev/sg1 Do you have something that change the ownership of the device ? You can try to set the group back to "cdrom" with: chgrp cdrom /dev/sg5 You can also run MakeMKV as root by setting the User ID and Group ID to 0, but that's not ideal.
  24. So if I understand correctly, the “Network Type” is not set to “Bridge”, but to “Custom : br0”? If this is the case, you are correct in saying that port 8080 can’t be changed. Container’s ports can be mapped to something else only with a “Bridge” network type. You can try to login to the container (docker exec -ti NginxProxyManager sh) and see if you can ping your other container from there.
  25. For some reason NPM is not able to access 170.63. Is NPM using the default bridge network ? What about 170.63 ?

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.