Coder Social home page Coder Social logo

Comments (4)

joe-eklund avatar joe-eklund commented on May 22, 2024 2

Definitely. Ability to add custom CA and certificates would be very valuable. Or, as workaround, ability to ignore certificate errors,

Fwiw, you can inject your own CA or ignore all SSL cert issues by setting some environment variables. This can be accomplished by doing the following (note this is a docker stack file for docker swarm, but docker-compose is close. Really pay attention to the volumes and env variables, which shouldn't matter if on swarm or not):

version: "3.8"
services:
  uptime_kuma:
    image: louislam/uptime-kuma
    volumes:
       - /uptime_kuma/data:/app/data
       - /uptime_kuma/certs:/certs
    deploy:
      restart_policy:
        condition: any
    ports:
      - 3001:3001
    environment:
      - NODE_EXTRA_CA_CERTS=/certs/ca-bundle.crt # inject your CA.
      #-NODE_TLS_REJECT_UNAUTHORIZED=0 # ignore ssl issues, potentially dangerous but useful for testing :)

@louislam maybe you could add some documentation in the readme or wiki on how to do this since it seems to be a common question?

from uptime-kuma.

fire1ce avatar fire1ce commented on May 22, 2024

This should be top priority for the self hosted community

from uptime-kuma.

Expro avatar Expro commented on May 22, 2024

Definitely. Ability to add custom CA and certificates would be very valuable. Or, as workaround, ability to ignore certificate errors,

from uptime-kuma.

louislam avatar louislam commented on May 22, 2024

Implemented in 1.0.8

https://github.com/louislam/uptime-kuma/releases/tag/1.0.8

from uptime-kuma.

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.