mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-17 01:20:14 +02:00
add generic bash function addBasicAuthUser
This commit is contained in:
committed by
Pierre Delpy
parent
788e4ea9f7
commit
dc0fc286b1
@ -24,6 +24,6 @@ services:
|
||||
|
||||
traefik:
|
||||
labels:
|
||||
- "traefik.http.middlewares.auth-nngm.basicauth.users=$NNGM_AUTH"
|
||||
- "traefik.http.middlewares.auth-nngm.basicauth.users=${NNGM_AUTH}"
|
||||
|
||||
|
||||
|
@ -1,8 +1,4 @@
|
||||
#!/bin/bash
|
||||
##nNGM vars:
|
||||
#NNGM_MAGICPL_APIKEY
|
||||
#NNGM_CTS_APIKEY
|
||||
#NNGM_CRYPTKEY
|
||||
|
||||
function nngmSetup() {
|
||||
if [ -n "$NNGM_CTS_APIKEY" ]; then
|
||||
|
Reference in New Issue
Block a user