Added the correct site for basic auth generation

This commit is contained in:
root 2022-03-04 09:36:20 +01:00
parent ccaffcf72d
commit 624e5c5998
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
This directory should contain your basic auth files. For each project you need to create a fil with the name of the project. This directory should contain your basic auth files. For each project you need to create a fil with the name of the project.
Add to the file your users and passwords. Add to the file your users and passwords.
you can generate a a user password combination with this site https://www.blitter.se/utils/basic-authentication-header-generator/ you can generate a a user password combination with this site https://htpasswdgenerator.de/ or use htpasswd https://httpd.apache.org/docs/2.4/programs/htpasswd.html

View File

@ -35,7 +35,7 @@ services:
- "traefik.http.routers.landing.tls=true" - "traefik.http.routers.landing.tls=true"
blaze: blaze:
image: "samply/blaze:0.15" image: "samply/blaze:0.16"
container_name: bridgehead_dktk_blaze container_name: bridgehead_dktk_blaze
environment: environment:
BASE_URL: "http://blaze:8080" BASE_URL: "http://blaze:8080"
@ -46,11 +46,11 @@ services:
- "blaze-data:/app/data" - "blaze-data:/app/data"
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.test-auth.basicauth.usersfile=/auth/dktk"
- "traefik.http.routers.blaze_dktk.rule=PathPrefix(`/dktk-localdatamanagement`)" - "traefik.http.routers.blaze_dktk.rule=PathPrefix(`/dktk-localdatamanagement`)"
- "traefik.http.middlewares.dktk_b_strip.stripprefix.prefixes=/dktk-localdatamanagement" - "traefik.http.middlewares.dktk_b_strip.stripprefix.prefixes=/dktk-localdatamanagement"
- "traefik.http.services.blaze_dktk.loadbalancer.server.port=8080" - "traefik.http.services.blaze_dktk.loadbalancer.server.port=8080"
- "traefik.http.routers.blaze_dktk.middlewares=dktk_b_strip" - "traefik.http.routers.blaze_dktk.middlewares=dktk_b_strip,test-auth"
volumes: volumes:
blaze-data: blaze-data: