- Homepage: Reorganize services by stack instead of by category
- Homepage: Add comprehensive Available to Install sections for all stacks
- Homepage: Update config templates with {{HOMEPAGE_VAR_DOMAIN}} placeholder
- Homepage: Change layout from row to column style
- Scripts: Add sudo requirement to deploy-homelab.sh
- Scripts: Replace NVIDIA driver installation with official installer method
- Scripts: Add build prerequisites and nouveau blacklisting
- Docs: Add AI Automation Guidelines section to docker-guidelines.md
- Docs: Document Homepage auto-update requirements and workflow
- Config: Add bookmarks.yaml template for Homepage
- Config: Add alternatives.yml compose file (Portainer, Authentik)
- Config: Update .env.example and authelia configuration
46 lines
963 B
YAML
46 lines
963 B
YAML
---
|
|
# Homepage Settings
|
|
# For all configuration options: https://gethomepage.dev/configs/settings/
|
|
|
|
title: AI Homelab Dashboard
|
|
|
|
theme: dark
|
|
color: slate
|
|
|
|
layout:
|
|
Core Stack (core.yml):
|
|
style: column
|
|
columns: 2
|
|
Infrastructure Stack (infrastructure.yml):
|
|
style: column
|
|
columns: 4
|
|
Dashboards Stack (dashboards.yml):
|
|
style: column
|
|
columns: 2
|
|
Alternatives Stack (alternatives.yml):
|
|
style: column
|
|
columns: 2
|
|
Media Stack (media.yml):
|
|
style: column
|
|
columns: 3
|
|
Media Extended Stack (media-extended.yml):
|
|
style: column
|
|
columns: 3
|
|
Home Automation Stack (homeassistant.yml):
|
|
style: column
|
|
columns: 3
|
|
Productivity Stack (productivity.yml):
|
|
style: column
|
|
columns: 3
|
|
Monitoring Stack (monitoring.yml):
|
|
style: column
|
|
columns: 3
|
|
Development Stack (development.yml):
|
|
style: column
|
|
columns: 4
|
|
Utilities Stack (utilities.yml):
|
|
style: column
|
|
columns: 4
|
|
|
|
headerStyle: boxed
|