No description
This repository has been archived on 2026-03-29. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Lukas Gysin 1f6495d7f4
feat: Add MLflow
Signed-off-by: Lukas Gysin <L.Gysin@pm.me>
2025-07-20 09:39:23 +02:00
.vscode Initial commit 2025-02-04 22:33:13 +01:00
charts Initial commit 2025-02-04 22:33:13 +01:00
templates feat: Add MLflow 2025-07-20 09:39:23 +02:00
.helmignore Initial commit 2025-02-04 22:33:13 +01:00
Chart.yaml Initial commit 2025-02-04 22:33:13 +01:00
LICENSE Initial commit 2025-02-04 22:33:13 +01:00
README.md feat: Dashboard behind Auth 2025-02-10 08:57:23 +01:00
values.yaml feat: Dashboard behind Auth 2025-02-10 08:57:23 +01:00

Dashboard

A Helm chart for a dashboard for all self-hosted services

Getting Started

These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Requirements for the software and other tools to build, test and push

Supported IDEs

You can use the IDE of your choice to continue developing the project. However, the following IDEs are recommended and officially supported:

Secret Management

Sensitive data is stored in argo cd.

Deployment

As soon as changes are pushed to the main branch on the remote repository, the new version will be deployed.

Development

This repository is a full functional helm chart. Therefore you can use the helm command line tool to deploy a development instance of the project. To deploy a development instance, run the following command:

helm upgrade --install --namespace staging --create-namespace dashboard . --set auth.client_id=<client-id> --set host=home.staging.testgoofy.ch

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments