Everything posted by ezzys
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
It was not connecting to the vnc. That was the error in the consol. Just had to disable unlock origin add on in Firefox for the cloudberry webpage and the error with the connection to the vnc disappeared.
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
Just tried prviate browser and it works. Looking at the browser tools it was blocking / causing issues with the connection to the websocket. Looks like unblock origin was the cause. Disabled it on crashplan and it now works fine.
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
Hi I am having trouble using a reverse proxy to access CrashPlan (note I am using Nginx Proxy Manager to manage this). When accessing crashplan via the reverse proxy I get a red cross and error 1006 server disconnect. I got around this on another docker (Cloudberry) by using HTTPS and setting a login to the gui. I have tried enabling "Secure Connection:" in the docker template, but this did not work. Any suggestions appreciated. The conf file is below. server { set $forward_scheme http; set $server "[local ip of server]"; set $port 7810; listen 8080; listen [::]:8080; listen 4443 ssl http2; listen [::]:4443; server_name crashplan.mydomain.com; # Let's Encrypt SSL include conf.d/include/letsencrypt-acme-challenge.conf; include conf.d/include/ssl-ciphers.conf; ssl_certificate /etc/letsencrypt/live/npm-14/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/npm-14/privkey.pem; # Block Exploits include conf.d/include/block-exploits.conf; access_log /config/log/proxy_host-10.log proxy; location / { # Force SSL include conf.d/include/force-ssl.conf; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; proxy_http_version 1.1; # Proxy! include conf.d/include/proxy.conf; } # Custom include /data/nginx/custom/server_proxy[.]conf; }
-
[Support] Djoss - CloudBerry Backup
I have been playing around with the settings and I have manged to get it to work. Previously I was using HTTP and port 7802. However I have just changed it to HTTPS and port 43211 and it comes up with a login screen. When I entered the login details I set in the docker template the reverse proxy worked. Although the GUI looks different!
-
[Support] Djoss - CloudBerry Backup
Yes I have enabled WebSocket
-
[Support] Djoss - CloudBerry Backup
Has anyone managed to set up this docker behind a reverse proxy? I tried to do this but all I get is a "Cloudberry logo and red cross" with server disconnected (code 1006). I can access the docker fine using the local ip address. Thanks
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
sorry meant to delete my post, I managed to fix it. Turns out I had my domain spelt wrong on my domain host.
-
[Support] Djoss - CloudBerry Backup
Can I use this to backup to a local Nas too?
-
[Support] xthursdayx - gPodder
Hi, I cannot paste into the "Add Podcast via URL". Tried both firefox and chrome with all extentions turned off. Any ideas what is causing it? Thanks