homepage config

This commit is contained in:
2026-04-29 10:04:20 +02:00
parent b3b3edf82c
commit a088425b70
2 changed files with 52 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ config:
traefik: true traefik: true
settings: settings:
title: "Forte Platform" title: "Platform"
headerStyle: clean headerStyle: clean
layout: layout:
Apps: Apps:
@@ -54,12 +54,7 @@ config:
# In-cluster entries come from K8s service annotations. # In-cluster entries come from K8s service annotations.
# External (out-of-cluster) services are listed here statically. # External (out-of-cluster) services are listed here statically.
bookmarks: [] bookmarks: []
services: services: []
- Apps:
- Forte Feedback:
href: https://feedback.forteapps.net
description: Fortes internal feedback app
icon: forte
resources: resources:
requests: requests:

View File

@@ -13,3 +13,53 @@ ingress:
- secretName: homepage-tls - secretName: homepage-tls
hosts: hosts:
- start.forteapps.net - start.forteapps.net
config:
settings:
title: "Forte Platform"
headerStyle: clean
layout:
Apps:
style: row
columns: 4
Security:
style: row
columns: 3
Tools:
style: row
header: false
columns: 2
DevOps:
style: column
rows: 2
Monitoring:
style: column
rows: 1
# Top-of-page cluster overview widget
widgets:
- kubernetes:
cluster:
show: true
cpu: true
memory: true
showLabel: true
label: "Cluster"
nodes:
show: true
cpu: true
memory: true
showLabel: true
# In-cluster entries come from K8s service annotations.
# External (out-of-cluster) services are listed here statically.
bookmarks: []
services:
- Apps:
- Forte Benken:
href: https://benken.hackathon.forteapps.net
description: Teknisk kompetanse fra offentlige anbud
icon: forte
- Forte Feedback:
href: https://feedback.forteapps.net
description: Fortes internal feedback app
icon: forte