diff --git a/new/Chart.yaml b/home-server/Chart.yaml similarity index 89% rename from new/Chart.yaml rename to home-server/Chart.yaml index f6cbdbb..e31f679 100644 --- a/new/Chart.yaml +++ b/home-server/Chart.yaml @@ -4,28 +4,40 @@ description: A Helm chart that rolls a curated, functional home server version: 0.0.1 dependencies: - - name: ai - version: 0.0.1 - repository: "file://charts/ai" - - name: dns - version: 0.0.1 - repository: "file://charts/dns" - - name: media - version: 0.0.1 - repository: "file://charts/media" - - name: monitoring - version: 0.0.1 - repository: "file://charts/monitoring" - - name: remote - version: 0.0.1 - repository: "file://charts/remote" - - name: social - version: 0.0.1 - repository: "file://charts/social" - - name: sync - version: 0.0.1 - repository: "file://charts/sync" - name: util version: 0.0.1 repository: "file://charts/util" + - name: dns + version: 0.0.1 + repository: "file://charts/dns" + + - name: files + version: 0.0.1 + repository: "file://charts/files" + + - name: ai + version: 0.0.1 + repository: "file://charts/ai" + + - name: media + version: 0.0.1 + repository: "file://charts/media" + + - name: monitoring + version: 0.0.1 + repository: "file://charts/monitoring" + + - name: remote + version: 0.0.1 + repository: "file://charts/remote" + + - name: social + version: 0.0.1 + repository: "file://charts/social" + + - name: sync + version: 0.0.1 + repository: "file://charts/sync" + + diff --git a/new/charts/ai/namespace.yaml b/home-server/templates/ai/namespace.yaml similarity index 100% rename from new/charts/ai/namespace.yaml rename to home-server/templates/ai/namespace.yaml diff --git a/new/charts/ai/openwebui.yaml b/home-server/templates/ai/openwebui.yaml similarity index 100% rename from new/charts/ai/openwebui.yaml rename to home-server/templates/ai/openwebui.yaml diff --git a/new/charts/auth/authentik.yaml b/home-server/templates/auth/authentik.yaml similarity index 100% rename from new/charts/auth/authentik.yaml rename to home-server/templates/auth/authentik.yaml diff --git a/new/charts/auth/namespace.yaml b/home-server/templates/auth/namespace.yaml similarity index 100% rename from new/charts/auth/namespace.yaml rename to home-server/templates/auth/namespace.yaml diff --git a/new/charts/dns/bind-master.yaml b/home-server/templates/dns/bind-master.yaml similarity index 100% rename from new/charts/dns/bind-master.yaml rename to home-server/templates/dns/bind-master.yaml diff --git a/new/charts/dns/externaldns.yaml b/home-server/templates/dns/externaldns.yaml similarity index 100% rename from new/charts/dns/externaldns.yaml rename to home-server/templates/dns/externaldns.yaml diff --git a/new/charts/dns/namespace.yaml b/home-server/templates/dns/namespace.yaml similarity index 100% rename from new/charts/dns/namespace.yaml rename to home-server/templates/dns/namespace.yaml diff --git a/new/charts/files/namespace.yaml b/home-server/templates/files/namespace.yaml similarity index 100% rename from new/charts/files/namespace.yaml rename to home-server/templates/files/namespace.yaml diff --git a/new/charts/files/nextcloud.yaml b/home-server/templates/files/nextcloud.yaml similarity index 100% rename from new/charts/files/nextcloud.yaml rename to home-server/templates/files/nextcloud.yaml diff --git a/new/charts/media/namespace.yaml b/home-server/templates/media/namespace.yaml similarity index 100% rename from new/charts/media/namespace.yaml rename to home-server/templates/media/namespace.yaml diff --git a/new/charts/monitoring/grafana.yaml b/home-server/templates/monitoring/grafana.yaml similarity index 100% rename from new/charts/monitoring/grafana.yaml rename to home-server/templates/monitoring/grafana.yaml diff --git a/new/charts/monitoring/loki.yaml b/home-server/templates/monitoring/loki.yaml similarity index 100% rename from new/charts/monitoring/loki.yaml rename to home-server/templates/monitoring/loki.yaml diff --git a/new/charts/monitoring/namespace.yaml b/home-server/templates/monitoring/namespace.yaml similarity index 100% rename from new/charts/monitoring/namespace.yaml rename to home-server/templates/monitoring/namespace.yaml diff --git a/new/charts/monitoring/prometheus.yaml b/home-server/templates/monitoring/prometheus.yaml similarity index 100% rename from new/charts/monitoring/prometheus.yaml rename to home-server/templates/monitoring/prometheus.yaml diff --git a/new/charts/monitoring/provider.yaml b/home-server/templates/monitoring/provider.yaml similarity index 100% rename from new/charts/monitoring/provider.yaml rename to home-server/templates/monitoring/provider.yaml diff --git a/new/charts/remote/namespace.yaml b/home-server/templates/remote/namespace.yaml similarity index 100% rename from new/charts/remote/namespace.yaml rename to home-server/templates/remote/namespace.yaml diff --git a/new/charts/remote/rustdesk.yaml b/home-server/templates/remote/rustdesk.yaml similarity index 100% rename from new/charts/remote/rustdesk.yaml rename to home-server/templates/remote/rustdesk.yaml diff --git a/new/charts/social/namespace.yaml b/home-server/templates/social/namespace.yaml similarity index 100% rename from new/charts/social/namespace.yaml rename to home-server/templates/social/namespace.yaml diff --git a/new/charts/sync/linkwarden.yaml b/home-server/templates/sync/linkwarden.yaml similarity index 100% rename from new/charts/sync/linkwarden.yaml rename to home-server/templates/sync/linkwarden.yaml diff --git a/new/charts/sync/namespace.yaml b/home-server/templates/sync/namespace.yaml similarity index 100% rename from new/charts/sync/namespace.yaml rename to home-server/templates/sync/namespace.yaml diff --git a/new/charts/sync/syncthing.yaml b/home-server/templates/sync/syncthing.yaml similarity index 100% rename from new/charts/sync/syncthing.yaml rename to home-server/templates/sync/syncthing.yaml diff --git a/new/charts/sync/vaultwarden.yaml b/home-server/templates/sync/vaultwarden.yaml similarity index 100% rename from new/charts/sync/vaultwarden.yaml rename to home-server/templates/sync/vaultwarden.yaml diff --git a/new/charts/util/certmanager.yaml b/home-server/templates/util/certmanager.yaml similarity index 100% rename from new/charts/util/certmanager.yaml rename to home-server/templates/util/certmanager.yaml diff --git a/new/charts/util/mariadb.yaml b/home-server/templates/util/mariadb.yaml similarity index 100% rename from new/charts/util/mariadb.yaml rename to home-server/templates/util/mariadb.yaml diff --git a/new/charts/util/namespace.yaml b/home-server/templates/util/namespace.yaml similarity index 100% rename from new/charts/util/namespace.yaml rename to home-server/templates/util/namespace.yaml diff --git a/new/charts/util/replicator.yaml b/home-server/templates/util/replicator.yaml similarity index 100% rename from new/charts/util/replicator.yaml rename to home-server/templates/util/replicator.yaml diff --git a/new/values.yaml b/home-server/values.yaml similarity index 100% rename from new/values.yaml rename to home-server/values.yaml