Everything posted by Djoss
-
[Support] Djoss - Nginx Proxy Manager
Yes, see https://github.com/jlesage/docker-nginx-proxy-manager#default-administrator-account
-
[Support] Djoss - Nginx Proxy Manager
openssl need need to use SNI to connect: add "-servername subdomain.domain.com" to your openssl command.
-
[Support] Djoss - Nginx Proxy Manager
I think you should be able to use "auth_basic off;" for the location you want to exclude.
-
[Support] Djoss - Nginx Proxy Manager
Shouldn't be done by the proxied app itself?
-
[Support] Djoss - Nginx Proxy Manager
Do you have the same problem if you access the app directly, without going through NPM?
-
[Support] Djoss - Nginx Proxy Manager
You can try to add something like this to the advanced config. location = / {return 301 $scheme://$http_host/zm/;} But I think you may then need to add a "Custom location" for "/zm".
-
[Support] Djoss - Nginx Proxy Manager
When you use the default bridge network type, you can map the ports used by the container to any port on the host.
-
[Support] Djoss - Firefox
It is working fine for me. Which browser are you using? Did you try with a different one?
-
[Support] Djoss - HandBrake
Can you provide more details about the error you are getting?
-
[Support] Djoss - HandBrake
For the web access issue, can you try to clear your browser cache or try with another browser? For the automatic converted issue, can you provide more details/log?
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
Editing this file has never been supported by CrashPlan, so they probably took a step further...
-
[Support] Djoss - JDownloader 2
My guess is that your file is a RAR5 archive? https://board.jdownloader.org/showthread.php?t=71069
-
[Support] Djoss - JDownloader 2
Do you have the issue with any Youtube videos? Maybe you can share a link that doesn't work for you so I can try on my side?
-
[Support] Djoss - QDirStat
You already have I the container settings "Display Width" and "Display Height" that you can adjust. No need to add additional variables.
-
[Support] Djoss - MakeMKV
What do you mean exactly? If the container doesn't stop by itself when requested, docker will forcefully terminate it after few seconds.
-
[Support] Djoss - MakeMKV
Do you have the same speed with any disc?
-
[Support] Djoss - JDownloader 2
I have the same: Build Date: Thu Feb 06 15:33:20 CET 2020
-
[Support] Djoss - HandBrake
Are your selecting the output as something under "/output/"?
-
[Support] Djoss - QDirStat
To make additions unRAID paths available to QDirStat, you need to edit the container settings and add a new "Path". This is how a path in unRAID is mapped to a path in the container.
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
Not sure what you mean by "CRASHPLAN_SRV_MAX_MEM error". Can you provide the exact error(s) ?
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
I do not see this as a problem. The size of all files you backup can differ from the space used on CrashPlan's server. CrashPlan is keeping multiple versions of the same file. So if you have files that change frequently, a lot of versions can be created. Also, files you deleted are kept for a certain amount of time before being removed from the backup.
-
[Support] Djoss - CloudBerry Backup
Yes, if your NAS is accessible via a local directory path.
-
[Support] Djoss - HandBrake
Which CPU do you have? Also, try with the today's update to see if it changes anything. Note that the CPU pinning issue is not related to the container itself, but with Docker. Somehow your CPU pinning config doesn't get applied properly?
-
[Support] Djoss - JDownloader 2
It's working for me. Maybe make sure JDownloader is up to date?
-
[Support] Djoss - JDownloader 2
Are you using default container settings? Did you mapped any folder of the container to the RAM (e.g. /tmp/)? Do get more detailed stats about your containers, you can install something like "cadvisor" (available from Community Apps).