Giter VIP home page Giter VIP logo

Comments (4)

norweeg avatar norweeg commented on July 19, 2024

Did you happen to include an http:// or https:// in the value of that variable? If so, drop that, just include the hostname e.g. dashboard.mydomain.com instead of http://dashboard.mydomain.com

from self-hosted-docker-server-templates.

norweeg avatar norweeg commented on July 19, 2024

as for htdigest, you run that in the command line of your host system. Running this command creates a password file on your host system that you mount as a volume in your traefik container that you can then use to secure services that don't have their own password protection. If you don't already have it installed, you will need to install apache2-utils with sudo apt-get install apache2-utils. Ubuntu is nice enough to tell you this if you try to run it without installing it first (that's what I did). Securing pages was a late edition to the project, so looks like I forgot to document it. I'll fix that. Until then, here's a good explanation of what it is/does

from self-hosted-docker-server-templates.

norweeg avatar norweeg commented on July 19, 2024

@aaronstuder I just committed two changes to address this. First, I changed TRAEFIK_DASHBOARD_URL to TRAEFIK_DASHBOARD_DOMAIN to make it unambiguous what you need to put here (that is, don't add the https:// part of a URL, just put in a domain). Second, I added a section about using htpasswd and htdigest. If this looks good to you, I will go ahead and close this issue

from self-hosted-docker-server-templates.

norweeg avatar norweeg commented on July 19, 2024

I'm going to close this issue now that I've added documentation on these topics, if that's okay

from self-hosted-docker-server-templates.

Related Issues (6)

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.