REFACTOR(authelia): change homer, disable login

- Update Homer authentication settings
- Disable login requirement for dashboard
This commit is contained in:
2026-01-03 02:22:49 +09:00
parent 0592c36f34
commit ae59d858e1
2 changed files with 6 additions and 2 deletions

View File

@@ -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"

View File

@@ -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