Fix Homepage config and allowed hosts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user