Everything posted by Djoss
-
[Support] Djoss - Firefox
Which VPN docker are you using?
-
[Support] Djoss - Nginx Proxy Manager
If you trust your local network, then it make sense. Enabling SSL for apps allow traffic between NPM and the apps to be encrypted.
-
[Support] Djoss - FileBot
You don't need to remove them. Just let these settings without value and create a new "Path".
-
[Support] Djoss - Nginx Proxy Manager
Correct, port 443 is needed.
-
[Support] Djoss - Nginx Proxy Manager
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.
-
[Support] Djoss - Nginx Proxy Manager
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.
-
[Support] Djoss - Nginx Proxy Manager
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.
-
[Support] Djoss - FileBot
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
-
[Support] Djoss - HandBrake
It should work... can you describe the issue you have?
-
[Support] Djoss - Nginx Proxy Manager
There is no config for this, but you can create a proxy host to access NginxProxyManager UI over HTTPs.
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
Do you have anything interesting in the container's log?
-
[Support] Djoss - FileBot
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.
-
[Support] Djoss - FileBot
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...
-
[Support] Djoss - FileBot
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" ?
-
[Support] Djoss - FileBot
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.
-
[Support] Djoss - Nginx Proxy Manager
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.
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
See :
-
[Support] Djoss - FileBot
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>".
-
[Support] Djoss - Firefox
Try the solution described here to make sure new windows are open in new tabs: https://support.mozilla.org/en-US/questions/1193456
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
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.
-
[Support] Djoss - FileBot
Did you installed the correct container via Community Apps? You can also share a screenshot of the container's settings.
-
[Support] Djoss - Firefox
No, because there is no version of Flash compatible with Alpine Linux...
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
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
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
I guess you need first to select "Archive Key Password" or "Custom Key"?
-
[Support] Djoss - Nginx Proxy Manager
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.