Fix Homepage config and allowed hosts

This commit is contained in:
2026-06-19 20:54:06 +00:00
parent 37e8a42028
commit b34db4fb47
+7 -15
View File
@@ -13,16 +13,6 @@ data:
title: Jay's Homelab
theme: dark
color: slate
layout:
Infrastructure:
style: row
columns: 4
Applications:
style: row
columns: 4
Monitoring:
style: row
columns: 4
services.yaml: |
- Infrastructure:
@@ -80,11 +70,6 @@ data:
href: https://longhorn.io/docs/
widgets.yaml: |
- resources:
cpu: true
memory: true
disk: /
- search:
provider: duckduckgo
target: _blank
@@ -115,13 +100,20 @@ spec:
image: ghcr.io/gethomepage/homepage:latest
ports:
- containerPort: 3000
env:
- name: HOMEPAGE_ALLOWED_HOSTS
value: "home.phillips-home.net,homepage.homepage.svc.cluster.local,localhost,127.0.0.1"
volumeMounts:
- name: homepage-config
mountPath: /app/config
- name: homepage-logs
mountPath: /app/config/logs
volumes:
- name: homepage-config
configMap:
name: homepage-config
- name: homepage-logs
emptyDir: {}
---
apiVersion: v1
kind: Service