Everything posted by Djoss
-
[Support] Djoss - HandBrake
This is now fixed in the latest image.
-
[Support] Djoss - CloudBerry Backup
I reported this issue a few years ago... so looks like no fix has been done yet. I suspect that this happens to files that were present during the scan, but got deleted from the host before being uploaded to the cloud.
-
[Support] Djoss - Nginx Proxy Manager
Adding location = /{return 301 $scheme://$http_host/ubooquity/;} is only if you reverse proxy ubooquity. This has nothing to do with security report results. SSL settings are not (easily) editable with NPM. Having a nice green report also implies that your site has less compatibility with different devices... So there is no set of settings that will fit everybody needs.
-
[Support] Djoss - HandBrake
The name of the preset must include the category. So in your case, you should try to set "Devices/Roku Ultra Torrey". Yes, when the automatic video converter is encoding something, a small window will appear in the UI with the progress.
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
Try with another browser or try to clear the browser cache to see if this helps.
-
[Support] Djoss - Nginx Proxy Manager
Try to add the following line under the Advanced tab: location = /{return 301 $scheme://$http_host/ubooquity/;}
-
[Support] Djoss - Nginx Proxy Manager
What is your last issue? Something in the container log?
-
[Support] Djoss - HandBrake
It's an issue with HandBrake when using the latest Intel Media SDK. See https://github.com/HandBrake/HandBrake/issues/2858 A fix is being reviewed. Once, accepted, I should be able to integrate it in the Docker image.
-
[Support] Djoss - FileBot
How do yo identify the files that should not change ? Can you just copy/move the files that can be changed to the Filebot's watch folder?
-
[Support] Djoss - JDownloader 2
You probably hit the maximum size that can be handled by the clipboard. Many people are using with success MyJDownloader with the browser's plugin.
-
[Support] Djoss - HandBrake
No this is not possible. The system has been designed to convert anything you put in the watch folder. I guess you set "Keep Source Files" to 0 (i.e. remove them) ? Instead of ignoring non-video files, you could try to copy them by setting "Non-Video File Action" to "copy" ?
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
To which location are you restoring ? If you login to the container, can you see the restored files?
-
[Support] Djoss - Nginx Proxy Manager
You don't need to transfer certs. Nginx Proxy Manager will re-generate them.
-
[Support] Djoss - Nginx Proxy Manager
If I remember correctly, a container in bridge mode can't access another container with an assigned IP (unless you use a vlan I think). Just remember that port mappings work only in bridge network mode. So if you use NPM in another mode, you need to work with ports of the container (i.e. 8080, 4443 and 8181).
-
[Support] Djoss - Nginx Proxy Manager
No, you need to re-configure your proxied services in NPM.
-
[Support] Djoss - Nginx Proxy Manager
For Plex the "/web/index.html" part is not needed. Is it the same thing for Jellyfin ?
-
[Support] Djoss - HandBrake
It's also working fine for me. Can you tell if you have issue with h.264, h.265 or both ? Also, which CPU do you have exactly ?
-
[Support] Djoss - HandBrake
You can use AUTOMATED_CONVERSION_OUTPUT_SUBDIR or AUTOMATED_CONVERSION_OUTPUT_DIR.
-
[Support] Djoss - HandBrake
If you access unRAID as root you should be able to delete the files?
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
This is usually fixed by clearing the browser's cache. Are you using the latest version of the Docker image ?
-
[Support] Djoss - Nginx Proxy Manager
To reset the password: https://github.com/jlesage/docker-nginx-proxy-manager#password-reset
-
[Support] Djoss - FileBot
No sure to understand... are you installing the container using the Community Applications plugin ?
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
Yes, working on this
-
[Support] Djoss - MakeMKV
This thread is more about providing support for the MakeMKV docker container. There are some hardware related threads in unRAID forums. You may have better luck if you post your question in one of them.
-
[Support] Djoss - HandBrake
Well this is not really a bug. It's a behaviour change of the latest version of HandBrake. The way presets are identified changed. I don't have any control on this part.... I will however update the documentation to reflect this change.