Coder Social home page Coder Social logo

Comments (2)

sakkiii avatar sakkiii commented on June 3, 2024

MINIO_BROWSER_REDIRECT_URL - https://github.com/sakkiii/minio-docker-letsencrypt-deploy/blob/main/docker-compose.yaml#L20
FQDN is a domain endpoint where MinIO will be hosted with letsencrypt SSL certificates. As of now only one domain will be supported. I have done fix in README.

It will be great if we can have support for multiple domains like example.com and www.example.com. I will add that in future roadmap and will give it a thought.

from minio-docker-letsencrypt-deploy.

kgnfth avatar kgnfth commented on June 3, 2024

MINIO_BROWSER_REDIRECT_URL - https://github.com/sakkiii/minio-docker-letsencrypt-deploy/blob/main/docker-compose.yaml#L20
FQDN is a domain endpoint where MinIO will be hosted with letsencrypt SSL certificates. As of now only one domain will be supported. I have done fix in README.

It will be great if we can have support for multiple domains like example.com and www.example.com. I will add that in future roadmap and will give it a thought.

Thank you.
Also i replaced certbot with https://github.com/go-acme/lego

i use it like this and it work better for me
i can now use https://s3.domain.com for the console api without port, because i got trouble with certbot for using -d paramater

  lego:
    image: goacme/lego
    env_file:
      - ./.env
    command: >
      --email ${CERTBOT_EMAIL}
      --dns pdns
      --domains ${CONSOLE_FQDN}
      --domains ${API_FQDN}
      --domains ${PORTAINER_FQDN}
      --path /lego
      --accept-tos
      run
    volumes:
      - lego-accounts:/lego/accounts
      - lego-certificates:/lego

it has better integration for custom dns providers
here is the source of the changes i made for my usecase
https://github.com/kgnfth/minio-docker-certbot

from minio-docker-letsencrypt-deploy.

Related Issues (2)

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.