Everything posted by Djoss
-
[Support] Djoss - Nginx Proxy Manager
No, this container does not serve web sites. It seems that what you need is a web server to serve your site.
-
[Support] Djoss - Nginx Proxy Manager
Try to add the following line under the Advanced tab: location = /{return 301 $scheme://$http_host/vnc.html;}
-
[Support] Djoss - Nginx Proxy Manager
I think you don't need to put anything in "Source Net". "IP Address" should be the IP of unRAID.
-
[Support] Djoss - FileBot
You have to stick to container version 1.0.2. https://github.com/jlesage/docker-filebot#donation-supported-version
-
[Support] Djoss - FileBot
No, you change them only if the default is not correct for you. See https://github.com/jlesage/docker-filebot#environment-variables Container logs should be the place. Are you sure the script is running? There is no config file. Everything is configured through environment variables.
-
[Support] Djoss - JDownloader 2
This same script is used by all my other containers... Did you removed the appdata folder along with the container? Are you using default settings?
-
[Support] Djoss - JDownloader 2
I guess this new version will be eventually supported/integrated into JDownloader2...
-
[Support] Djoss - JDownloader 2
Did you try to start with a clean appdata folder?
-
[Support] Djoss - Nginx Proxy Manager
Would you like to share to config you tried?
-
[Support] Djoss - Nginx Proxy Manager
I also have the same issue. I'm not sure if this is a problem with NPM or not...
-
[Support] Djoss - Nginx Proxy Manager
If you ISP is blocking port 80, then it's not possible to automatically get SSL certificates... Check if your port is accessible from the Internet using https://www.yougetsignal.com/tools/open-ports/
-
[Support] Djoss - Nginx Proxy Manager
Is it another container that runs NoVNC ?
-
[Support] Djoss - FileBot
You need to understand that the folder structure in the container and on the host are different. So the symlink created by AMC is good from the container's point of view, but obviously not from the host (unRAID) side. If you want to AMC to create symlinks, you need to map a path from unRAID to the same path inside the container: e.g. map /mnt/user to /mnt/user. This can be done by adding a "Path" in the container's settings.
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
Note that CrashPlan has a couple restrictions on what can be backup... This file is probably part of them.
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
My guess is that until your backup finish, CrashPlan will probably have a non-negligible impact on the system. Is the latency caused by the CPU usage or all the performed I/Os?
-
[Support] Djoss - HandBrake
You said it was working with Plex: were you also encoding in h265 with Plex? Is encoding with h264 working?
-
[Support] Djoss - MakeMKV
Great, let met know!
-
[Support] Djoss - JDownloader 2
People usually do this to remote access the container. Reverse proxy is done by a separate container.
-
[Support] Djoss - HandBrake
Try to set the destination file under "/output/" instead.
-
[Support] Djoss - JDownloader 2
I don't know, I never end-up in this situation!
-
[Support] Djoss - JDownloader 2
You can try with a fresh install to see if this fixes the issue: Stop the container. Move your appdata folder: mv /mnt/user/appdata/JDownloader2 /mnt/user/appdata/JDownloader2.backup Start the container.
-
[Support] Djoss - Nginx Proxy Manager
The forward hostname/ip is the IP address of the service/app you want to proxy. So for example, if the service is a docker container, you set the IP address of unRAID and the port is the one used to access the container's web UI.
-
[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.