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. Which VPN docker are you using?
  2. If you trust your local network, then it make sense. Enabling SSL for apps allow traffic between NPM and the apps to be encrypted.
  3. You don't need to remove them. Just let these settings without value and create a new "Path".
  4. Correct, port 443 is needed.
  5. This is done by the client (browser). So the browser connects to port 80, then the web server (NPM) sends a redirect to the client and finally the browser follow the redirect and connects to port 443.
  6. Humm the SSL port is normally used. For example, on the Internet side, when someone connects to port 80 (non-ssl), it gets redirected to the SSL port 443. An SSL connection is never done on port 80.
  7. The Force SSL option redirects users connecting to the non-secure HTTP port (80) to the secure HTTPs port (443). Since NPM is mainly used to access services over the Internet, having an encrypted connection is always better.
  8. But it seems that you still have multiple mount points (multiple '-v' parameters)... Try with only these relevant parts: -e 'AMC_INPUT_DIR'='/media/watch' -e 'AMC_OUTPUT_DIR'='/media/output' -v '/mnt/cache/Media':'/media':'rw' In unRAID you can create the required folders: mkdir /mnt/cache/Media/watch mkdir /mnt/cache/Media/output chown -R nobody:users /mnt/cache/Media
  9. It should work... can you describe the issue you have?
  10. There is no config for this, but you can create a proxy host to access NginxProxyManager UI over HTTPs.
  11. Do you have anything interesting in the container's log?
  12. With your last test, why you are moving file from /media/Temp instead of /media/watch ? For sure, you need to have a single mapping: '/mnt/cache/Media/':'/media':'rw' If you create multiple mount points and you try to move files between them, it won't work.
  13. Then you should look on FileBot forum if there is a known issue about discord web hooks. If FileNot properly reports the configured hook, it seems to me that the issue if with FileBot itself...
  14. So did you add a new Path which maps /mnt/cache/Media from unRAID to /media in the container? And the "Automated Media Center: Input Directory" variable is set to "/media/watch" and "Automated Media Center: Output Directory" variable is set to "/media/output" ?
  15. So probably that the file was not moved within the same physical disk? An instant move could be tricky to achieve, depending on the configuration of your share and if it uses or not the cache drive. Note that some people are mapping their folders under /mnt/cache/ to avoid this issue.
  16. This is possible by adding a "Custom location" under your proxy host. But note that this method is more complex and the application your are proxying may not support this scenario or may require additional configuration.
  17. Yes there are multiple ways you can achieve this. You could for example add a new "Path" for "/media" in the container. Then set the "Input Directory" variable to "/media/<your input folder>" and the "Output Directory" variable to "/media/<your output folder>".
  18. Try the solution described here to make sure new windows are open in new tabs: https://support.mozilla.org/en-US/questions/1193456
  19. Yes, the data is always encrypted. By default, the account password is used to perform the encryption. The save button is disabled only because you have to do some change before being able to save.
  20. Did you installed the correct container via Community Apps? You can also share a screenshot of the container's settings.
  21. No, because there is no version of Flash compatible with Alpine Linux...
  22. I would make sure the correct password is used to login. Else, you can also try to clear the cache: https://github.com/jlesage/docker-crashplan-pro#device-status-is-waiting-for-connection
  23. I guess you need first to select "Archive Key Password" or "Custom Key"?
  24. The goal of this software is to make easy for people to remotely access their home services through HTTPs using a DNS name. Certificates are generated by Let'sEncrypt. This provider requires your web server to be accessible over the Internet through port 80 (only). Both can be used depending on your setup. A-Record maps a DNS name to an IP address, while CNAME map a DNS to another DNS name. No, but there are some build-in help in the UI.

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.