Everything posted by Djoss
-
[Support] Djoss - Firefox
Just adding "--security-opt seccomp=unconfined" to extra parameter is enough. No need to run in privileged mode. And yes, the shm parameter still needed.
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
Upload speed is very slow with CrashPlan. Expects several weeks to complete the initial backup. For download, I think the speed is better, maybe someone else can confirm.
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
Yes working on this
-
[Support] Djoss - HandBrake
Custom preset ? What you should see is a new "Video encoder" for QSV, under the Video tab.
-
[Support] Djoss - HandBrake
You can also add an element to the template with "Config Type" of "Device", which do the same thing.
-
[Support] Djoss - Nginx Proxy Manager
Not sure I fully understand your issue, but streams allow you to forward tcp/udp traffic from the Internet to another device on the network.
-
[Support] Djoss - Nginx Proxy Manager
Try to upgrade to the latest image and do the following: In your access list, make sure Satisfy Any is selected if you have set nothing under the Access tab. In your proxy, remove usage of the access list and save. Finally, re-enable usage of your access list in the proxy host and save.
-
[Support] Djoss - Nginx Proxy Manager
And how did you configured your proxy host in NPM ?
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
So were you able to perform an initial backup ? If not, you can try to start from a clean state: Stop the container. Remove /mnt/user/appdata/CrashPlanPRO Start the container.
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
Thanks for the heads-up! I will have a look at this once the new version comes out.
-
[Support] Djoss - FileBot
Correct, watch and output can't be the same. Else, renamed files will be processed again. If you want to rename existing files in-place, you will probably have better luck with using the UI.
-
[Support] Djoss - Firefox
Yes this is a known issue/behaviour change. For now you can add "--security-opt seccomp=unconfined" into advanced parameters or enable privileged mode.
-
[Support] Djoss - Firefox
You talk about the icon under the Docker page? How do you change it?
-
[Support] Djoss - Nginx Proxy Manager
That's make sense: the Internal Error is usually due to the Letsencrypt service not being table to reach your container.
-
[Support] Djoss - Nginx Proxy Manager
If port 80 is blocked, you won't be able to get SSL certificates from Letsencrypt. HTTP validation is the only method supported by Nginx Proxy Manager. You may try the letsencrypt container instead, which I think supports other verification methods, like DNS.
-
[Support] Djoss - Nginx Proxy Manager
I don't use this myself, but looking at the provided examples, it seem that web socket support may be needed. Did you enabled that ?
-
[Support] Djoss - FileBot
Correct, process explained here: https://github.com/jlesage/docker-filebot#installing-a-license
-
[Support] Djoss - Firefox
You are right. The issue seems to be caused by the usage of a system call not allowed by default by Docker. I'm looking to solutions, but as a temporary workaround, enabling privileged mode should fix the crash. You can also revert to the previous version.
-
[Support] Djoss - Firefox
I also noticed this issue. I'm looking at this....
-
[Support] Djoss - HandBrake
You can't. However, if you mount this share in unRAID, then you can map the folder to the container.
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
Yes, this is common and expected. CrashPlan service is known to be slow. However, with deduplication, you may end up with faster completion time...
-
[Support] Djoss - HandBrake
By default, "/storage" is read-only. HandBrake is expected to write to "/output". So if you navigate under /output and create the folder, it should work.
-
[Support] Djoss - FileBot
Sorry for breaking your setup. Because shell variable expansion can occur at multiple levels, it's not easy to get it right for everyone and every scenarios. That being said, putting your ignore parameter between double quotes should fix your issue: --lang de --def "ignore=[.](ts|idx2)$" --def plex=192.168.1.71:xxx --def emby=192.168.1.75:xxx -exec bash /config/postprocess.sh {historic.f} {f} {n} {t} {s} {e} {seconds} The parentheses were the characters causing the issue.
-
[Support] Djoss - HandBrake
On the Docker page, if you click the icon of the container you installed, you should have a Support link. HandBrake itself has support for NVENC, but not all Docker implementations of HandBrake have it.
-
[Support] Djoss - Nginx Proxy Manager
Port mappings only apply when you use the "bridge" network type.