REFACTOR(authelia): change homer, disable login
- Update Homer authentication settings - Disable login requirement for dashboard
This commit is contained in:
@@ -252,11 +252,11 @@ services:
|
|||||||
target: "_blank"
|
target: "_blank"
|
||||||
- name: "Minecraft Server"
|
- name: "Minecraft Server"
|
||||||
logo: "/assets/icons/minecraft.svg"
|
logo: "/assets/icons/minecraft.svg"
|
||||||
subtitle: "Coming Soon"
|
subtitle: "MC Server"
|
||||||
tag: "infra"
|
tag: "infra"
|
||||||
tagstyle: "is-info"
|
tagstyle: "is-info"
|
||||||
keywords: "minecraft game"
|
keywords: "minecraft game"
|
||||||
url: "https://minecraft0213.kro.kr"
|
url: "https://crafty0213.kro.kr"
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
- name: "Tekton"
|
- name: "Tekton"
|
||||||
logo: "/assets/icons/tekton.webp"
|
logo: "/assets/icons/tekton.webp"
|
||||||
|
|||||||
@@ -26,6 +26,10 @@ envFrom:
|
|||||||
- secretRef:
|
- secretRef:
|
||||||
name: umami-password
|
name: umami-password
|
||||||
|
|
||||||
|
# Disable login (using Authelia for authentication)
|
||||||
|
env:
|
||||||
|
DISABLE_LOGIN: "1"
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false # Will use our main ingress
|
enabled: false # Will use our main ingress
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user