@girish as a quick fix this would help aslong as the contents still are encrypted
Best posts made by Jan Macenka
-
RE: Consider improvements to the backup experience to support long filenames/directory names
Latest posts made by Jan Macenka
-
RE: Cloudron and Apps Behind a Proxy
@fbartels tried that aswell but with no success so far. I'll keep trying and can post again if I am successfull.
-
RE: Cloudron and Apps Behind a Proxy
@doodlemania2 thank you for the suggestion. I replicated the setup though with no success as of yet. Could you be so kind and check if you did anything different?
Here is what I did:
Created DNS Records pointing to the public IP which will lead to the NPM:
Configure Wildcard certificate in NPM pointing my *.<DOMAIN> to the server within the private network.
Set Cloudron DNS to NoOp:
<for some reason cant paste the screenshot>I notices that there is also a "Wildcard" Option in the CR DNS Settings but choosing this one also yielded no success. Any hint on what you did differently?
-
RE: Consider improvements to the backup experience to support long filenames/directory names
@girish as a quick fix this would help aslong as the contents still are encrypted
-
RE: Consider improvements to the backup experience to support long filenames/directory names
@girish is there any progress here? Wanted to implement CR for a business client and ran into this problem.
Since the NextCloud Instance already has approx 1 TB and increasing, doing daily (request by client) tarball Backups to an offsite storage produces way too much traffic. rsync would be perfect and the Client already has MINIO services running but they encounter the already discussed key-length-error when syncing.
Any update here? Is there something on the roadmap to solve this?
-
RE: Cloudron and Apps Behind a Proxy
@doodlemania2 did you make any progress here?
My Use-Case:
I love CR for my own business and recommended it to one of my clients aswell. We want to operate it in their own infrastructure so in some private networks that are not fully exposed to the internet ans also I cant route 80/443 soley to CR since they are also operating other Web-Services which are not available in CR.What I am trying to achieve
Get cloudron to run on a private network behind a NginxProxyManager in parallel to other web-services.
SSL handling can be left to CR and Nginx should behave like a proxy server but only for sub-domains that are in conjunction with CR-Services. Ideally the forwarding rules would automatically get updated throughWhat I tried so far
Pretty much what you and others also tried. Setup is:
Internet => NignxProxyManager => Cloudron as VM on a lager ESXi in Parallel to other WebservicesDid you make any progress there or gave up eventually?