This repository contains Helm charts for various applications.
A modern, fully static, fast, secure fully proxied, highly customizable application dashboard with integrations for over 100 services.
- Chart Version: 1.7.0
- App Version: 1.7.0
- Documentation: homepage/README.md
helm repo add my-charts https://<username>.github.io/helm-charts
helm repo update# Install homepage chart
helm install my-homepage my-charts/homepage
# Install with custom values
helm install my-homepage my-charts/homepage -f my-values.yaml# Clone the repository
git clone https://github.com/<username>/helm-charts.git
cd helm-charts
# Install a chart directly
helm install my-homepage ./homepageEach chart is maintained in its own directory:
helm-charts/
├── homepage/
│ ├── Chart.yaml
│ ├── values.yaml
│ ├── templates/
│ └── README.md
└── another-chart/
└── ...
# Lint the chart
helm lint ./homepage
# Dry-run installation
helm install --dry-run --debug my-homepage ./homepage
# Template rendering
helm template my-homepage ./homepageContributions are welcome! Please ensure:
- Charts follow Helm best practices
- All charts are tested before submission
- Version numbers are updated appropriately
See individual chart directories for license information.