GithubHelp home page GithubHelp logo

Comments (4)

pandel avatar pandel commented on May 27, 2024 1

Ah ok, many thanks! Yes, for some points the documentation here says "go to Kuma wiki", but I would not have thought about that in this special case. Again, many thanks! The dev should really spice up its documentation a little bit though... :D

from dockge.

crunchiersa avatar crunchiersa commented on May 27, 2024

I had a similar problem - although my setup is a bit different. The problem is most likely that your certifcate used by the reverse proxy is not signed by a "trusted" CA...
I use a self-signed CA to host my services not exposed via a reverse proxy. Dockge actually allows you to enable SSL by mounting the cert and key to the container as a volume and then adding the following two environments:

  • DOCKGE_SSL_KEY=/certs/server.key
  • DOCKGE_SSL_CERT=/certs/server.crt

After downing and upping the container the exposed port will be reachable via ssl.

After this you need mount the CA-Cert in similar fashion to the "master-Dockge" and add the following environment to the container:

  • NODE_EXTRA_CA_CERTS=/HOMELAB.crt

I would assume just adding the NODE-EXTRA_CA_CERTS to the "master-dockge" and leaving your nginx be should also work...

Hope this solves your problem.

from dockge.

pandel avatar pandel commented on May 27, 2024

@crunchiersa MANY MANY THANKS! Adding the CA to the master dockge container did the job!

But why is there no documentation regarding this here anywhere? I was able to find something about the DOCKGE_SSL_* env vars in the code, but did not find NODE_EXTRA_CA_CERTS anywhere. Where did you get the information about it?

from dockge.

crunchiersa avatar crunchiersa commented on May 27, 2024

@pandel I also use louislam/uptime-kuma and had a "similar" problem - due to the self-signed CA I had to enable "ignore ssl error/warnings" and found the documentation for louislam/uptime-kuma-environments in the wiki (https://github.com/louislam/uptime-kuma/wiki/Environment-Variables). I figured same dev - similar look ... might be that the envrionment variables are the same too...

from dockge.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.