Update hostname
This commit is contained in:
@@ -57,14 +57,14 @@ services:
|
||||
- homepage.group=Management
|
||||
- homepage.name=Authentik
|
||||
- homepage.icon=sh-authentik-light
|
||||
- homepage.href=https://auth.$(HOSTNAME)/
|
||||
- homepage.href=https://auth.${HOSTNAME}/
|
||||
- homepage.description=Open-source Identity Provider
|
||||
- homepage.widget.type=authentik
|
||||
- homepage.widget.url=http://auth.$(HOSTNAME_LOCAL)/
|
||||
- homepage.widget.url=http://auth.${HOSTNAME_LOCAL}/
|
||||
- homepage.widget.key=hJL6cDzzaeN6olr2MJoYkVNDTgfihufib1TWEw0GxjjoIgy9LuYVF4FZjsMX
|
||||
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.authentik.rule=Host(`auth.$(HOSTNAME_LOCAL)`)"
|
||||
- "traefik.http.routers.authentik.rule=Host(`auth.${HOSTNAME_LOCAL}`)"
|
||||
- "traefik.http.routers.authentik.entrypoints=websecure"
|
||||
- "traefik.http.routers.authentik.tls=true"
|
||||
- "traefik.http.routers.authentik.tls.certresolver=letsencrypt"
|
||||
|
||||
Reference in New Issue
Block a user