Giter VIP home page Giter VIP logo

Comments (4)

oznu avatar oznu commented on August 19, 2024

Hi @agherzan,

The container does not run fluentd, the environment variable that is set is just to "trick" unms into thinking it's online so you don't errors in the log. More info here: #1.

As for the Let't Encrypt issue, I have tested this on the latest beta version of the container and it works. You can switch to this version by using the 0.12.0-beta.7 tag.

amd64:

docker run oznu/unms:0.12.0-beta.7

arm:

docker run oznu/unms:0.12.0-beta.7-armhf

from docker-unms.

agherzan avatar agherzan commented on August 19, 2024

I updated the image but still no success. What was your port configuration? What did you expose outside for letsencrypt auth to go through? I can't get rid of:

Timestamp: Today at 12:41
Error: Failed authorization procedure. XXX (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://XXX: \"<html>\r {br} <head><title>404 Not Found</title></head>\r {br} <body bgcolor=\"white\">\r {br} <center><h1>404 Not Found</h1></center>\r {br} <hr><center>\" {br} {br}

from docker-unms.

oznu avatar oznu commented on August 19, 2024

You'll need to be exposing port 80 to the internet. Let's Encrypt won't use any other port to verify when using the http-01 verification method.

docker run -p 80:80 -p 443:443  oznu/unms:0.12.0-beta.7

from docker-unms.

agherzan avatar agherzan commented on August 19, 2024

I did that but with no success. I dropped the idea to do it from UNMS and I'm doing it directly through synology's reverse proxy.

from docker-unms.

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.